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] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-27 21:37:00 +00:00
committed by GitHub
parent 6ac331eeef
commit 7355a2140c
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -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"

View File

@@ -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"