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
10 changes: 5 additions & 5 deletions Tests/iaas/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile requirements.in
#
boto3==1.42.80
boto3==1.42.86
# via -r requirements.in
botocore==1.42.80
botocore==1.42.86
# via
# boto3
# s3transfer
Expand All @@ -18,11 +18,11 @@ cffi==2.0.0
# via
# -c ../requirements.txt
# cryptography
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via
# -c ../requirements.txt
# requests
cryptography==46.0.6
cryptography==46.0.7
# via
# -c ../requirements.txt
# openstacksdk
Expand Down Expand Up @@ -62,7 +62,7 @@ pbr==7.0.3
# keystoneauth1
# openstacksdk
# os-service-types
platformdirs==4.9.4
platformdirs==4.9.6
# via openstacksdk
psutil==7.2.2
# via openstacksdk
Expand Down
2 changes: 1 addition & 1 deletion Tests/kaas/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ certifi==2026.2.25
# kubernetes
# kubernetes-asyncio
# requests
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via
# -c ../requirements.txt
# requests
Expand Down
6 changes: 3 additions & 3 deletions Tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ certifi==2026.2.25
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via requests
click==8.3.1
click==8.3.2
# via -r requirements.in
cryptography==46.0.6
cryptography==46.0.7
# via sslyze
frozenlist==1.8.0
# via
Expand Down
22 changes: 16 additions & 6 deletions Tests/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,30 @@
#
# pip-compile test-requirements.in
#
coverage[toml]==7.8.1
coverage[toml]==7.13.5
# via pytest-cov
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
packaging==25.0
packaging==26.0
# via pytest
pluggy==1.6.0
# via
# pytest
# pytest-cov
pygments==2.20.0
# via pytest
pytest==8.3.5
pytest==9.0.3
# via
# -r test-requirements.in
# pytest-asyncio
# pytest-cov
pytest-asyncio==0.26.0
pytest-asyncio==1.3.0
# via -r test-requirements.in
pytest-cov==6.1.1
pytest-cov==7.1.0
# via -r test-requirements.in
typing-extensions==4.15.0
# via
# -c iaas/requirements.txt
# -c kaas/requirements.txt
# -c requirements.txt
# pytest-asyncio
Loading