From c30eb13b141a7f3ce6d5a30703c1100b8f7064fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 02:27:52 +0000 Subject: [PATCH] Bump ariadne from 0.21 to 0.23.0 in /backend Bumps [ariadne](https://github.com/mirumee/ariadne) from 0.21 to 0.23.0. - [Release notes](https://github.com/mirumee/ariadne/releases) - [Changelog](https://github.com/mirumee/ariadne/blob/main/CHANGELOG.md) - [Commits](https://github.com/mirumee/ariadne/compare/0.21.0...0.23.0) --- updated-dependencies: - dependency-name: ariadne dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements-docker.txt | 2 +- backend/src/requirements_docker.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-docker.txt b/backend/requirements-docker.txt index 0ff8010..77230a1 100644 --- a/backend/requirements-docker.txt +++ b/backend/requirements-docker.txt @@ -1,4 +1,4 @@ -ariadne==0.22 +ariadne==0.23.0 asyncio==3.4.3 asyncpg==0.29.0 fastapi==0.109.2 diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index 69e4929..754e4c8 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -1,4 +1,4 @@ -ariadne==0.21 +ariadne==0.23.0 fastapi==0.109.1 httpx==0.26.0 psycopg2-binary==2.9.9