Skip to content

Commit

Permalink
build(deps-dev): bump build from 1.1.1 to 1.2.1 in /plugins/apel
Browse files Browse the repository at this point in the history
Bumps [build](https://github.com/pypa/build) from 1.1.1 to 1.2.1.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@1.1.1...1.2.1)

---
updated-dependencies:
- dependency-name: build
  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 Apr 3, 2024
1 parent 65fdd1d commit 7423eb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dependencies: Update actix-web from 4.4.1 to 4.5.1 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update actix-web-opentelemetry 0.16.0 to 0.17.0 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update anyhow from 1.0.79 to 1.0.81 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update build from 1.0.3 to 1.1.1 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update build from 1.0.3 to 1.2.1 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update chrono from 0.4.33 to 0.4.37 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update color-eyre from 0.6.2 to 0.6.3 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update cryptography from 42.0.2 to 42.0.5 ([@dirksammel](https://github.com/dirksammel))
Expand Down
2 changes: 1 addition & 1 deletion collectors/htcondor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ readme = "README.md"

[project.optional-dependencies]
build = [
"build==1.1.1",
"build==1.2.1",
"setuptools==69.2.0",
]

Expand Down
2 changes: 1 addition & 1 deletion plugins/apel/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tests = [
"pytest-cov==5.0.0",
]
build = [
"build==1.1.1",
"build==1.2.1",
"setuptools==69.2.0",
]

Expand Down

0 comments on commit 7423eb7

Please sign in to comment.