Skip to content

Commit 8ea9195

Browse files
Bump setuptools from 80.1.0 to 80.8.0 (#409)
* 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 6ccf8e8 commit 8ea9195

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dependencies:
1313
- tqdm =4.67.1
1414
- jupyter-book =1.0.0
1515
- python =3.12
16-
- setuptools =80.1.0
16+
- setuptools =80.8.0

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dependencies:
88
- jinja2 =3.1.6
99
- paramiko =3.5.1
1010
- tqdm =4.67.1
11-
- setuptools =80.1.0
11+
- setuptools =80.8.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ dependencies:
1212
- cloudpickle =3.0.0
1313
- flux-core =0.59.0
1414
- versioneer =0.28
15-
- setuptools =80.1.0
15+
- setuptools =80.8.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"jinja2==3.1.6",
44
"pandas==2.2.3",
55
"pyyaml==6.0.2",
6-
"setuptools==80.1.0",
6+
"setuptools==80.8.0",
77
"versioneer[toml]==0.29",
88
]
99
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)