From d93a1d95fbd6e565fc2b43d8c24be426e2806070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 13:36:58 +0000 Subject: [PATCH] Bump attrs from 24.2.0 to 25.1.0 Bumps [attrs](https://github.com/sponsors/hynek) from 24.2.0 to 25.1.0. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt index efcedb8..1ad01e9 100644 --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -21,7 +21,7 @@ async-timeout==5.0.1 # asyncpg asyncpg==0.30.0 # via fastapi-app (pyproject.toml) -attrs==24.2.0 +attrs==25.1.0 # via aiohttp azure-core==1.32.0 # via