From 328df55c307103f6d471ab1cb82f59fd2e32da17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 10:59:05 -0500 Subject: [PATCH] Bump anyio from 4.6.2.post1 to 4.7.0 in /src (#46) Bumps [anyio](https://github.com/agronholm/anyio) from 4.6.2.post1 to 4.7.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.6.2.post1...4.7.0) --- updated-dependencies: - dependency-name: anyio dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 1b1eb131ff..e17fbdfa17 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile # -anyio==4.6.2.post1 +anyio==4.7.0 # via httpx certifi==2024.8.30 # via @@ -32,3 +32,5 @@ ruamel-yaml-clib==0.2.12 # via ruamel-yaml sniffio==1.3.1 # via anyio +typing-extensions==4.12.2 + # via anyio