From e5b37022b7f4a8688d3fa6ad784fddc13ce0a0b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:41:47 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20anyio[trio]=20requirement?= =?UTF-8?q?=20from=20<4.0.0,>=3D3.2.1=20to=20>=3D4.4.0,<5.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [anyio[trio]](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/3.2.1...4.4.0) --- updated-dependencies: - dependency-name: anyio[trio] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index bfe70f2f55ac3..1c17af0f4e09a 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -10,7 +10,7 @@ dirty-equals ==0.6.0 sqlalchemy >=1.3.18,<1.4.43 databases[sqlite] >=0.3.2,<0.7.0 flask >=1.1.2,<3.0.0 -anyio[trio] >=3.2.1,<4.0.0 +anyio[trio] >=4.4.0,<5.0.0 PyJWT==2.8.0 pyyaml >=5.3.1,<7.0.0 passlib[bcrypt] >=1.7.2,<2.0.0