From 26d15a6f69139fe556ecbfe97c87e62612f0705d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 13:00:13 +0000 Subject: [PATCH] Bump ariadne from 0.21 to 0.25.2 in /backend Bumps [ariadne](https://github.com/mirumee/ariadne) from 0.21 to 0.25.2. - [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.25.2) --- 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 e913c30..9cf41fe 100644 --- a/backend/requirements-docker.txt +++ b/backend/requirements-docker.txt @@ -1,4 +1,4 @@ -ariadne==0.22 +ariadne==0.25.2 asyncpg==0.29.0 fastapi==0.109.2 httpx==0.26.0 diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index ff5b22d..ff3c763 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -1,4 +1,4 @@ -ariadne==0.21 +ariadne==0.25.2 fastapi==0.109.2 httpx==0.26.0 psycopg2-binary==2.9.9