Skip to content

Commit

Permalink
Bump async-timeout from 4.0.3 to 5.0.1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent d81f5cc commit f984229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ dependencies = [
ci = [
# pinned for reproducible CI
"aiohttp==3.10.5",
"async-timeout==4.0.3",
"async-timeout==5.0.1",
"multidict==6.1.0",
"yarl==1.11.1",
]
dev = [
"async-timeout==4.0.3",
"async-timeout==5.0.1",
"codecov==2.1.13",
"mypy==1.11.2",
"packaging==24.1",
Expand Down

0 comments on commit f984229

Please sign in to comment.