From 65e9090072bd368bbfcebecfc0a199d2431f47b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 12:25:31 +0000 Subject: [PATCH 1/2] Bump setuptools from 80.1.0 to 80.3.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 80.1.0 to 80.3.1. - [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.3.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.3.1 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..4ceee7d5 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.3.1", "versioneer[toml]==0.29", ] build-backend = "setuptools.build_meta" From ee92055706ea92f0040bd0dbdc2a5002b339a46a Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Fri, 9 May 2025 12:25:40 +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..d44bf1b4 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.3.1 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index c97feb66..6ab35c33 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.3.1 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index 778987db..e3f7a37f 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.3.1