Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dirksammel committed Oct 21, 2024
1 parent e925a26 commit 5225f56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dependencies: Update pyyaml from 6.0.1 to 6.0.2 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update ruff from 0.5.4 to 0.6.9 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update rustsec/audit-check from 1 to 2 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update setuptools from 71.1.0 to 75.1.0 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update setuptools from 71.1.0 to 75.2.0 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update shalzz/zola-deploy-action from 0.19.1 to 0.19.2 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update tarides/changelog-check-action from 2 to 3 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update types-pyyaml from 6.0.12.20240311 to 6.0.12.20240917 ([@dirksammel](https://github.com/dirksammel))
Expand Down
4 changes: 2 additions & 2 deletions collectors/htcondor/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools==75.1.0"]
requires = ["setuptools==75.2.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
Expand All @@ -20,7 +20,7 @@ readme = "README.md"
[project.optional-dependencies]
build = [
"build==1.2.2.post1",
"setuptools==75.1.0",
"setuptools==75.2.0",
]

[project.scripts]
Expand Down
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==75.1.0"]
requires = ["setuptools==75.2.0"]
build-backend = "setuptools.build_meta"

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

[project.scripts]
Expand Down

0 comments on commit 5225f56

Please sign in to comment.