From 31e4d6b26ed5fe9632bee81d08b50dfecb429b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:58:42 +0000 Subject: [PATCH] Bump ariadne from 0.21 to 0.26.1 in /backend Bumps [ariadne](https://github.com/mirumee/ariadne) from 0.21 to 0.26.1. - [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.26.1) --- 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..ef044f9 100644 --- a/backend/requirements-docker.txt +++ b/backend/requirements-docker.txt @@ -1,4 +1,4 @@ -ariadne==0.22 +ariadne==0.26.1 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..1d1527d 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -1,4 +1,4 @@ -ariadne==0.21 +ariadne==0.26.1 fastapi==0.109.2 httpx==0.26.0 psycopg2-binary==2.9.9