Skip to content

Commit

Permalink
build(deps): bump setuptools in /collectors/htcondor
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] authored and dirksammel committed Sep 19, 2024
1 parent 1c1d6f8 commit 462f29c
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 @@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dependencies: Update pytest from 8.3.1 to 8.3.3 ([@dirksammel](https://github.com/dirksammel))
- 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.4 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update setuptools from 71.1.0 to 74.1.2 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update setuptools from 71.1.0 to 75.1.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==74.1.2"]
requires = ["setuptools==75.1.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",
"setuptools==74.1.2",
"setuptools==75.1.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==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 462f29c

Please sign in to comment.