From eb1ddb3224cc50a890992e917f25c19cc89e02c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 05:43:25 +0000 Subject: [PATCH] chore(deps-dev): bump async-timeout from 4.0.3 to 5.0.1 Bumps [async-timeout](https://github.com/aio-libs/async-timeout) from 4.0.3 to 5.0.1. - [Release notes](https://github.com/aio-libs/async-timeout/releases) - [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/async-timeout/compare/v4.0.3...v5.0.1) --- updated-dependencies: - dependency-name: async-timeout dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8da0a858..ffa7f15b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -127,7 +127,7 @@ aiosignal==1.3.1 ; python_version >= '3.7' anyio==4.5.2 ; python_version >= '3.7' -async-timeout==4.0.3 ; python_version >= '3.6' +async-timeout==5.0.1 ; python_version >= '3.6' frozenlist==1.5.0 ; python_version >= '3.7'