chore(deps): batch dependency + CI-action bumps (supersedes Dependabot #43-#56)#57
Merged
Conversation
Applies fourteen Dependabot bumps directly in one commit instead of merging the PRs individually (they all touch pyproject.toml or docker-publish.yml and would conflict-cascade; the Dependabot PRs also fail build-and-push because Dependabot PRs get no registry-secret access — a regular-branch PR does not). pyproject.toml — `>=` version floors (no pinning): - setuptools >=69 -> >=82.0.1 (#55, build-system) - ocrmypdf >=16.12.0 -> >=17.4.1 (#47) - pikepdf >=9.0.0 -> >=10.5.1 (#49) - uvicorn >=0.32 -> >=0.44.0 (#54) - img2pdf >=0.5.0 -> >=0.6.3 (#52) - httpx >=0.28 -> >=0.28.1 (#48) - ruff >=0.9 -> >=0.15.10 (#53) - pytest-asyncio >=0.23.0 -> >=1.3.0 (#56) - pytest-timeout >=2.1.0 -> >=2.4.0 (#51) - pip-audit >=2.7 -> >=2.10.0 (#50) .github/workflows/docker-publish.yml — CI action majors: - docker/login-action v3 -> v4 (#43) - docker/metadata-action v5 -> v6 (#44) - docker/setup-buildx-action v3 -> v4 (#45) - docker/build-push-action v5 -> v7 (#46) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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
Applies fourteen Dependabot bumps directly in one commit instead of
merging the PRs individually — they all touch
pyproject.tomlordocker-publish.ymland would conflict-cascade. The individualDependabot PRs also fail
build-and-pushbecause Dependabot PRs get noregistry-secret access; this regular-branch PR does not have that
limitation.
pyproject.toml—>=version floors (no pinning):.github/workflows/docker-publish.yml— CI action majors:Closes #43, closes #44, closes #45, closes #46, closes #47, closes #48,
closes #49, closes #50, closes #51, closes #52, closes #53, closes #54,
closes #55, closes #56.
🤖 Generated with Claude Code