Skip to content

Commit d5212eb

Browse files
committed
downstream update
1 parent be38cca commit d5212eb

File tree

15 files changed

+19
-19
lines changed

15 files changed

+19
-19
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/rhel9-python-3.9/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.41.2"
11-
setuptools = "~=68.1.2"
11+
setuptools = "~=78.1.1"
1212

1313
[requires]
1414
python_version = "3.9"

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/datascience/ubi9-python-3.9/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jupyterlab-widgets = "~=3.0.10"
3737
jupyter-resource-usage = "~=0.7.2"
3838
nbdime = "~=3.2.1"
3939
nbgitpuller = "~=1.2.0"
40-
# pycodestyle is dependency of below packages
40+
# pycodestyle is dependency of below packages
4141
# and to achieve compatible of pycodestyle with python-lsp-server[all]
4242
# pinned the below packages
4343
autopep8 = "~=2.0.4"
4444
flake8 = "~=7.1.0"
4545
# Base packages
4646
wheel = "~=0.43.0"
47-
setuptools = "~=69.2.0"
47+
setuptools = "~=78.1.1"
4848

4949
[requires]
5050
python_version = "3.9"

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/pytorch/ubi9-python-3.9/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jupyterlab-widgets = "~=3.0.10"
4646
jupyter-resource-usage = "~=0.7.2"
4747
nbdime = "~=3.2.1"
4848
nbgitpuller = "~=1.2.0"
49-
# pycodestyle is dependency of below packages
49+
# pycodestyle is dependency of below packages
5050
# and to achieve compatible of pycodestyle with python-lsp-server[all]
5151
# pinned the below packages
5252
autopep8 = "~=2.0.4"
5353
flake8 = "~=7.1.0"
5454
# Base packages
5555
wheel = "~=0.43.0"
56-
setuptools = "~=69.2.0"
56+
setuptools = "~=78.1.1"
5757

5858
[requires]
5959
python_version = "3.9"

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"

0 commit comments

Comments
 (0)