Skip to content

Commit

Permalink
chore: pip: bump pathspec from 0.10.3 to 0.11.1
Browse files Browse the repository at this point in the history
Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 0.10.3 to 0.11.1.
- [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.10.3...v0.11.1)

---
updated-dependencies:
- dependency-name: pathspec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 7, 2023
1 parent 743cf54 commit 6dd3566
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pygments = "^2.13.0"
dependency-injector = {version = "^4.40.0", extras = ["yaml"]}
pydantic = "^1.10.2"
jinja2 = "^3.1.2"
pathspec = "^0.10.1"
pathspec = ">=0.10.1,<0.12.0"
cfgv = "^3.3.1"
pre-commit = ">=2.20,<4.0"

Expand Down

0 comments on commit 6dd3566

Please sign in to comment.