Skip to content

Commit

Permalink
Update sphinx-autoapi requirement from <3.3,>=3.1.2 to >=3.1.2,<3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent c133266 commit 63bc642
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 @@ -74,7 +74,7 @@ docs = [
"doc8>=1.0,<1.2", # Ensures clean documentation formatting
"furo>=2022.4.7",
"sphinx>=4,!=5.1.0,<8.1", # The default Python documentation engine
"sphinx-autoapi>=3.1.2,<3.3", # Generates documentation from docstrings
"sphinx-autoapi>=3.1.2,<3.4", # Generates documentation from docstrings
"sphinx-issues>=1.2,<4.2", # Allows references to GitHub issues
]
tests = [
Expand Down

0 comments on commit 63bc642

Please sign in to comment.