From bdcb8412f28b9e0fc832289f23fd4c8487825ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 12:23:26 +0000 Subject: [PATCH 1/2] Bump setuptools from 80.1.0 to 80.8.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 80.1.0 to 80.8.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v80.1.0...v80.8.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e426ca6..3b5fad5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "cloudpickle==3.1.1", "pyzmq==26.4.0", - "setuptools==80.1.0", + "setuptools==80.8.0", "versioneer[toml]==0.29", ] build-backend = "setuptools.build_meta" From 77bd40f06be821e8553080d8873fd89adf7c19a8 Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Wed, 21 May 2025 12:23:37 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- .ci_support/environment-win.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 6e05a499..040ec9d3 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -12,4 +12,4 @@ dependencies: - pygraphviz =1.14 - ipython =9.0.2 - pysqa =0.2.4 -- setuptools =80.1.0 +- setuptools =80.8.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index c97feb66..ad165986 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -12,4 +12,4 @@ dependencies: - pygraphviz =1.14 - pysqa =0.2.4 - ipython =9.0.2 -- setuptools =80.1.0 +- setuptools =80.8.0 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index 778987db..c39d8ab2 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -11,4 +11,4 @@ dependencies: - networkx =3.4.2 - pygraphviz =1.14 - ipython =9.0.2 -- setuptools =80.1.0 +- setuptools =80.8.0