Restore Dependabot updates for pypa/gh-action-pypi-publish - #1132
Merged
Conversation
Remove the keep marker that excludes the current release from the Dependabot sentinel and clarify the version metadata lifecycle. Generated-by: OpenAI Codex (GPT-5.6) <codex@openai.com>
kpumuk
force-pushed
the
restore-pypi-publish-updates
branch
from
August 1, 2026 14:03
213aa95 to
22f00c0
Compare
potiuk
approved these changes
Aug 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pypa/gh-action-pypi-publishv1.13.0 is currently marked withkeep: true.Kept references are intentionally omitted from the composite action watched by Dependabot.
Consequently, the allowlist missed three upstream releases: v1.14.0, v1.14.1, and v1.14.2.
This removes
keepfrom the current v1.13.0 reference, allowing the update workflow to expose itto Dependabot again. This PR deliberately does not approve any of the missed releases. After this
change is merged, Dependabot can propose the latest release in a separate PR, where it can undergo
the repository's normal verification and review process. Once that later update is merged,
v1.13.0 will receive the normal 12-week expiration period.
The manual-version documentation is also corrected to distinguish the tracked current version,
temporarily retained older versions, and exceptional versions that must remain available
indefinitely.
Type of change
Testing
uv run pytest gateway/test_gateway.py -qpasses all 10 tests. An in-memory run of the compositegenerator also confirms that pypi-publish is absent before removing
keepand appears as thetracked v1.13.0 reference afterward.