Skip to content

Commit

Permalink
Merge pull request #1238 from NicolasT/work-around-docutils
Browse files Browse the repository at this point in the history
deps: attempt to fix Dependabot (again)
  • Loading branch information
NicolasT authored Sep 24, 2024
2 parents 8c82baa + e451f28 commit 7934bd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pytest-benchmark = "^4.0.0"
coverage-conditional-plugin = "^0.9.0"
pylint = "^3.2.7"
# Work-around https://github.com/pypi/warehouse/issues/15749
docutils = "!=0.21"
docutils = "!=0.21.post1"

[tool.coverage.paths]
source = ["src", "*/site-packages"]
Expand Down

0 comments on commit 7934bd6

Please sign in to comment.