Skip to content

Commit 8ed01c2

Browse files
Build(deps-dev): Update pre-commit requirement from ~=2.7.0 to >=2.7,<2.21 (#643)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f14f7d1 commit 8ed01c2

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.0"
47+
"pre-commit>=2.7,<2.21"
4848
]
4949
doc = [
5050
"ablog~=0.10.13",

0 commit comments

Comments
 (0)