Skip to content

Commit

Permalink
requirements: Remove patch version from 3rd party python dependencies
Browse files Browse the repository at this point in the history
- this is for automatically update python libraries

Signed-off-by: Andras Mitzki <andras.mitzki@axoflow.com>
  • Loading branch information
Andras Mitzki committed Dec 9, 2024
1 parent 1aa9983 commit 5aa0644
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
boto3<=1.28.33 # <= is used for python3.6 compatibility on centos-7
botocore<=1.31.33 # <= is used for python3.6 compatibility on centos-7
cachetools==4.2.4
certifi==2024.7.4
charset-normalizer==2.0.12
google-auth==2.13.0
idna==3.7
kubernetes==25.3.0
oauthlib==3.2.2
pyasn1==0.4.8
pyasn1-modules==0.2.8
python-dateutil==2.8.2
PyYAML==6.0.1
requests==2.32.0
requests-oauthlib==1.3.1
rsa==4.9
six==1.16.0
urllib3==1.26.19
websocket-client==1.3.1
ply==3.11
tornado==6.4.2
cachetools~=4.2
certifi~=2024.7
charset-normalizer~=2.0
google-auth~=2.13
idna~=3.7
kubernetes~=25.3
oauthlib~=3.2
pyasn1~=0.4
pyasn1-modules~=0.2
python-dateutil~=2.8
PyYAML~=6.0
requests~=2.32
requests-oauthlib~=1.3
rsa~=4.9
six~=1.16
urllib3~=1.26
websocket-client~=1.3
ply~=3.11
tornado~=6.4

0 comments on commit 5aa0644

Please sign in to comment.