From cffe061f8f0747a6364c402dd7da4a80f6842bbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:38:34 +0000 Subject: [PATCH] Bump anyio from 3.7.1 to 4.0.0 Bumps [anyio](https://github.com/agronholm/anyio) from 3.7.1 to 4.0.0. - [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/3.7.1...4.0.0) --- updated-dependencies: - dependency-name: anyio dependency-type: direct:development update-type: version-update:semver-major ... 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 08c5525eab1..df5d074ead0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -60,7 +60,7 @@ aiohttp==3.8.5 ; python_version >= '3.6' aiosignal==1.3.1 ; python_version >= '3.7' -anyio==3.7.1 ; python_version >= '3.7' +anyio==4.0.0 ; python_version >= '3.7' async-timeout==4.0.3 ; python_version >= '3.6'