From 2f81b16c98b64d225973de66367a66b1da2d4c6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:23:42 +0000 Subject: [PATCH] Update anyio requirement from ~=4.6.2.post1 to ~=4.7.0 Updates the requirements on [anyio](https://github.com/agronholm/anyio) to permit the latest version. - [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: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c884cec..b258e77 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiolimiter~=1.2.1 -anyio~=4.6.2.post1 +anyio~=4.7.0 apngasm_python~=1.3.1 av~=13.1.0 beautifulsoup4~=4.12.3