Skip to content

Commit

Permalink
Merge pull request opendatahub-io#200 from gmfrasca/odh-am-awscli-ver…
Browse files Browse the repository at this point in the history
…sion-pins

Upgrade ArtifactManager awscli version pins
  • Loading branch information
HumairAK authored Jun 5, 2024
2 parents 233b46f + 053970b commit 1db7ee8
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 36 deletions.
20 changes: 11 additions & 9 deletions backend/artifact_manager/requirements-build.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Cython
flit_core >=3.4,<4
packaging>=20.0
pyparsing!=3.0.5,>=2.0.2
setuptools
setuptools>=40.8.0
setuptools_scm
calver==2022.6.26
Cython==0.29.37
flit_core >=3.9,<4
hatchling==1.24.2
packaging>=24.0
pathspec==0.12.1
pluggy==1.5.0
setuptools-scm==7.1.0
tomli>=1.0.0
typing-extensions
wheel
trove-classifiers==2024.5.22
typing-extensions==4.12.1
wheel==0.43.0
39 changes: 24 additions & 15 deletions backend/artifact_manager/requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,45 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --allow-unsafe requirements-build.in
#
cython==0.29.32
calver==2022.6.26
# via -r requirements-build.in
flit-core==3.7.1
cython==0.29.37
# via -r requirements-build.in
packaging==21.3
flit-core==3.9.0
# via -r requirements-build.in
hatchling==1.24.2
# via -r requirements-build.in
packaging==24.0
# via
# -r requirements-build.in
# hatchling
# setuptools-scm
pyparsing==3.0.9
pathspec==0.12.1
# via
# -r requirements-build.in
# packaging
setuptools-scm==7.0.5
# hatchling
pluggy==1.5.0
# via
# -r requirements-build.in
# hatchling
setuptools-scm==7.1.0
# via -r requirements-build.in
tomli==2.0.1
# via -r requirements-build.in
trove-classifiers==2024.5.22
# via
# -r requirements-build.in
# setuptools-scm
typing-extensions==4.4.0
# hatchling
typing-extensions==4.12.1
# via
# -r requirements-build.in
# setuptools-scm
wheel==0.37.1
wheel==0.43.0
# via -r requirements-build.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==65.5.0
# via
# -r requirements-build.in
# setuptools-scm
setuptools==70.0.0
# via setuptools-scm
2 changes: 1 addition & 1 deletion backend/artifact_manager/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
awscli==1.25.78
awscli==1.33.1
22 changes: 11 additions & 11 deletions backend/artifact_manager/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
# pip-compile
#
awscli==1.25.78
awscli==1.33.1
# via -r requirements.in
botocore==1.27.77
botocore==1.34.119
# via
# awscli
# s3transfer
colorama==0.4.4
colorama==0.4.6
# via awscli
docutils==0.16
# via awscli
jmespath==1.0.1
# via botocore
pyasn1==0.4.8
pyasn1==0.6.0
# via rsa
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via botocore
pyyaml==5.4.1
pyyaml==6.0.1
# via awscli
rsa==4.7.2
# via awscli
s3transfer==0.6.0
s3transfer==0.10.1
# via awscli
six==1.16.0
# via python-dateutil
urllib3==1.26.12
urllib3==1.26.18
# via botocore

0 comments on commit 1db7ee8

Please sign in to comment.