Skip to content

Commit

Permalink
Update async-timeout requirement from <5.0,>=3.0 to >=3.0,<6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [async-timeout](https://github.com/aio-libs/async-timeout) to permit the latest version.
- [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@v3.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: async-timeout
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 8a62d84 commit 9b8c73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ python_requires = >=3.9
install_requires =
voluptuous >= 0.15.2
aiohttp >3.9.0, <4.0
async-timeout >=3.0, <5.0
async-timeout >=3.0, <6.0
python-didl-lite ~= 1.4.0
defusedxml >= 0.6.0
tests_require =
Expand Down

0 comments on commit 9b8c73d

Please sign in to comment.