Skip to content

Commit a28e1f4

Browse files
⬆️🩹 Update patch updates (#1010)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [actions/attest](https://redirect.github.com/actions/attest) | action | patch | `v4.2.0` → `v4.2.1` | `v4.2.2` | | [astral-sh/ruff-pre-commit](https://redirect.github.com/astral-sh/ruff-pre-commit) | repository | patch | `v0.16.0` → `v0.16.1` | `v0.16.2` | | [astral-sh/ty-pre-commit](https://redirect.github.com/astral-sh/ty-pre-commit) | repository | patch | `v0.0.63` → `v0.0.65` | `v0.0.69` (+3) | | [henryiii/validate-pyproject-schema-store](https://redirect.github.com/henryiii/validate-pyproject-schema-store) | repository | patch | `2026.07.20` → `2026.07.28` | `2026.08.05` (+1) | | [pypa/gh-action-pypi-publish](https://redirect.github.com/pypa/gh-action-pypi-publish) | action | patch | `v1.14.1` → `v1.14.2` | | | [rvben/rumdl-pre-commit](https://redirect.github.com/rvben/rumdl-pre-commit) | repository | patch | `v0.2.44` → `v0.2.47` | `v0.2.52` (+4) | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>actions/attest (actions/attest)</summary> ### [`v4.2.1`](https://redirect.github.com/actions/attest/releases/tag/v4.2.1) [Compare Source](https://redirect.github.com/actions/attest/compare/v4.2.0...v4.2.1) ##### What's Changed - Bump tar from 7.5.17 to 7.5.21 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;459](https://redirect.github.com/actions/attest/pull/459) - fix: strip OCI image tag when pushing attestation to registry by [@&#8203;bdehamer](https://redirect.github.com/bdehamer) in [#&#8203;464](https://redirect.github.com/actions/attest/pull/464) **Full Changelog**: <actions/attest@v4.2.0...v4.2.1> </details> <details> <summary>astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)</summary> ### [`v0.16.1`](https://redirect.github.com/astral-sh/ruff-pre-commit/compare/v0.16.0...v0.16.1) [Compare Source](https://redirect.github.com/astral-sh/ruff-pre-commit/compare/v0.16.0...v0.16.1) </details> <details> <summary>astral-sh/ty-pre-commit (astral-sh/ty-pre-commit)</summary> ### [`v0.0.65`](https://redirect.github.com/astral-sh/ty-pre-commit/releases/tag/v0.0.65) [Compare Source](https://redirect.github.com/astral-sh/ty-pre-commit/compare/v0.0.64...v0.0.65) See: <https://github.com/astral-sh/ty/releases/tag/0.0.65> ### [`v0.0.64`](https://redirect.github.com/astral-sh/ty-pre-commit/releases/tag/v0.0.64) [Compare Source](https://redirect.github.com/astral-sh/ty-pre-commit/compare/v0.0.63...v0.0.64) See: <https://github.com/astral-sh/ty/releases/tag/0.0.64> </details> <details> <summary>henryiii/validate-pyproject-schema-store (henryiii/validate-pyproject-schema-store)</summary> ### [`v2026.07.28`](https://redirect.github.com/henryiii/validate-pyproject-schema-store/compare/2026.07.20...2026.07.28) [Compare Source](https://redirect.github.com/henryiii/validate-pyproject-schema-store/compare/2026.07.20...2026.07.28) </details> <details> <summary>pypa/gh-action-pypi-publish (pypa/gh-action-pypi-publish)</summary> ### [`v1.14.2`](https://redirect.github.com/pypa/gh-action-pypi-publish/releases/tag/v1.14.2) [Compare Source](https://redirect.github.com/pypa/gh-action-pypi-publish/compare/v1.14.1...v1.14.2) <p align="right"><i>This one probably won't touch you visibly so just bookmark <a href="https://ep2026.europython.eu/session/defending-open-source-from-ai-slop-a-maintainer-s-practical-guide">@&#8203;webknjaz's EuroPython 2026 “AI” slop rant for when it's published on YouTube</a> or <a href="https://redirect.github.com/sponsors/webknjaz">encourage him to come back with more to share next year</a>!</i></p> #### 🛠️ Urgh… Another release!? Again? Explain yourself! Looking at the diff, you'll only witness updates across the dependency tree. That's it! It's not a security fix or anything like that even, no. But you'll want this update. > \[!tip] > So what *most* people will find useful is [@&#8203;takluyver](https://redirect.github.com/takluyver)[💰](https://redirect.github.com/sponsors/takluyver)'s update of Twine to v7 that we use internally ([#&#8203;416](https://redirect.github.com/pypa/gh-action-pypi-publish/issues/416)). This version will let them upload their sdists and wheels containing core packaging metadata v2.5 to (Test)PyPI. #### 🧐 Tell me why.. <details> <summary> The rest of the updates bump things related to <code>pypi-attestations</code> and <code>sigstore</code>, which has the most interesting backstory here. @&#8203;facutuesca<a href="https://redirect.github.com/sponsors/facutuesca">💰</a> sent a patch in #&#8203;417 but a bunch more helped out. </summary> TL;DR non-pure-python projects with C-extensions tend to have dozens (sometimes hundreds) wheels to upload to PyPI per release. They are often quite big and take time to transfer over the network. People started noticing problems and coming up with DIY sharding workarounds like [aio-libs/aiohttp#13226](https://redirect.github.com/aio-libs/aiohttp/pull/13226) around July 23. On this date, projects with a good amount of bytes to publish would start getting timeouts 5 minutes after the PyPI publishing job begun. The same job that worked just fine before. I had to start pinging upstream library and ecosystem people, on GitHub and privately, to start making sense of what was happening. Eventually, we collectively concluded that GitHub must've shortened the lifetime of their OIDC identity — it seems to have used to be 10 minutes long (at some point in the past) and is now 5 minutes, apparently. It's not documented clearly, and we have not been able to get any clarity by attempting to contact GitHub through private channels, using personal connections. Over the course of investigation, [@&#8203;facutuesca](https://redirect.github.com/facutuesca)[💰](https://redirect.github.com/sponsors/facutuesca) found and fixed a related underlying cache invalidation bug in [sigstore/sigstore-python#1838](https://redirect.github.com/sigstore/sigstore-python/pull/1838), which he then coordinated propagation through the dependency chain updates in sigstore-python, pypi-attestations, gh-action-pypi-publish and gh-action-sigstore-python. Mike's also discovered that Sigstore's Rekor slowdown seems to have become the main contributing cause of the last week's incident. He's collected some data to support this claim: <https://publishing-five-minute-timeout.tiiny.site>. <center> <a href="https://xkcd.com/2549/"> <img src="https://imgs.xkcd.com/comics/edge_cake_2x.png" alt="Edge Cake XKCD feels just like this release"> </a> </center> </details> #### 🫶 New Contributors - [@&#8203;davidbrochart](https://redirect.github.com/davidbrochart) made their first contribution in [#&#8203;415](https://redirect.github.com/pypa/gh-action-pypi-publish/issues/415) - [@&#8203;takluyver](https://redirect.github.com/takluyver) made their first contribution in [#&#8203;416](https://redirect.github.com/pypa/gh-action-pypi-publish/issues/416) **🪞 Full Diff**: <pypa/gh-action-pypi-publish@v1.14.1...v1.14.2> **🧔‍♂️ Release Manager:** [@&#8203;webknjaz](https://redirect.github.com/sponsors/webknjaz) [🇺🇦](https://stand-with-ukraine.pp.ua) **🙏 Special Thanks** to [@&#8203;davidbrochart](https://redirect.github.com/davidbrochart)[💰](https://redirect.github.com/sponsors/davidbrochart) and [@&#8203;Dreamsorcerer](https://redirect.github.com/Dreamsorcerer)[💰](https://redirect.github.com/sponsors/Dreamsorcerer) for turning my attention (in [#&#8203;415](https://redirect.github.com/pypa/gh-action-pypi-publish/issues/415) and in private) to the newly surfaced corner case in GitHub's behavior that only affected a narrow category of projects while many others remained blissfully unaware. [@&#8203;bdraco](https://redirect.github.com/bdraco)[💰](https://redirect.github.com/sponsors/bdraco) came up with a DIY sharding workaround for aiohttp that served as a demo for other projects. [@&#8203;miketheman](https://redirect.github.com/miketheman)[💰](https://redirect.github.com/sponsors/miketheman) confirmed the Warehouse-side details. Also, [@&#8203;jku](https://redirect.github.com/jku)[💰](https://redirect.github.com/sponsors/jku) and [@&#8203;woodruffw](https://redirect.github.com/woodruffw)[💰](https://redirect.github.com/sponsors/woodruffw) helped work through, review and release the Sigstore ecosystem upstream libs. **💬 Discuss** [on Bluesky 🦋](https://bsky.app/profile/did:plc:ve6s3mxkefjaxty3m4fdqumn/post/3mrsqy2xba22j), [on Mastodon 🐘](https://mastodon.social/@&#8203;webknjaz/117005132816750073) and [on GitHub][release discussion]. [![GH Sponsors badge]][GH Sponsors URL] [GH Sponsors badge]: https://img.shields.io/badge/%40webknjaz-transparent?logo=githubsponsors&logoColor=%23EA4AAA&label=Sponsor&color=2a313c [GH Sponsors URL]: https://redirect.github.com/sponsors/webknjaz [release discussion]: https://redirect.github.com/pypa/gh-action-pypi-publish/discussions/419 </details> <details> <summary>rvben/rumdl-pre-commit (rvben/rumdl-pre-commit)</summary> ### [`v0.2.47`](https://redirect.github.com/rvben/rumdl-pre-commit/releases/tag/v0.2.47) [Compare Source](https://redirect.github.com/rvben/rumdl-pre-commit/compare/v0.2.46...v0.2.47) See: <https://github.com/rvben/rumdl/releases/tag/v0.2.47> ### [`v0.2.46`](https://redirect.github.com/rvben/rumdl-pre-commit/releases/tag/v0.2.46) [Compare Source](https://redirect.github.com/rvben/rumdl-pre-commit/compare/v0.2.45...v0.2.46) See: <https://github.com/rvben/rumdl/releases/tag/v0.2.46> ### [`v0.2.45`](https://redirect.github.com/rvben/rumdl-pre-commit/releases/tag/v0.2.45) [Compare Source](https://redirect.github.com/rvben/rumdl-pre-commit/compare/v0.2.44...v0.2.45) See: <https://github.com/rvben/rumdl/releases/tag/v0.2.45> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "every weekend" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/munich-quantum-toolkit/qcec). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMi4wIiwidXBkYXRlZEluVmVyIjoiNDQuMTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ2l0aHViLWFjdGlvbnMiLCJwcmUtY29tbWl0Il19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 77a9fcc commit a28e1f4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: dist
5151
merge-multiple: true
5252
- name: Generate artifact attestation for sdist and wheels
53-
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
53+
uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1
5454
with:
5555
subject-path: dist/*
56-
- uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
56+
- uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545

4646
## Check pyproject.toml file
4747
- repo: https://github.com/henryiii/validate-pyproject-schema-store
48-
rev: 2026.07.20
48+
rev: 2026.07.28
4949
hooks:
5050
- id: validate-pyproject
5151
priority: 0
@@ -110,7 +110,7 @@ repos:
110110

111111
## Format Markdown files with rumdl
112112
- repo: https://github.com/rvben/rumdl-pre-commit
113-
rev: v0.2.44
113+
rev: v0.2.47
114114
hooks:
115115
- id: rumdl
116116
args: [--fix]
@@ -138,7 +138,7 @@ repos:
138138

139139
## Format and lint Python files with ruff
140140
- repo: https://github.com/astral-sh/ruff-pre-commit
141-
rev: v0.16.0
141+
rev: v0.16.1
142142
hooks:
143143
- id: ruff-check
144144
require_serial: true
@@ -149,7 +149,7 @@ repos:
149149

150150
## Check Python types with ty
151151
- repo: https://github.com/astral-sh/ty-pre-commit
152-
rev: v0.0.63
152+
rev: v0.0.65
153153
hooks:
154154
- id: ty
155155
args: [--only-dev]

0 commit comments

Comments
 (0)