From 7355a2140cab5e9334acf56537861e6685bb4f90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 21:37:00 +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] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5f26cd21a..b29222164 100644 --- a/poetry.lock +++ b/poetry.lock @@ -182,13 +182,13 @@ files = [ [[package]] name = "async-timeout" -version = "4.0.2" +version = "4.0.3" description = "Timeout context manager for asyncio programs" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "async-timeout-4.0.2.tar.gz", hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"}, - {file = "async_timeout-4.0.2-py3-none-any.whl", hash = "sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c"}, + {file = "async-timeout-4.0.3.tar.gz", hash = "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f"}, + {file = "async_timeout-4.0.3-py3-none-any.whl", hash = "sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028"}, ] [[package]] @@ -4291,4 +4291,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7141899afe0fa56f7ee3bd6ff8c0b938162a3aa22cd700d2b12218d785d7eb1a" +content-hash = "fad7be610fc88041d8b9dc9a58efd6659446453c8a165d199a65771746c375a9" diff --git a/pyproject.toml b/pyproject.toml index 72df2f5f7..f8959aa8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ alembic = "==1.12.0" amqp = "==5.1.1" arrow = "==1.2.3" asn1crypto = "==1.5.1" -async-timeout = "==4.0.2" +async-timeout = "==4.0.3" attrs = "==23.1.0" awscli = "==1.29.15" black = "==23.9.1"