From a8d7af97d4c41efa30152387e7ea9c60cf8a2e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:38:00 +0000 Subject: [PATCH] chore(deps-dev): bump anyio from 4.6.2 to 4.6.2.post1 in /it/python Bumps [anyio](https://github.com/agronholm/anyio) from 4.6.2 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.6.2...4.6.2.post1) --- updated-dependencies: - dependency-name: anyio 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 50bf79025..5ecb3c054 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -70,7 +70,7 @@ aiohttp==3.10.10 ; python_version >= '3.6' aiosignal==1.3.1 ; python_version >= '3.7' -anyio==4.6.2 ; python_version >= '3.7' +anyio==4.6.2.post1 ; python_version >= '3.7' async-timeout==4.0.3 ; python_version >= '3.6'