Skip to content

Commit 9988b62

Browse files
Bump async-timeout from 4.0.2 to 4.0.3 (#7511)
Bumps [async-timeout](https://github.com/aio-libs/async-timeout) from 4.0.2 to 4.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/async-timeout/releases">async-timeout's releases</a>.</em></p> <blockquote> <h2>4.0.3</h2> <ul> <li>Fixed compatibility with asyncio.timeout() on Python 3.11+.</li> <li>Added support for Python 3.11.</li> <li>Dropped support for Python 3.6.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst">async-timeout's changelog</a>.</em></p> <blockquote> <h1>4.0.3 (2023-08-10)</h1> <ul> <li>Fixed compatibility with asyncio.timeout() on Python 3.11+.</li> <li>Added support for Python 3.11.</li> <li>Dropped support for Python 3.6.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/async-timeout/commit/a48974404c746593f78c116faceb56a0db50309e"><code>a489744</code></a> Release 4.0.3 (<a href="https://redirect.github.com/aio-libs/async-timeout/issues/364">#364</a>)</li> <li><a href="https://github.com/aio-libs/async-timeout/commit/5e3a4f02c3930164b4468922fdf39301fa3c56b1"><code>5e3a4f0</code></a> Bump docutils from 0.19 to 0.20.1 (<a href="https://redirect.github.com/aio-libs/async-timeout/issues/369">#369</a>)</li> <li><a href="https://github.com/aio-libs/async-timeout/commit/6a5964bed1bfce8725d623839cb7427aa5244b5b"><code>6a5964b</code></a> Bump pytest-cov from 4.0.0 to 4.1.0 (<a href="https://redirect.github.com/aio-libs/async-timeout/issues/365">#365</a>)</li> <li><a href="https://github.com/aio-libs/async-timeout/commit/fcbeb651a1ebd9b9fb9ab16dbea6f9f135c68a81"><code>fcbeb65</code></a> Bump mypy from 1.2.0 to 1.4.1 (<a href="https://redirect.github.com/aio-libs/async-timeout/issues/368">#368</a>)</li> <li><a href="https://github.com/aio-libs/async-timeout/commit/5eeffaeab7d33ed933af450d74cf5a5098dd2ace"><code>5eeffae</code></a> Bump pytest from 7.3.1 to 7.4.0 (<a href="https://redirect.github.com/aio-libs/async-timeout/issues/366">#366</a>)</li> <li><a href="https://github.com/aio-libs/async-timeout/commit/8ec8cc02ce13b0b31b82cbf4e7a8bd43573140ff"><code>8ec8cc0</code></a> Bump pytest-asyncio from 0.21.0 to 0.21.1 (<a href="https://redirect.github.com/aio-libs/async-timeout/issues/367">#367</a>)</li> <li><a href="https://github.com/aio-libs/async-timeout/commit/72906544a62a4725eb704cca8f0efa397770af0c"><code>7290654</code></a> Bump pytest-asyncio from 0.20.3 to 0.21.0 (<a href="https://redirect.github.com/aio-libs/async-timeout/issues/354">#354</a>)</li> <li><a href="https://github.com/aio-libs/async-timeout/commit/9f07afa17c470f506a6bbbcaefaa7f30d8623180"><code>9f07afa</code></a> Mention import at least once in the readme (<a href="https://redirect.github.com/aio-libs/async-timeout/issues/361">#361</a>)</li> <li><a href="https://github.com/aio-libs/async-timeout/commit/e1c88275e6ecef4b702508f396fd84fd11fef855"><code>e1c8827</code></a> Bump pytest from 7.2.1 to 7.3.1 (<a href="https://redirect.github.com/aio-libs/async-timeout/issues/360">#360</a>)</li> <li><a href="https://github.com/aio-libs/async-timeout/commit/211a9bff39f4b84305681885cdddff4d562a06f6"><code>211a9bf</code></a> Bump mypy from 0.991 to 1.2.0 (<a href="https://redirect.github.com/aio-libs/async-timeout/issues/358">#358</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/async-timeout/compare/v4.0.2...v4.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-timeout&package-manager=pip&previous-version=4.0.2&new-version=4.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc37e44 commit 9988b62

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiodns==3.0.0 ; sys_platform == "linux" or sys_platform == "darwin"
88
# via -r requirements/runtime-deps.in
99
aiosignal==1.3.1
1010
# via -r requirements/runtime-deps.in
11-
async-timeout==4.0.2
11+
async-timeout==4.0.3
1212
# via -r requirements/runtime-deps.in
1313
brotli==1.0.9
1414
# via -r requirements/runtime-deps.in

requirements/constraints.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ aiosignal==1.3.1
1414
# via -r requirements/runtime-deps.in
1515
alabaster==0.7.13
1616
# via sphinx
17-
async-timeout==4.0.2
17+
async-timeout==4.0.3
1818
# via
1919
# -r requirements/runtime-deps.in
2020
# aioredis
@@ -244,9 +244,7 @@ uritemplate==4.1.1
244244
urllib3==2.0.4
245245
# via requests
246246
uvloop==0.17.0 ; platform_system != "Windows" and python_version < "3.12"
247-
# via
248-
# -r requirements/base.in
249-
# -r requirements/lint.in
247+
# via -r requirements/lint.in
250248
virtualenv==20.24.2
251249
# via pre-commit
252250
wait-for-it==2.2.2

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ aiosignal==1.3.1
1414
# via -r requirements/runtime-deps.in
1515
alabaster==0.7.13
1616
# via sphinx
17-
async-timeout==4.0.2
17+
async-timeout==4.0.3
1818
# via
1919
# -r requirements/runtime-deps.in
2020
# aioredis

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aioredis==2.0.1
88
# via -r requirements/lint.in
9-
async-timeout==4.0.2
9+
async-timeout==4.0.3
1010
# via aioredis
1111
cfgv==3.3.1
1212
# via pre-commit

requirements/runtime-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiodns==3.0.0 ; sys_platform == "linux" or sys_platform == "darwin"
88
# via -r requirements/runtime-deps.in
99
aiosignal==1.3.1
1010
# via -r requirements/runtime-deps.in
11-
async-timeout==4.0.2
11+
async-timeout==4.0.3
1212
# via -r requirements/runtime-deps.in
1313
brotli==1.0.9
1414
# via -r requirements/runtime-deps.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiodns==3.0.0 ; sys_platform == "linux" or sys_platform == "darwin"
88
# via -r requirements/runtime-deps.in
99
aiosignal==1.3.1
1010
# via -r requirements/runtime-deps.in
11-
async-timeout==4.0.2
11+
async-timeout==4.0.3
1212
# via -r requirements/runtime-deps.in
1313
brotli==1.0.9
1414
# via -r requirements/runtime-deps.in

0 commit comments

Comments
 (0)