Skip to content

Commit

Permalink
Merge pull request #163 from catalyst-cooperative/dependabot/pip/main…
Browse files Browse the repository at this point in the history
…/sphinx-issues-gte-4-and-lt-6

Update sphinx-issues requirement from <5,>=4 to >=4,<6
  • Loading branch information
zaneselvans authored Oct 14, 2024
2 parents a3c9c03 + 8cf291e commit 7dffd59
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 @@ -20,7 +20,7 @@ dependencies = [
"pydocstyle>=6,<7", # Style guidelines for Python documentation
"sphinx>6,<9", # The default Python documentation engine
"sphinx-autoapi>=3,<4", # Generates documentation from docstrings
"sphinx-issues>=4,<5", # Allows references to GitHub issues
"sphinx-issues>=4,<6", # Allows references to GitHub issues
"tox>=4,<5", # Python test environment manager
]
classifiers=[
Expand Down

0 comments on commit 7dffd59

Please sign in to comment.