Skip to content

Commit

Permalink
⬆️ Update doc8 requirement from <0.9.0,>=0.8.0 to >=0.8.0,<1.2.0 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 3d3b19c commit 94e86f4
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 @@ -51,7 +51,7 @@ testing = [
]
code_style = [
"pre-commit~=3.5.0",
"doc8<0.9.0,>=0.8.0",
"doc8>=0.8.0,<1.2.0",
]
docs = [
"sphinx>=3",
Expand Down

0 comments on commit 94e86f4

Please sign in to comment.