From 51ef1a68fb453471f57a8b904b3e7bc2c0ccee35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:29:24 +0000 Subject: [PATCH] chore(deps): Bump anyio from 4.2.0 to 4.6.2.post1 Bumps [anyio](https://github.com/agronholm/anyio) from 4.2.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.2.0...4.6.2.post1) --- updated-dependencies: - dependency-name: anyio 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 5f721fb..6446c4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -i https://pypi.org/simple/ -anyio==4.2.0; python_version >= '3.8' +anyio==4.6.2.post1; python_version >= '3.8' backoff==2.2.1; python_version >= '3.7' and python_version < '4.0' certifi==2023.7.22; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0'