chore(deps): bump pytest, certifi, ansible-core, sentry-sdk#3086
Merged
Conversation
Combine four Dependabot dev/runtime dependency bumps into a single PR: - pytest 9.0.3 -> 9.1.0 (dev, website groups) - certifi 2026.5.20 -> 2026.6.17 (server, viewer groups) - ansible-core 2.20.5 -> 2.21.0 (host group) - sentry-sdk 2.61.1 -> 2.63.0 (server, viewer, mypy groups) Supersedes #3082, #3081, #3080, #3079. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 18, 2026
There was a problem hiding this comment.
Pull request overview
Combines multiple Dependabot dependency bumps into a single change-set by updating pinned Python dependency versions in pyproject.toml and regenerating uv.lock accordingly.
Changes:
- Bumped
pytestto9.1.0(dev/website). - Bumped
certifito2026.6.17andsentry-sdkto2.63.0(server/viewer/mypy as applicable). - Bumped
ansible-coreto2.21.0(host) and updated lockfile artifacts/hashes.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
pyproject.toml |
Updates pinned dependency versions for the relevant dependency groups. |
uv.lock |
Regenerated lockfile reflecting the updated resolved versions and artifacts for the bumped packages. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Fold two more Dependabot bumps into the combined PR: - cryptography 46.0.7 -> 49.0.0 (transitive; lock-only). Dependabot proposed 48.0.1 in #3087, but 49.0.0 has since been released and is the latest resolvable version. - yt-dlp >=2026.3.17 -> >=2026.6.9 (server group floor) Supersedes #3087, #3088. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 18, 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
Combines six Dependabot Python dependency bumps into a single PR to reduce CI churn and review overhead.
uv.lockregenerated; the resolver updated only these packages.Note on cryptography: Dependabot proposed 48.0.1 in #3087, but 49.0.0 has since been released. Since cryptography is a transitive dependency (no pin in
pyproject.toml), the lock resolves to the latest compatible version — 49.0.0 — rather than an artificially pinned 48.0.1.The Django 6.0.6 bump (#3078) is intentionally not included here — it's being held.
Supersedes #3082, #3081, #3080, #3079, #3087, #3088.
🤖 Generated with Claude Code