Skip to content

Commit

Permalink
⬆️ Update pre-commit requirement from ~=2.12 to >=2.12,<4.0 (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 26, 2023
1 parent baa376e commit dec63ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -35,7 +35,7 @@ Homepage = "https://github.com/executablebooks/sphinx-design"
Documentation = "https://sphinx-design.readthedocs.io"

[project.optional-dependencies]
code_style = ["pre-commit~=2.12"]
code_style = ["pre-commit>=2.12,<4.0"]
rtd = ["myst-parser>=0.18.0,<2"]
testing = [
"myst-parser>=0.18.0,<2",
Expand Down

0 comments on commit dec63ad

Please sign in to comment.