From 5de1e658bd7cae2fde96a6d0b2a49483f662d55c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:56:47 +0000 Subject: [PATCH] :arrow_up: Bump attrs from 23.2.0 to 24.3.0 Bumps [attrs](https://github.com/sponsors/hynek) from 23.2.0 to 24.3.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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 71db4f3..f98e1b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ async-timeout==4.0.3 ; python_version >= "3.9" and python_version < "3.12.0" asyncpg==0.29.0 ; python_version >= "3.9" and python_version < "4.0" -attrs==23.2.0 ; python_version >= "3.9" and python_version < "4.0" +attrs==24.3.0 ; python_version >= "3.9" and python_version < "4.0" cffi==1.16.0 ; os_name == "nt" and implementation_name != "pypy" and python_version >= "3.9" and python_version < "4.0" exceptiongroup==1.2.1 ; python_version >= "3.9" and python_version < "3.11" greenlet==3.0.3 ; python_version >= "3.9" and python_version < "4.0"