chore: drop Python 3.9, refresh lock for security advisories - #78
Merged
Merged
Conversation
Python 3.9 reached end-of-life in October 2025, and the patched releases of pytest (9.x), requests (2.33+) and urllib3 (2.7+) require Python >=3.10, so Dependabot's security updates for this repo could not resolve. - python: >=3.9,<4.0 -> >=3.10,<4.0 (ruff target-version was already py310) - test matrix: drop 3.9 - pytest: ^8.2.2 -> ^9.0.3 - poetry lock --regenerate: pytest 9.1.1, pytest-cov 7.1.0, requests 2.34.2, urllib3 2.7.0, pymdown-extensions 10.21.3, idna 3.19, markdown 3.10.3 The main ruleset no longer requires the test (3.9, *) checks.
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.
Python 3.9 is EOL (Oct 2025) and the patched pytest/requests/urllib3 all need >=3.10, which is why Dependabot's three security updates failed to resolve.
python = ">=3.10,<4.0"(rufftarget-versionwas alreadypy310)test (3.9, *)pytest ^9.0.3,poetry lock --regenerateResolves the open Dependabot alerts for pytest, requests, urllib3, pymdown-extensions, idna and Markdown. Minor release (2.5.0) to follow.