We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4017d commit b8904f3Copy full SHA for b8904f3
pyproject.toml
@@ -42,7 +42,11 @@ dependencies = [
42
43
[dependency-groups]
44
dev = [
45
- "black>=24.3.0", # Security fix for CVE-2024-21503 (ReDoS vulnerability)
+ # TODO: Remove this constraint once pydoc-markdown updates its dependencies.
46
+ # Package pydoc-markdown is unmaintained and pins old docspec-python with vulnerable black.
47
+ # See https://github.com/apify/apify-client-python/pull/582/ for more details.
48
+ # We explicitly constrain black>=24.3.0 to override the transitive dependency.
49
+ "black>=24.3.0",
50
"dycw-pytest-only<3.0.0",
51
"griffe",
52
"pre-commit<5.0.0",
0 commit comments