Skip to content

Commit 831451b

Browse files
Bump setuptools from 80.1.0 to 80.8.0 (#656)
* 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](pypa/setuptools@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] <[email protected]> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner <[email protected]>
1 parent 05fdfb5 commit 831451b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ dependencies:
1212
- pygraphviz =1.14
1313
- ipython =9.0.2
1414
- pysqa =0.2.4
15-
- setuptools =80.1.0
15+
- setuptools =80.8.0

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ dependencies:
1212
- pygraphviz =1.14
1313
- pysqa =0.2.4
1414
- ipython =9.0.2
15-
- setuptools =80.1.0
15+
- setuptools =80.8.0

.ci_support/environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ dependencies:
1111
- networkx =3.4.2
1212
- pygraphviz =1.14
1313
- ipython =9.0.2
14-
- setuptools =80.1.0
14+
- setuptools =80.8.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"cloudpickle==3.1.1",
44
"pyzmq==26.4.0",
5-
"setuptools==80.1.0",
5+
"setuptools==80.8.0",
66
"versioneer[toml]==0.29",
77
]
88
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)