From 4c5e81c248fff6eb1ccd1cea25ad3550fd947eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:49:56 +0000 Subject: [PATCH] Bump async-timeout from 4.0.2 to 4.0.3 Bumps [async-timeout](https://github.com/aio-libs/async-timeout) from 4.0.2 to 4.0.3. - [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.2...v4.0.3) --- 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 70d2e53..944f572 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # -i https://pypi.org/simple/ -async-timeout==4.0.2; python_version >= '3.6' +async-timeout==4.0.3; python_version >= '3.6' bottle==0.12.24 certifi==2023.7.22; python_version >= '3.6' charset-normalizer==3.1.0; python_version >= '3.7'