Skip to content

Commit cc3f18c

Browse files
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](pypa/setuptools@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] <support@github.com> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner <pyiron@mpie.de>
1 parent 90f870c commit cc3f18c

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.3.1

.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.3.1

.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.3.1

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.3.1",
66
"versioneer[toml]==0.29",
77
]
88
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)