From d4ca967e90537352cd58e49395969acb8866411d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:19:47 +0000 Subject: [PATCH] Bump async-timeout from 5.0.0 to 5.0.1 Bumps [async-timeout](https://github.com/aio-libs/async-timeout) from 5.0.0 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/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: async-timeout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 38a0e14..1128be9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -async_timeout==5.0.0 +async_timeout==5.0.1 pydebug==1.0.3