Skip to content

Commit

Permalink
⬆️ Update sphinx-click requirement from <5.2,>=3.1 to >=3.1,<6.1
Browse files Browse the repository at this point in the history
Updates the requirements on [sphinx-click](https://github.com/click-contrib/sphinx-click) to permit the latest version.
- [Release notes](https://github.com/click-contrib/sphinx-click/releases)
- [Commits](click-contrib/sphinx-click@3.1.0...6.0.0)

---
updated-dependencies:
- dependency-name: sphinx-click
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Galileo-Galilei committed Aug 7, 2024
1 parent 2b994aa commit 7f146f9
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 @@ -41,7 +41,7 @@ def _parse_requirements(path, encoding="utf-8"):
"sphinx>=4.5.0,<8.0.0",
"sphinx_rtd_theme>=1.0,<1.5",
"sphinx-markdown-tables~=0.0.15",
"sphinx-click>=3.1,<5.2",
"sphinx-click>=3.1,<6.1",
"sphinx_copybutton~=0.5.0",
"myst-parser>=0.17.2,<4.1.0",
],
Expand Down

0 comments on commit 7f146f9

Please sign in to comment.