Add filelock ^3.20.1 in order to get away from CVE-2025-68146
Some checks failed
Lint & Security / precommit-and-security (pull_request) Failing after 47s

This commit is contained in:
2025-12-21 09:40:56 +00:00
parent e0ec2ce60a
commit e8f63386bb
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View File

@@ -289,4 +289,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess
[metadata]
lock-version = "2.0"
python-versions = ">=3.10,<4.0"
content-hash = "49f77d614e46109e49e997fa270cb7093d6f7e7d258e370c4eddd4354c20437f"
content-hash = "aa4ded468b14fc02b90fdb2a0b1bd446195d02affc359c045b6bbb93858aa747"

View File

@@ -13,6 +13,7 @@ python = ">=3.10,<4.0"
rich = ">=12"
argcomplete = ">=2"
platformdirs = "^4.5.1"
filelock = "^3.20.1"
[tool.poetry.scripts]
chguard = "chguard.cli:main"