Skip to content

Commit 8bb42b7

Browse files
Bump async-timeout from 4.0.3 to 5.0.1 (#384)
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](aio-libs/async-timeout@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>
1 parent f0606ce commit 8bb42b7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version = "0"
2222
[tool.poetry.dependencies]
2323
python = "^3.8"
2424
aiohttp = "^3.8"
25-
async-timeout = "^4"
25+
async-timeout = "^5"
2626
backoff = "<3"
2727

2828
# Optional dependencies for deprecated-verify

0 commit comments

Comments
 (0)