Skip to content

Commit

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

---
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 3, 2024
1 parent 1141fb8 commit 35e583b
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==73.0.1"]
requires = ["setuptools==74.1.1"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -30,7 +30,7 @@ tests = [
]
build = [
"build==1.2.1",
"setuptools==73.0.1",
"setuptools==74.1.1",
]

[project.scripts]
Expand Down

0 comments on commit 35e583b

Please sign in to comment.