Skip to content

Commit dec63ad

Browse files
⬆️ Update pre-commit requirement from ~=2.12 to >=2.12,<4.0 (#137)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent baa376e commit dec63ad

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
@@ -35,7 +35,7 @@ Homepage = "https://github.com/executablebooks/sphinx-design"
3535
Documentation = "https://sphinx-design.readthedocs.io"
3636

3737
[project.optional-dependencies]
38-
code_style = ["pre-commit~=2.12"]
38+
code_style = ["pre-commit>=2.12,<4.0"]
3939
rtd = ["myst-parser>=0.18.0,<2"]
4040
testing = [
4141
"myst-parser>=0.18.0,<2",

0 commit comments

Comments
 (0)