From 47b037326c5e008c4eb35fed2f2be60e14f9e42c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 08:03:51 +0000 Subject: [PATCH] chore(deps): bump attrs from 23.1.0 to 23.2.0 Bumps [attrs](https://github.com/sponsors/hynek) from 23.1.0 to 23.2.0. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs dependency-version: 23.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 537c2566..5eac191c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ aiosignal==1.3.2 ; python_version >= "3.7" and python_version < "4.0" argcomplete==3.5.3 ; python_version >= "3.7" and python_version < "4.0" async-timeout==4.0.3 ; python_version >= "3.7" and python_version < "4.0" asynctest==0.13.0 ; python_version >= "3.7" and python_version < "3.8" -attrs==23.1.0 ; python_version >= "3.7" and python_version < "4.0" +attrs==23.2.0 ; python_version >= "3.7" and python_version < "4.0" certifi==2025.8.3 ; python_version >= "3.7" and python_version < "4.0" cffi==1.17.1 ; python_version >= "3.7" and python_version < "4.0" charset-normalizer==3.4.2 ; python_version >= "3.7" and python_version < "4.0"