From 681579afb8c3d844b14d4e8c93e0298ca5654641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:13:06 +0000 Subject: [PATCH] :arrow_up: Bump aiosignal from 1.3.1 to 1.4.0 Bumps [aiosignal](https://github.com/aio-libs/aiosignal) from 1.3.1 to 1.4.0. - [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.4.0) --- updated-dependencies: - dependency-name: aiosignal dependency-version: 1.4.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 132411ab..ee35cc08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohappyeyeballs==2.4.0 ; python_full_version >= "3.8.1" and python_version < "4.0" aiohttp==3.10.5 ; python_full_version >= "3.8.1" and python_version < "4.0" -aiosignal==1.3.1 ; python_full_version >= "3.8.1" and python_version < "4.0" +aiosignal==1.4.0 ; python_full_version >= "3.8.1" and python_version < "4.0" annotated-types==0.7.0 ; python_full_version >= "3.8.1" and python_version < "4.0" anyio==4.4.0 ; python_full_version >= "3.8.1" and python_version < "4.0" async-timeout==4.0.3 ; python_full_version >= "3.8.1" and python_version < "3.11"