Skip to content

Commit 55cf577

Browse files
authored
[2024b] RHOAIENG-16955: chore(deps): bump setuptools from 75.8.2 or thereabouts to 78.1.1 in Pipfiles (#1192)
1 parent f8c6a29 commit 55cf577

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

base/c9s-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ verify_ssl = true
88
[packages]
99
# Base packages
1010
wheel = "~=0.43.0"
11-
setuptools = "~=70.0.0"
11+
setuptools = "~=78.1.1"
1212

1313
[requires]
1414
python_version = "3.11"

base/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ verify_ssl = true
88
[packages]
99
# Base packages
1010
wheel = "~=0.44.0"
11-
setuptools = "~=74.1.2"
11+
setuptools = "~=78.1.1"
1212

1313
[requires]
1414
python_version = "3.11"

codeserver/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ verify_ssl = true
1313
[packages]
1414
# Base packages
1515
wheel = "~=0.43.0"
16-
setuptools = "~=70.0.0"
16+
setuptools = "~=78.1.1"
1717

1818
# Datascience packages
1919
boto3 = "~=1.34.60"

jupyter/datascience/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ nbgitpuller = "~=1.2.1"
4545

4646
# Base packages
4747
wheel = "~=0.44.0"
48-
setuptools = "~=74.1.2"
48+
setuptools = "~=78.1.1"
4949

5050
[requires]
5151
python_version = "3.11"

jupyter/minimal/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ nbgitpuller = "~=1.2.1"
1818

1919
# Base packages
2020
wheel = "~=0.44.0"
21-
setuptools = "~=74.1.2"
21+
setuptools = "~=78.1.1"
2222

2323
[requires]
2424
python_version = "3.11"

jupyter/pytorch/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ nbgitpuller = "~=1.2.1"
5555

5656
# Base packages
5757
wheel = "~=0.44.0"
58-
setuptools = "~=74.1.2"
58+
setuptools = "~=78.1.1"
5959

6060
[requires]
6161
python_version = "3.11"

jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ nbgitpuller = "~=1.2.1"
5757

5858
# Base packages
5959
wheel = "~=0.44.0"
60-
setuptools = "~=74.1.2"
60+
setuptools = "~=78.1.1"
6161

6262
[requires]
6363
python_version = "3.11"

jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ nbgitpuller = "~=1.2.1"
4949

5050
# Base packages
5151
wheel = "~=0.44.0"
52-
setuptools = "~=74.1.2"
52+
setuptools = "~=78.1.1"
5353

5454
[requires]
5555
python_version = "3.11"

jupyter/tensorflow/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ nbgitpuller = "~=1.2.1"
4848

4949
# Base packages
5050
wheel = "~=0.44.0"
51-
setuptools = "~=74.1.2"
51+
setuptools = "~=78.1.1"
5252

5353
[requires]
5454
python_version = "3.11"

jupyter/trustyai/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ nbgitpuller = "~=1.2.1"
5656

5757
# Base packages
5858
wheel = "~=0.44.0"
59-
setuptools = "~=74.1.2"
59+
setuptools = "~=78.1.1"
6060

6161
[requires]
6262
python_version = "3.11"

0 commit comments

Comments
 (0)