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 f1e738c commit b5c0ffdCopy full SHA for b5c0ffd
pyproject.toml
@@ -53,6 +53,6 @@ dependencies = [
53
# Lock file: requirements_dev.txt
54
optional-dependencies.dev = [
55
"black == 25.9.0",
56
- "pylint == 3.3.8",
+ "pylint == 3.3.9",
57
"pytest == 8.4.2",
58
]
requirements_dev.txt
@@ -11,6 +11,6 @@ packaging == 25.0
11
pathspec == 0.12.1
12
platformdirs == 4.4.0
13
pluggy == 1.6.0
14
-pylint == 3.3.8
+pylint == 3.3.9
15
pytest == 8.4.2
16
tomlkit == 0.13.3
0 commit comments