Skip to content

Commit 8039cee

Browse files
committed
downstream update
1 parent 1f96b9b commit 8039cee

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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"

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

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

5555
[requires]
5656
python_version = "3.9"

jupyter/trustyai/ubi9-python-3.9/Pipfile

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

6161
[requires]
6262
python_version = "3.9"

0 commit comments

Comments
 (0)