From 4d369492dd020eeedde4fcef65ee3993a41333dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 11:10:32 -0500 Subject: [PATCH] Bump anyio from 4.1.0 to 4.3.0 (#192) Bumps [anyio](https://github.com/agronholm/anyio) from 4.1.0 to 4.3.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/4.1.0...4.3.0) --- updated-dependencies: - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f03c9c8..ebefd2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ mkdocs-material==9.5.1 pytest==8.0.2 types-boto3==1.0.2 types-redis==4.6.0.20240106 -anyio==4.1.0 +anyio==4.3.0 trio==0.24.0 coverage==7.4.1 types-PyYAML==6.0.12.12