From d8020ee2abc6f9796c77f140ea404238147123ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 09:02:28 +0000 Subject: [PATCH] Update ariadne requirement from ^0.19.1 to ^0.20.0 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.0) --- 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..0563821 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.0" [tool.poetry.group.dev.dependencies] black = "^23.3.0"