Skip to content

Commit

Permalink
Update pytest-aiohttp requirement from ~=1.0.5 to >=1.0.5,<1.2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp) to permit the latest version.
- [Release notes](https://github.com/aio-libs/pytest-aiohttp/releases)
- [Changelog](https://github.com/aio-libs/pytest-aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/pytest-aiohttp@v1.0.5...v1.1.0)

---
updated-dependencies:
- dependency-name: pytest-aiohttp
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 8a62d84 commit e3e17be
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 @@ -51,7 +51,7 @@ install_requires =
tests_require =
pytest ~= 8.3.3
pytest-asyncio >= 0.24,< 0.26
pytest-aiohttp ~= 1.0.5
pytest-aiohttp >= 1.0.5,< 1.2.0
pytest-cov >= 5.0,< 6.1
coverage ~= 7.6.1
asyncmock ~= 0.4.2
Expand Down

0 comments on commit e3e17be

Please sign in to comment.