From 50cd1cd1699049b2912a206b8351272fe6ed303c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 08:42:07 +0000 Subject: [PATCH] Update ariadne requirement from ^0.19.1 to ^0.20.1 Updates the requirements on [ariadne](https://github.com/mirumee/ariadne) to permit the latest version. - [Release notes](https://github.com/mirumee/ariadne/releases) - [Changelog](https://github.com/mirumee/ariadne/blob/master/CHANGELOG.md) - [Commits](https://github.com/mirumee/ariadne/compare/0.19.1...0.20.1) --- updated-dependencies: - dependency-name: ariadne dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aab77ba..c3121cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ repository = "https://github.com/HullSeals/api" [tool.poetry.dependencies] python = "^3.9" -ariadne = "^0.19.1" +ariadne = "^0.20.1" [tool.poetry.group.dev.dependencies] black = "^23.3.0"