Skip to content

Commit

Permalink
CRAYSAT-1330: Update to version 2.0.0 of csm-api-client
Browse files Browse the repository at this point in the history
Version 2.0.0 of `csm-api-client` introduces the ability to specify the
name of images when images are customized in CFS.
  • Loading branch information
haasken-hpe committed Aug 9, 2024
1 parent 3e162cd commit 8c196e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ coverage==6.3.2
cray-product-catalog==1.6.0
croniter==0.3.37
cryptography==42.0.4
csm-api-client==1.2.4
csm-api-client==2.0.0
dataclasses-json==0.5.6
docutils==0.17.1
google-auth==2.6.0
Expand Down Expand Up @@ -54,7 +54,7 @@ requests==2.32.2
requests-oauthlib==1.3.1
rsa==4.8
s3transfer==0.5.2
semver==2.13.0
semver==3.0.2
six==1.16.0
snowballstemmer==2.2.0
Sphinx==2.4.5
Expand Down
4 changes: 2 additions & 2 deletions requirements.lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ click==8.0.4
cray-product-catalog==1.6.0
croniter==0.3.37
cryptography==42.0.4
csm-api-client==1.2.4
csm-api-client==2.0.0
dataclasses-json==0.5.6
google-auth==2.6.0
htmlmin==0.1.12
Expand Down Expand Up @@ -45,7 +45,7 @@ requests==2.32.2
requests-oauthlib==1.3.1
rsa==4.8
s3transfer==0.5.2
semver==2.13.0
semver==3.0.2
six==1.16.0
sseclient-py==1.7.2
toml==0.10.0
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ argcomplete
boto3
botocore
cray-product-catalog >= 1.6.0
csm-api-client >= 1.2.4, <2.0
csm-api-client >= 2.0.0, <3.0
croniter >= 0.3, < 1.0
inflect >= 0.2.5, < 3.0
Jinja2 >= 3.0, < 4.0
Expand All @@ -36,7 +36,7 @@ python-dateutil >= 2.7.3, < 3.0
pyyaml >= 6.0.1, < 7.0
requests < 3.0
requests-oauthlib
semver >= 2.13.0, < 3.0
semver >= 3.0.2, < 4.0
sseclient-py >= 1.7
toml == 0.10.0
urllib3 >= 1.26.5, < 2.0

0 comments on commit 8c196e8

Please sign in to comment.