Skip to content

Commit cda3bb5

Browse files
Build(deps-dev): Update pre-commit requirement from <2.21,>=2.7 to >=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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a97f34e commit cda3bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ classifiers = [
4444

4545
[project.optional-dependencies]
4646
code_style = [
47-
"pre-commit>=2.7,<2.21"
47+
"pre-commit>=2.7,<2.22"
4848
]
4949
doc = [
5050
"ablog~=0.10.13",

0 commit comments

Comments
 (0)