Skip to content

Commit

Permalink
Loosen aiohttp pin to >3.9.0,<4.0 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Jul 22, 2024
1 parent 07bd0f6 commit a583559
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
additional_dependencies:
- pytest~=7.4.3
- voluptuous~=0.12.1
- aiohttp~=3.9.1
- aiohttp>3.9.0,<4.0
- python-didl-lite~=1.3.2
- defusedxml~=0.6.0
- pytest-asyncio~=0.21.1
Expand Down
1 change: 1 addition & 0 deletions changes/239.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Loosen aiohttp pin to >3.9.0,<4.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ keywords =
python_requires = >=3.8
install_requires =
voluptuous >= 0.12.1
aiohttp~=3.9.1
aiohttp >3.9.0, <4.0
async-timeout >=3.0, <5.0
python-didl-lite ~= 1.4.0
defusedxml >= 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ commands = py.test --cov=async_upnp_client --cov-report=term --cov-report=xml:co
ignore_errors = True
deps =
pytest == 7.4.3
aiohttp~=3.9.1
aiohttp>3.9.0,<4.0
pytest-asyncio ~= 0.21.1
pytest-aiohttp ~= 1.0.5
pytest-cov ~= 4.1.0
Expand Down

0 comments on commit a583559

Please sign in to comment.