Update dependencies#3
Merged
Merged
Conversation
cryptography wheels prior to 48.0.1 statically link a copy of OpenSSL that is vulnerable to the OpenSSL security advisory published 2026-06-09 (https://openssl-library.org/news/secadv/20260609.txt). Only PyPI wheel users are affected; 48.0.1 rebuilds against a patched OpenSSL. cryptography is a dev-only transitive dependency (twine -> keyring -> secretstorage -> cryptography), so only the lock is updated; no pyproject.toml constraint is needed. The bump is pinned to the exact fixed patch release rather than the 49.x major to keep the change minimal. Re-scanning every locked package against PyPI's advisory data now reports no known vulnerabilities. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AQTWuBkS5i8QUJmwihPxFt
Update the two Astral dev tools to the newest releases permitted by the repo's uv security policy (exclude-newer: 2d for ruff, 1d for ty; both capped < 1). ruff 0.15.20 and ty 0.0.56 are the latest inside those windows as of this commit. ruff 0.15.x refines rule S603 (subprocess-without-shell-equals-true) so it no longer fires on a subprocess call whose command list is entirely string literals. That makes the `# noqa: S603` on the fully-literal call in test_parser_no_subcommand_shows_help unused (flagged by RUF100), so it is removed. The remaining S603 suppressions stay: those calls build their command from a runtime `package_name` variable and are still flagged. ruff check, ruff format --check, ty check, and pytest all pass. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AQTWuBkS5i8QUJmwihPxFt
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.
Dependency lockfile updates.
https://claude.ai/code/session_01AQTWuBkS5i8QUJmwihPxFt