diff --git a/base/rhel9-python-3.9/Pipfile b/base/rhel9-python-3.9/Pipfile index dd3b89fb7a..92704dff02 100644 --- a/base/rhel9-python-3.9/Pipfile +++ b/base/rhel9-python-3.9/Pipfile @@ -8,7 +8,7 @@ verify_ssl = true [packages] # Base packages wheel = "~=0.41.2" -setuptools = "~=68.1.2" +setuptools = "~=78.1.1" [requires] python_version = "3.9" diff --git a/jupyter/datascience/ubi9-python-3.9/Pipfile b/jupyter/datascience/ubi9-python-3.9/Pipfile index 7eb8b71b35..4b6eea5f7a 100644 --- a/jupyter/datascience/ubi9-python-3.9/Pipfile +++ b/jupyter/datascience/ubi9-python-3.9/Pipfile @@ -37,14 +37,14 @@ jupyterlab-widgets = "~=3.0.10" jupyter-resource-usage = "~=0.7.2" nbdime = "~=3.2.1" nbgitpuller = "~=1.2.0" -# pycodestyle is dependency of below packages +# pycodestyle is dependency of below packages # and to achieve compatible of pycodestyle with python-lsp-server[all] # pinned the below packages autopep8 = "~=2.0.4" flake8 = "~=7.1.0" # Base packages wheel = "~=0.43.0" -setuptools = "~=69.2.0" +setuptools = "~=78.1.1" [requires] python_version = "3.9" diff --git a/jupyter/pytorch/ubi9-python-3.9/Pipfile b/jupyter/pytorch/ubi9-python-3.9/Pipfile index e4036524d1..4e239f5aeb 100644 --- a/jupyter/pytorch/ubi9-python-3.9/Pipfile +++ b/jupyter/pytorch/ubi9-python-3.9/Pipfile @@ -46,14 +46,14 @@ jupyterlab-widgets = "~=3.0.10" jupyter-resource-usage = "~=0.7.2" nbdime = "~=3.2.1" nbgitpuller = "~=1.2.0" -# pycodestyle is dependency of below packages +# pycodestyle is dependency of below packages # and to achieve compatible of pycodestyle with python-lsp-server[all] # pinned the below packages autopep8 = "~=2.0.4" flake8 = "~=7.1.0" # Base packages wheel = "~=0.43.0" -setuptools = "~=69.2.0" +setuptools = "~=78.1.1" [requires] python_version = "3.9" diff --git a/jupyter/tensorflow/ubi9-python-3.9/Pipfile b/jupyter/tensorflow/ubi9-python-3.9/Pipfile index b39e04d802..ebefcb8d06 100644 --- a/jupyter/tensorflow/ubi9-python-3.9/Pipfile +++ b/jupyter/tensorflow/ubi9-python-3.9/Pipfile @@ -43,14 +43,14 @@ jupyterlab-widgets = "~=3.0.10" jupyter-resource-usage = "~=0.7.2" nbdime = "~=3.2.1" nbgitpuller = "~=1.2.0" -# pycodestyle is dependency of below packages +# pycodestyle is dependency of below packages # and to achieve compatible of pycodestyle with python-lsp-server[all] # pinned the below packages autopep8 = "~=2.0.4" flake8 = "~=7.1.0" # Base packages wheel = "~=0.43.0" -setuptools = "~=69.2.0" +setuptools = "~=78.1.1" [requires] python_version = "3.9" diff --git a/jupyter/trustyai/ubi9-python-3.9/Pipfile b/jupyter/trustyai/ubi9-python-3.9/Pipfile index b102250233..db565e0acf 100644 --- a/jupyter/trustyai/ubi9-python-3.9/Pipfile +++ b/jupyter/trustyai/ubi9-python-3.9/Pipfile @@ -49,14 +49,14 @@ jupyterlab-widgets = "~=3.0.10" jupyter-resource-usage = "~=0.7.2" nbdime = "~=3.2.1" nbgitpuller = "~=1.2.0" -# pycodestyle is dependency of below packages +# pycodestyle is dependency of below packages # and to achieve compatible of pycodestyle with python-lsp-server[all] # pinned the below packages autopep8 = "~=2.0.4" flake8 = "~=7.1.0" # Base packages wheel = "~=0.43.0" -setuptools = "~=69.2.0" +setuptools = "~=78.1.1" [requires] python_version = "3.9"