Skip to content

Commit

Permalink
Update sphinx-issues requirement from <4,>=1.2 to >=1.2,<5
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent f94a31b commit 1aada05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ docs = [
"furo>=2022.4.7",
"sphinx>=6,<8", # The default Python documentation engine
"sphinx-autoapi>=2,<4", # Generates documentation from docstrings
"sphinx-issues>=1.2,<4", # Allows references to GitHub issues
"sphinx-issues>=1.2,<5", # Allows references to GitHub issues

]
tests = [
Expand Down

0 comments on commit 1aada05

Please sign in to comment.