Skip to content

Commit

Permalink
Review & bump dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
Maari Tamm committed Nov 19, 2024
1 parent ad465ae commit 125b5d1
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
apscheduler>=3.5.1,<3.8
cliff<3.4.0
dogpile.cache<1.0.0
google-auth>=1.4.1,<1.5
google-api-python-client>=1.7.7,<1.8
keystoneauth1>=3.13.0,<3.18
openstacksdk<0.37
osc-lib>=1.2.0,<2
os-client-config>=1.28.0,<2
oslo.serialization>=2.28.1,<3
oslo.utils>=3.37.1,<4
apscheduler<4
cliff<=4.7
dogpile.cache<=1.3
google-auth<=2.35.0 # keep in sync with edx-platform
google-api-python-client<=2.149.0 # keep in sync with edx-platform
keystoneauth1<=5.8
openstacksdk<=4.1
osc-lib<=3.1
os-client-config<=2.1
oslo.serialization<=5.5
oslo.utils<=7.4
paramiko>=3.4.0
pymongo<4
python-heatclient>=1.6.1,<2
python-keystoneclient>=3.17.0,<3.22
python-novaclient>=7.1.2,<16
tenacity>=6.2,<8
pymongo<=4.4.0 # keep in sync with edx-platform
python-heatclient<=4.0
python-keystoneclient<=5.5
python-novaclient<=18.7
tenacity<=9.0

# for hastexo_guacamole_client
django<=4.2.14
Expand Down

0 comments on commit 125b5d1

Please sign in to comment.