Skip to content

Commit

Permalink
[2024a] RHOAIENG-16520, RHOAIENG-11807, RHOAIENG-16955: update setupt…
Browse files Browse the repository at this point in the history
…ools to 70.0.0 for CVE fixes (#824)

* update setuptools to 70.0.0 for CVE fixes

* Update Pipfile.lock files by piplock-renewal.yaml action

* Update Pipfile.lock files by piplock-renewal.yaml action

---------

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dibryant and github-actions[bot] authored Dec 22, 2024
1 parent 919607e commit 38cc367
Show file tree
Hide file tree
Showing 41 changed files with 9,612 additions and 9,008 deletions.
2 changes: 1 addition & 1 deletion base/c9s-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ verify_ssl = true
[packages]
# Base packages
wheel = "~=0.43.0"
setuptools = "~=69.2.0"
setuptools = "~=70.0.0"

[requires]
python_version = "3.9"
8 changes: 4 additions & 4 deletions base/c9s-python-3.9/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion base/ubi8-python-3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ verify_ssl = true
[packages]
# Base packages
wheel = "~=0.43.0"
setuptools = "~=69.2.0"
setuptools = "~=70.0.0"

[requires]
python_version = "3.8"
8 changes: 4 additions & 4 deletions base/ubi8-python-3.8/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion base/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ verify_ssl = true
[packages]
# Base packages
wheel = "~=0.43.0"
setuptools = "~=69.2.0"
setuptools = "~=70.0.0"

[requires]
python_version = "3.9"
8 changes: 4 additions & 4 deletions base/ubi9-python-3.9/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion codeserver/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ verify_ssl = true
[packages]
# Base packages
wheel = "~=0.43.0"
setuptools = "~=69.1.1"
setuptools = "~=70.0.0"

# Datascience packages
boto3 = "~=1.34.60"
Expand Down
1,777 changes: 945 additions & 832 deletions codeserver/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

194 changes: 96 additions & 98 deletions habana/1.10.0/ubi8-python-3.8/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion habana/1.13.0/ubi8-python-3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ autopep8 = "~=2.0.4"
flake8 = "~=7.0.0"
# Base packages
wheel = "~=0.43.0"
setuptools = "~=69.2.0"
setuptools = "~=70.0.0"

[requires]
python_version = "3.8"
234 changes: 117 additions & 117 deletions habana/1.13.0/ubi8-python-3.8/Pipfile.lock

Large diffs are not rendered by default.

3,102 changes: 1,648 additions & 1,454 deletions intel/runtimes/ml/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/datascience/ubi8-python-3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ autopep8 = "~=2.0.4"
flake8 = "~=7.0.0"
# Base packages
wheel = "~=0.43.0"
setuptools = "~=69.2.0"
setuptools = "~=70.0.0"

[requires]
python_version = "3.8"
198 changes: 99 additions & 99 deletions jupyter/datascience/ubi8-python-3.8/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/datascience/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ autopep8 = "~=2.0.4"
flake8 = "~=7.1.0"
# Base packages
wheel = "~=0.43.0"
setuptools = "~=69.2.0"
setuptools = "~=70.0.0"

[requires]
python_version = "3.9"
387 changes: 196 additions & 191 deletions jupyter/datascience/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

3,899 changes: 2,065 additions & 1,834 deletions jupyter/intel/ml/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/minimal/ubi8-python-3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nbgitpuller = "~=1.2.0"

# Base packages
wheel = "~=0.43.0"
setuptools = "~=69.2.0"
setuptools = "~=70.0.0"

[requires]
python_version = "3.8"
84 changes: 42 additions & 42 deletions jupyter/minimal/ubi8-python-3.8/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jupyter/minimal/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nbgitpuller = "~=1.2.0"

# Base packages
wheel = "~=0.43.0"
setuptools = "~=69.2.0"
setuptools = "~=70.0.0"

[requires]
python_version = "3.9"
Loading

0 comments on commit 38cc367

Please sign in to comment.