From 3bd8132409d9f062758be8452ffc9bd5831fcd2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:07:58 +0000 Subject: [PATCH] build(deps): bump async-timeout from 4.0.3 to 5.0.0 in /tools Bumps [async-timeout](https://github.com/aio-libs/async-timeout) from 4.0.3 to 5.0.0. - [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.0) --- updated-dependencies: - dependency-name: async-timeout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 51fb5c17a..2166998bc 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,5 +1,5 @@ aiohttp==3.10.10 -async-timeout==4.0.3 +async-timeout==5.0.0 pytz==2024.2 sentry-sdk==1.16.0 structlog==24.4.0