-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
requirements: Remove patch version from 3rd party python dependencies
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |