Skip to content

Commit

Permalink
build(deps): bump setuptools from 74.1.2 to 75.1.0 in /plugins/apel
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 74.1.2 to 75.1.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v74.1.2...v75.1.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 18, 2024
1 parent 1c1d6f8 commit bb336ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/apel/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools==74.1.2"]
requires = ["setuptools==75.1.0"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -30,7 +30,7 @@ tests = [
]
build = [
"build==1.2.2",
"setuptools==74.1.2",
"setuptools==75.1.0",
]

[project.scripts]
Expand Down

0 comments on commit bb336ba

Please sign in to comment.