From 6c3bf07248b27b67f5055379fbef4d97d4d1cad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 06:11:01 +0000 Subject: [PATCH] Bump anyio from 4.3.0 to 4.5.0 Bumps [anyio](https://github.com/agronholm/anyio) from 4.3.0 to 4.5.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.3.0...4.5.0) --- updated-dependencies: - dependency-name: anyio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c3cf5e3..c61d69dc 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ "pytest-cov", "pytest-asyncio", "pytest-httpx", - "anyio==4.3.0", + "anyio==4.5.0", "flake8>=2.6.0", "black", "types-aiofiles>=24.0,<25.0",