Skip to content

chore: drop Python 3.9, refresh lock for security advisories - #78

Merged
dan1elt0m merged 1 commit into
mainfrom
chore/drop-python-3.9
Sep 5, 2026
Merged

dan1elt0m merged 1 commit into
mainfrom
chore/drop-python-3.9

Conversation

@dan1elt0m

Copy link
Copy Markdown
Owner

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" (ruff target-version was already py310)
  • test matrix without 3.9; main ruleset updated to no longer require test (3.9, *)
  • pytest ^9.0.3, poetry lock --regenerate

Resolves the open Dependabot alerts for pytest, requests, urllib3, pymdown-extensions, idna and Markdown. Minor release (2.5.0) to follow.

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.
@dan1elt0m
dan1elt0m merged commit a9e2f5b into main Sep 5, 2026
13 checks passed
@dan1elt0m
dan1elt0m deleted the chore/drop-python-3.9 branch September 5, 2026 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant