Skip to content
Open
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
7 changes: 3 additions & 4 deletions requirements/test-common-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
aiohappyeyeballs==2.6.2
# via aiohttp
aiohttp==3.13.5
# via pytest-aiohttp
aiosignal==1.4.0
# via aiohttp
async-timeout==5.0.1
Expand Down Expand Up @@ -74,7 +76,7 @@ setuptools-git==1.2
# via -r requirements/test-common-base.in
six==1.17.0
# via python-dateutil
tomli==2.4.0
tomli==2.4.1
# via
# coverage
# pytest
Expand All @@ -88,6 +90,3 @@ wait-for-it==2.3.0
# via -r requirements/test-common-base.in
yarl==1.24.2
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
# aiohttp
7 changes: 3 additions & 4 deletions requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
aiohappyeyeballs==2.6.2
# via aiohttp
aiohttp==3.13.5
# via pytest-aiohttp
aiosignal==1.4.0
# via aiohttp
annotated-types==0.7.0
Expand Down Expand Up @@ -101,7 +103,7 @@ pytest==9.0.3
# pytest-timeout
# pytest-xdist
pytest-aiohttp==1.1.0
# via -r requirements/test-common.in
# via -r requirements/test-common-base.in
pytest-asyncio==1.4.0
# via pytest-aiohttp
pytest-codspeed==5.0.3
Expand Down Expand Up @@ -151,6 +153,3 @@ yarl==1.24.2
# via aiohttp
zlib-ng==1.0.0
# via -r requirements/test-common.in

# The following packages are considered to be unsafe in a requirements file:
# aiohttp
7 changes: 3 additions & 4 deletions requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ aiohappyeyeballs==2.6.2
# via
# -r requirements/runtime-deps.in
# aiohttp
aiohttp==3.13.5
# via pytest-aiohttp
aiosignal==1.4.0
# via
# -r requirements/runtime-deps.in
Expand Down Expand Up @@ -124,7 +126,7 @@ pytest==9.0.3
# pytest-timeout
# pytest-xdist
pytest-aiohttp==1.1.0
# via -r requirements/test-common.in
# via -r requirements/test-common-base.in
pytest-asyncio==1.4.0
# via pytest-aiohttp
pytest-codspeed==5.0.3
Expand Down Expand Up @@ -177,6 +179,3 @@ yarl==1.24.2
# aiohttp
zlib-ng==1.0.0
# via -r requirements/test-common.in

# The following packages are considered to be unsafe in a requirements file:
# aiohttp
5 changes: 2 additions & 3 deletions requirements/test-mobile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ aiohappyeyeballs==2.6.2
# via
# -r requirements/runtime-deps.in
# aiohttp
aiohttp==3.13.5
# via pytest-aiohttp
aiosignal==1.4.0
# via
# -r requirements/runtime-deps.in
Expand Down Expand Up @@ -122,6 +124,3 @@ yarl==1.24.2
# via
# -r requirements/runtime-deps.in
# aiohttp

# The following packages are considered to be unsafe in a requirements file:
# aiohttp
7 changes: 3 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ aiohappyeyeballs==2.6.2
# via
# -r requirements/runtime-deps.in
# aiohttp
aiohttp==3.13.5
# via pytest-aiohttp
aiosignal==1.4.0
# via
# -r requirements/runtime-deps.in
Expand Down Expand Up @@ -124,7 +126,7 @@ pytest==9.0.3
# pytest-timeout
# pytest-xdist
pytest-aiohttp==1.1.0
# via -r requirements/test-common.in
# via -r requirements/test-common-base.in
pytest-asyncio==1.4.0
# via pytest-aiohttp
pytest-codspeed==5.0.3
Expand Down Expand Up @@ -179,6 +181,3 @@ yarl==1.24.2
# aiohttp
zlib-ng==1.0.0
# via -r requirements/test-common.in

# The following packages are considered to be unsafe in a requirements file:
# aiohttp
Loading