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
4 changes: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ pytest==9.0.3
# pytest-mock
# pytest-timeout
# pytest-xdist
pytest-aiohttp==1.1.0
pytest-aiohttp==1.1.1
# via
# -r requirements/lint.in
# -r requirements/test-common-base.in
Expand Down Expand Up @@ -345,5 +345,5 @@ zlib-ng==1.0.0
# -r requirements/test-common.in

# The following packages are considered to be unsafe in a requirements file:
aiohttp==3.14.0
aiohttp==3.14.1
# via pytest-aiohttp
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ pytest==9.0.3
# pytest-mock
# pytest-timeout
# pytest-xdist
pytest-aiohttp==1.1.0
pytest-aiohttp==1.1.1
# via
# -r requirements/lint.in
# -r requirements/test-common-base.in
Expand Down Expand Up @@ -335,5 +335,5 @@ zlib-ng==1.0.0
# -r requirements/test-common.in

# The following packages are considered to be unsafe in a requirements file:
aiohttp==3.14.0
aiohttp==3.14.1
# via pytest-aiohttp
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ pytest==9.0.3
# pytest-asyncio
# pytest-codspeed
# pytest-mock
pytest-aiohttp==1.1.0
pytest-aiohttp==1.1.1
# via -r requirements/lint.in
pytest-asyncio==1.4.0
# via pytest-aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pytest==9.0.3
# pytest-cov
# pytest-mock
# pytest-timeout
pytest-aiohttp==1.1.0
pytest-aiohttp==1.1.1
# via -r requirements/test-common-base.in
pytest-asyncio==1.4.0
# via pytest-aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pytest==9.0.3
# pytest-mock
# pytest-timeout
# pytest-xdist
pytest-aiohttp==1.1.0
pytest-aiohttp==1.1.1
# via -r requirements/test-common-base.in
pytest-asyncio==1.4.0
# via pytest-aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pytest==9.0.3
# pytest-mock
# pytest-timeout
# pytest-xdist
pytest-aiohttp==1.1.0
pytest-aiohttp==1.1.1
# via -r requirements/test-common-base.in
pytest-asyncio==1.4.0
# via pytest-aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-mobile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pytest==9.0.3
# pytest-cov
# pytest-mock
# pytest-timeout
pytest-aiohttp==1.1.0
pytest-aiohttp==1.1.1
# via -r requirements/test-common-base.in
pytest-asyncio==1.4.0
# via pytest-aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pytest==9.0.3
# pytest-mock
# pytest-timeout
# pytest-xdist
pytest-aiohttp==1.1.0
pytest-aiohttp==1.1.1
# via -r requirements/test-common-base.in
pytest-asyncio==1.4.0
# via pytest-aiohttp
Expand Down
Loading