Skip to content

Commit

Permalink
Update pathspec requirement from <0.12,>=0.9 to >=0.9,<0.13
Browse files Browse the repository at this point in the history
Updates the requirements on [pathspec](https://github.com/cpburnz/python-pathspec) to permit the latest version.
- [Release notes](https://github.com/cpburnz/python-pathspec/releases)
- [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst)
- [Commits](cpburnz/python-pathspec@v0.9.0...v0.12.1)

---
updated-dependencies:
- dependency-name: pathspec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 12, 2024
1 parent 18fd40f commit 642a69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"jsonschema~=4.0",
"Jinja2~=3.0",
"mashumaro[msgpack]~=3.9",
"pathspec>=0.9,<0.12", # TODO: I'm not sure this is needed. check search.py?
"pathspec>=0.9,<0.13", # TODO: I'm not sure this is needed. check search.py?
"protobuf>=4.0.0",
"python-dateutil~=2.0",
"requests<3.0.0",
Expand Down

0 comments on commit 642a69c

Please sign in to comment.