Skip to content

Commit

Permalink
Build(deps-dev): Update pre-commit requirement from <2.21,>=2.7 to >=…
Browse files Browse the repository at this point in the history
…2.7,<2.22 (#662)

Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v2.7.0...v2.21.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2023
1 parent a97f34e commit cda3bb5
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 @@ -44,7 +44,7 @@ classifiers = [

[project.optional-dependencies]
code_style = [
"pre-commit>=2.7,<2.21"
"pre-commit>=2.7,<2.22"
]
doc = [
"ablog~=0.10.13",
Expand Down

0 comments on commit cda3bb5

Please sign in to comment.