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 84ebc7e commit ab49c93Copy full SHA for ab49c93
1 file changed
requirements-tests.txt
@@ -14,7 +14,8 @@ pathspec>=0.11.1
14
pre-commit
15
# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
16
ruff==0.11.4
17
-stubdefaulter==0.1.0
+# TODO (2025-05-07): Dependency libcst doesn't support Python 3.14 yet
18
+stubdefaulter==0.1.0; python_version < "3.14"
19
termcolor>=2.3
20
tomli==2.2.1
21
tomlkit==0.13.2
0 commit comments