fix: remediate Dependabot security alerts - #492
Conversation
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
|
@nealrichardson, FYI this changes the minimum supported version of Python from 3.8 to 3.10, but also adds support for 3.14 and 3.15. This matches the current LTS window https://devguide.python.org/versions/. Dropping support for 3.8 and 3.9 is required to resolve the security alerts. |
I (Luna) also cross-checked with Connect to verify that this doesn't effect any currently published guidance: |
Summary
Validation
make test— 463 passedmake lint— Ruff and Pyright passedmake build— passeduv lock --check— passedThe patched dependency set requires Python 3.10+, so Python 3.8 and 3.9 are removed from the CI matrix.