Skip to content

Commit

Permalink
Merge pull request marshmallow-code#1494 from marshmallow-code/depend…
Browse files Browse the repository at this point in the history
…abot/pip/pre-commit-gte-1.20-and-lt-3.0

Update pre-commit requirement from ~=1.20 to >=1.20,<3.0
  • Loading branch information
lafrech authored Jan 29, 2020
2 parents ff6ad0c + 294af24 commit 709fcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mypy==0.761",
"flake8==3.7.9",
"flake8-bugbear==20.1.3",
"pre-commit~=1.20",
"pre-commit>=1.20,<3.0",
],
"docs": [
"sphinx==2.3.1",
Expand Down

0 comments on commit 709fcbc

Please sign in to comment.