Skip to content

Commit

Permalink
Drop 'docutils' special handling in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Sep 19, 2024
1 parent ac85391 commit 5259f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ pytest = "8.3.3"
pyflakes = "3.2.0"
pylama = "8.4.1"
twine = "5.1.1"
# docutils/poetry release issue on 0.21.1
docutils = [
{version = "<=0.20", python = "3.8.*"},
{version = ">=0.21.2", python = ">=3.9"}
]
docutils = "0.21.2"
pysnmp = "6.2.6"
pdoc3 = "0.11.1"
types-paramiko = "3.5.0.20240918"
Expand Down

0 comments on commit 5259f5c

Please sign in to comment.