Skip to content

Commit 86ba897

Browse files
Update tomli requirement from >=2.0 to >=2.4.1 (#6)
Raise the Python 3.10 TOML parser floor to the release that bounds pathological key parsing after the protected matrix passed.
1 parent cff041f commit 86ba897

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-audit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Runtime dependencies only. CI resolves these constraints and audits the full transitive set.
22
httpx>=0.27,<1
33
rich>=13.7,<15
4-
tomli>=2.0; python_version < "3.11"
4+
tomli>=2.4.1; python_version < "3.11"

0 commit comments

Comments
 (0)