From e9925275307526826f84b11c58156877424d8b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:56:44 +0000 Subject: [PATCH] chore(deps-dev): bump aiosignal from 1.3.1 to 1.3.2 in /it/python 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 64a5bb7625..f682199645 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -68,7 +68,7 @@ zipp==3.21.0 ; python_version >= '3.7' aiohttp==3.11.10 ; python_version >= '3.6' -aiosignal==1.3.1 ; python_version >= '3.7' +aiosignal==1.3.2 ; python_version >= '3.7' anyio==4.7.0 ; python_version >= '3.7'