Skip to content

Commit 0287560

Browse files
authored
fix: avoid use of pathspec 1.0.0 until yamllint is updated (#4887)
1 parent f6f8393 commit 0287560

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"filelock>=3.8.2",
4343
"jsonschema>=4.10.0",
4444
"packaging>=22.0",
45-
"pathspec>=0.10.3",
45+
"pathspec>=0.10.3,<1.0.0", # current yamllint not compatible with newer version
4646
"pyyaml>=6.0.1 ; python_version < '3.14'",
4747
"pyyaml>=6.0.1 ; python_version >= '3.14'", # py314 support
4848
"referencing>=0.36.2",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)