Skip to content

Commit

Permalink
Upgrade Tests/requirements.txt (#692)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Büchse <[email protected]>
  • Loading branch information
mbuechse authored Aug 12, 2024
1 parent 1e20c28 commit 8719f6d
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions Tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,33 @@
#
# pip-compile requirements.in
#
aiohttp==3.9.5
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.3
# via
# -r requirements.in
# kubernetes-asyncio
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==23.2.0
attrs==24.2.0
# via aiohttp
bcrypt==4.1.3
bcrypt==4.2.0
# via paramiko
certifi==2024.7.4
# via
# kubernetes-asyncio
# requests
cffi==1.16.0
cffi==1.17.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via -r requirements.in
cryptography==42.0.8
cryptography==43.0.0
# via
# openstacksdk
# paramiko
Expand Down Expand Up @@ -63,23 +65,23 @@ jsonpatch==1.33
# via openstacksdk
jsonpointer==3.0.0
# via jsonpatch
keystoneauth1==5.6.0
keystoneauth1==5.7.0
# via openstacksdk
kubernetes-asyncio==30.1.0
kubernetes-asyncio==30.3.1
# via -r requirements.in
multidict==6.0.5
# via
# aiohttp
# yarl
netifaces==0.11.0
# via openstacksdk
openstacksdk==3.1.0
openstacksdk==3.3.0
# via -r requirements.in
os-service-types==1.7.0
# via
# keystoneauth1
# openstacksdk
paramiko==3.4.0
paramiko==3.4.1
# via fabric
pbr==6.0.0
# via
Expand All @@ -97,7 +99,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements.in
# kubernetes-asyncio
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements.in
# kubernetes-asyncio
Expand Down Expand Up @@ -126,6 +128,3 @@ wrapt==1.16.0
# via deprecated
yarl==1.9.4
# via aiohttp

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

0 comments on commit 8719f6d

Please sign in to comment.