Bump async-timeout from 4.0.3 to 5.0.1 (#1909)

Bumps [async-timeout](https://github.com/aio-libs/async-timeout) from 4.0.3 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.3...v5.0.1)

---
updated-dependencies:
- dependency-name: async-timeout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-11-29 14:09:39 +01:00
committed by GitHub
parent 258f30ec5c
commit 7f1f349300
2 changed files with 6 additions and 6 deletions
Generated
+5 -5
View File
@@ -223,13 +223,13 @@ test = ["astroid (>=1,<2)", "astroid (>=2,<4)", "pytest"]
[[package]] [[package]]
name = "async-timeout" name = "async-timeout"
version = "4.0.3" version = "5.0.1"
description = "Timeout context manager for asyncio programs" description = "Timeout context manager for asyncio programs"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.8"
files = [ files = [
{file = "async-timeout-4.0.3.tar.gz", hash = "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f"}, {file = "async_timeout-5.0.1-py3-none-any.whl", hash = "sha256:39e3809566ff85354557ec2398b55e096c8364bacac9405a7a1fa429e77fe76c"},
{file = "async_timeout-4.0.3-py3-none-any.whl", hash = "sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028"}, {file = "async_timeout-5.0.1.tar.gz", hash = "sha256:d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3"},
] ]
[[package]] [[package]]
@@ -2790,4 +2790,4 @@ propcache = ">=0.2.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "b8f87201e8dc3f379422d719acf9da1b21206c6aa2bf2e121bad235e34f6fdd2" content-hash = "c05b779d782913163f544f3d4737856264b4edeb7281d62d319d1bf55d5c056d"
+1 -1
View File
@@ -30,7 +30,7 @@ aiodns = "^3.0.0"
aiohttp = "^3.11.8" aiohttp = "^3.11.8"
aiohttp-socks = "^0.9.1" aiohttp-socks = "^0.9.1"
arabic-reshaper = "^3.0.0" arabic-reshaper = "^3.0.0"
async-timeout = "^4.0.3" async-timeout = "^5.0.1"
attrs = "^22.2.0" attrs = "^22.2.0"
certifi = "^2024.8.30" certifi = "^2024.8.30"
chardet = "^5.0.0" chardet = "^5.0.0"