From 7b85f7fafc25f907fc5e651138cbeece81416864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:07:36 +0000 Subject: [PATCH] Bump async-timeout from 4.0.2 to 5.0.1 Bumps [async-timeout](https://github.com/aio-libs/async-timeout) from 4.0.2 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.2...v5.0.1) --- updated-dependencies: - dependency-name: async-timeout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 7868b9cf6..ae23b3c65 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,4 +1,4 @@ -async-timeout==4.0.2;python_version<"3.11" +async-timeout==5.0.1;python_version<"3.11" typing_extensions; python_version<"3.11" cryptography==44.0.0 ifaddr==0.2.0