We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f216e commit 6caaa0aCopy full SHA for 6caaa0a
1 file changed
pyproject.toml
@@ -42,7 +42,8 @@ dependencies = [
42
"typer>=0.4.0",
43
"rich>=10.0.0",
44
45
- # Filelock: vendored for <3.10, external for >=3.10 (CVE-2025-68146)
+ # Filelock: LTS backport for <3.10, official for >=3.10 (CVE-2025-68146)
46
+ "filelock-lts>=2025.68146; python_version < '3.10'",
47
"filelock>=3.20.1; python_version >= '3.10'",
48
49
# Packaging version splits - CRITICAL: pip-audit needs >=21.0 on ALL versions
0 commit comments