Update pathspec to >=1.0.3 (#15244)

This commit is contained in:
Semyon Moroz
2026-01-09 17:05:43 +00:00
committed by GitHub
parent 2e67ef8362
commit e213e04a84
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ else:
@functools.cache
def get_gitignore_spec() -> pathspec.PathSpec:
with GITIGNORE_PATH.open(encoding="UTF-8") as f:
return pathspec.GitIgnoreSpec.from_lines(f) # pyright: ignore[reportUnknownMemberType,reportUnknownVariableType]
return pathspec.GitIgnoreSpec.from_lines(f)
def spec_matches_path(spec: pathspec.PathSpec, path: Path) -> bool:
+1 -1
View File
@@ -8,7 +8,7 @@ aiohttp==3.13.3
grpcio-tools>=1.76.0 # For grpc_tools.protoc
mypy-protobuf==4.0.0
packaging==25.0
pathspec>=1.0.0
pathspec>=1.0.3
pre-commit
# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
ruff==0.14.10