From 447de96306a9a8ac6314ee8de6c7721c17765525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:05:12 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump anyio from 4.4.0 to 4.6.2.post1 Bumps [anyio](https://github.com/agronholm/anyio) from 4.4.0 to 4.6.2.post1. - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/anyio/compare/4.4.0...4.6.2.post1) --- updated-dependencies: - dependency-name: anyio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1e66e150..de0c3296 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -125,7 +125,7 @@ aiohttp==3.10.5 ; python_version >= '3.6' aiosignal==1.3.1 ; python_version >= '3.7' -anyio==4.4.0 ; python_version >= '3.7' +anyio==4.6.2.post1 ; python_version >= '3.7' async-timeout==4.0.3 ; python_version >= '3.6' From ab54906d48cddd0f209928ae59dc73380e16fb58 Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Wed, 4 Dec 2024 19:09:12 +0300 Subject: [PATCH 2/2] Bump anyio to latest python 3.8 compatible version --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index de0c3296..11e3e66c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -125,7 +125,7 @@ aiohttp==3.10.5 ; python_version >= '3.6' aiosignal==1.3.1 ; python_version >= '3.7' -anyio==4.6.2.post1 ; python_version >= '3.7' +anyio==4.5.2 ; python_version >= '3.7' async-timeout==4.0.3 ; python_version >= '3.6'