From b90ea2277989f40bd91e52edb9fd1960e6dd54e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 20:31:40 -0600 Subject: [PATCH] chore(deps): bump anyio from 4.6.0 to 4.6.2 (#504) Bumps [anyio](https://github.com/agronholm/anyio) from 4.6.0 to 4.6.2. - [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.0...4.6.2) --- updated-dependencies: - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f113fae..4aa9a84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -anyio==4.6.0; python_version >= "3.6" and python_full_version >= "3.6.2" +anyio==4.6.2; python_version >= "3.6" and python_full_version >= "3.6.2" asgiref==3.8.1; python_full_version >= "3.6.1" and python_version >= "3.6" bcrypt==4.2.0; python_version >= "3.6" beanie==1.8.12; python_version >= "3.7" and python_version < "4.0"