From cc3f18c7828d311e64e3f087e77998541e4ecf0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 12:33:35 +0000 Subject: [PATCH] Bump setuptools from 80.1.0 to 80.3.1 (#646) * 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] * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner --- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- .ci_support/environment-win.yml | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 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 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"