From 1db64da13e242cd25c0bce28cfff330f43dc0c33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:27:19 +0000 Subject: [PATCH] Bump async-timeout from 4.0.3 to 5.0.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 645ec78..4eede7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp==3.10.10 # on Python 3.11 and 3.12 this is not installed automatically as dependency of aiohttp -async-timeout==4.0.3 +async-timeout==5.0.0 gremlinpython==3.7.2