Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ cffi==2.0.0
# via
# cryptography
# pycares
# pytest-codspeed
cfgv==3.5.0
# via pre-commit
charset-normalizer==3.4.7
Expand Down Expand Up @@ -207,7 +206,7 @@ pytest-aiohttp==1.1.0
# -r requirements/test-common.in
pytest-asyncio==1.4.0a2
# via pytest-aiohttp
pytest-codspeed==4.5.0
pytest-codspeed==5.0.1
# via
# -r requirements/lint.in
# -r requirements/test-common.in
Expand All @@ -221,7 +220,7 @@ pytest-xdist==3.8.0
# via -r requirements/test-common.in
python-dateutil==2.9.0.post0
# via freezegun
python-discovery==1.3.0
python-discovery==1.3.1
# via virtualenv
python-on-whales==0.81.0
# via
Expand Down
5 changes: 2 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ cffi==2.0.0
# via
# cryptography
# pycares
# pytest-codspeed
cfgv==3.5.0
# via pre-commit
charset-normalizer==3.4.7
Expand Down Expand Up @@ -202,7 +201,7 @@ pytest-aiohttp==1.1.0
# -r requirements/test-common.in
pytest-asyncio==1.4.0a2
# via pytest-aiohttp
pytest-codspeed==4.5.0
pytest-codspeed==5.0.1
# via
# -r requirements/lint.in
# -r requirements/test-common.in
Expand All @@ -216,7 +215,7 @@ pytest-xdist==3.8.0
# via -r requirements/test-common.in
python-dateutil==2.9.0.post0
# via freezegun
python-discovery==1.3.0
python-discovery==1.3.1
# via virtualenv
python-on-whales==0.81.0
# via
Expand Down
5 changes: 2 additions & 3 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ cffi==2.0.0
# via
# cryptography
# pycares
# pytest-codspeed
cfgv==3.5.0
# via pre-commit
click==8.3.3
Expand Down Expand Up @@ -122,13 +121,13 @@ pytest-aiohttp==1.1.0
# via -r requirements/lint.in
pytest-asyncio==1.4.0a2
# via pytest-aiohttp
pytest-codspeed==4.5.0
pytest-codspeed==5.0.1
# via -r requirements/lint.in
pytest-mock==3.15.1
# via -r requirements/lint.in
python-dateutil==2.9.0.post0
# via freezegun
python-discovery==1.3.0
python-discovery==1.3.1
# via virtualenv
python-on-whales==0.81.0
# via -r requirements/lint.in
Expand Down
6 changes: 2 additions & 4 deletions requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ backports-asyncio-runner==1.2.0
blockbuster==1.5.26
# via -r requirements/test-common.in
cffi==2.0.0
# via
# cryptography
# pytest-codspeed
# via cryptography
click==8.3.3
# via wait-for-it
coverage==7.14.0
Expand Down Expand Up @@ -107,7 +105,7 @@ pytest-aiohttp==1.1.0
# via -r requirements/test-common.in
pytest-asyncio==1.3.0
# via pytest-aiohttp
pytest-codspeed==4.5.0
pytest-codspeed==5.0.1
# via -r requirements/test-common.in
pytest-cov==7.1.0
# via -r requirements/test-common.in
Expand Down
3 changes: 1 addition & 2 deletions requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ cffi==2.0.0
# via
# cryptography
# pycares
# pytest-codspeed
click==8.3.3
# via wait-for-it
coverage==7.14.0
Expand Down Expand Up @@ -129,7 +128,7 @@ pytest-aiohttp==1.1.0
# via -r requirements/test-common.in
pytest-asyncio==1.4.0a2
# via pytest-aiohttp
pytest-codspeed==4.5.0
pytest-codspeed==5.0.1
# via -r requirements/test-common.in
pytest-cov==7.1.0
# via -r requirements/test-common.in
Expand Down
3 changes: 1 addition & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ cffi==2.0.0
# via
# cryptography
# pycares
# pytest-codspeed
click==8.3.3
# via wait-for-it
coverage==7.14.0
Expand Down Expand Up @@ -129,7 +128,7 @@ pytest-aiohttp==1.1.0
# via -r requirements/test-common.in
pytest-asyncio==1.4.0a2
# via pytest-aiohttp
pytest-codspeed==4.5.0
pytest-codspeed==5.0.1
# via -r requirements/test-common.in
pytest-cov==7.1.0
# via -r requirements/test-common.in
Expand Down
Loading