From 7492bd29645d9f6c57dd767907346faca04e14f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 08:23:59 +0000 Subject: [PATCH] Bump aiosignal from 1.3.1 to 1.3.2 Bumps [aiosignal](https://github.com/aio-libs/aiosignal) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/aio-libs/aiosignal/releases) - [Changelog](https://github.com/aio-libs/aiosignal/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiosignal/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: aiosignal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a828b22..83cc7141 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp==3.8.6 ; python_version >= "3.7" and python_version < "4.0" aioresponses==0.7.4 ; python_version >= "3.7" and python_version < "4.0" -aiosignal==1.3.1 ; python_version >= "3.7" and python_version < "4.0" +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"