From a432ee5898eac6effc407ca0875398dbc4412763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:25:34 +0000 Subject: [PATCH] deps: update async-timeout requirement from ~=4.0 to ~=5.0 Updates the requirements on [async-timeout](https://github.com/aio-libs/async-timeout) to permit the latest version. - [Release notes](https://github.com/aio-libs/async-timeout/releases) - [Changelog](https://github.com/aio-libs-abandoned/async-timeout/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/async-timeout/compare/v4.0.0...v5.0.1) --- updated-dependencies: - dependency-name: async-timeout dependency-version: 5.0.1 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 ca2c096..1bb0470 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ aiohttp~=3.8 -async-timeout~=4.0 \ No newline at end of file +async-timeout~=5.0 \ No newline at end of file