Skip to content

Commit

Permalink
Update dependency build to v1.2.2.post1 (#253)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [build](https://redirect.github.com/pypa/build)
([changelog](https://build.pypa.io/en/stable/changelog.html)) |
`==1.2.2` -> `==1.2.2.post1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/build/1.2.2.post1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/build/1.2.2.post1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/build/1.2.2/1.2.2.post1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/build/1.2.2/1.2.2.post1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pypa/build (build)</summary>

###
[`v1.2.2.post1`](https://redirect.github.com/pypa/build/releases/tag/1.2.2.post1)

[Compare
Source](https://redirect.github.com/pypa/build/compare/1.2.2...1.2.2.post1)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

This release only makes metadata (Python 3.13 classifier), docs, and
test suite changes.

#### What's Changed

- ci: add Python 3.13 by
[@&#8203;henryiii](https://redirect.github.com/henryiii) in
[https://github.com/pypa/build/pull/815](https://redirect.github.com/pypa/build/pull/815)
- docs: mention conda-forge name in README by
[@&#8203;henryiii](https://redirect.github.com/henryiii) in
[https://github.com/pypa/build/pull/816](https://redirect.github.com/pypa/build/pull/816)
- docs: add a missing \` in README by
[@&#8203;SigureMo](https://redirect.github.com/SigureMo) in
[https://github.com/pypa/build/pull/817](https://redirect.github.com/pypa/build/pull/817)
- tests: fix under pyproject-hooks 1.2 by
[@&#8203;layday](https://redirect.github.com/layday) in
[https://github.com/pypa/build/pull/824](https://redirect.github.com/pypa/build/pull/824)
- ci: add PyPI attestations by
[@&#8203;henryiii](https://redirect.github.com/henryiii) in
[https://github.com/pypa/build/pull/821](https://redirect.github.com/pypa/build/pull/821)
- chore: 1.2.2.post1 by
[@&#8203;henryiii](https://redirect.github.com/henryiii) in
[https://github.com/pypa/build/pull/820](https://redirect.github.com/pypa/build/pull/820)

#### New Contributors

- [@&#8203;SigureMo](https://redirect.github.com/SigureMo) made their
first contribution in
[https://github.com/pypa/build/pull/817](https://redirect.github.com/pypa/build/pull/817)

**Full Changelog**:
pypa/build@1.2.2...1.2.2.post1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/lettuce-financial/github-bot-signed-commit).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
lettuce-bot[bot] authored Oct 7, 2024
2 parents f6c2d93 + 60ff303 commit e41cf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
[project.optional-dependencies]

dist = [
"build==1.2.2",
"build==1.2.2.post1",
]

style = [
Expand Down

0 comments on commit e41cf05

Please sign in to comment.