forked from opendatahub-io/data-science-pipelines-tekton
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request opendatahub-io#200 from gmfrasca/odh-am-awscli-ver…
…sion-pins Upgrade ArtifactManager awscli version pins
- Loading branch information
Showing
4 changed files
with
47 additions
and
36 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,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 |
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,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 |
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 +1 @@ | ||
awscli==1.25.78 | ||
awscli==1.33.1 |
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,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 |