Skip to content

Commit 534b613

Browse files
fix(deps): update dependency docutils to ^0.21.0 (#101)
1 parent a8c5d2d commit 534b613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ python = "^3.9"
4848
aiofiles = "^23.2.1"
4949
aioshutil = "^1.3"
5050
colorama = "^0.4.6"
51-
docutils = "^0.20.1" # HACK - prevent poetry from resolving version to 0.21.post1 which does not exist
51+
docutils = "^0.21.0" # HACK - prevent poetry from resolving version to 0.21.post1 which does not exist
5252
eval-type-backport = "^0.1.3"
5353
httpx = "^0.27.0"
5454
more_itertools = "^10.2.0"

0 commit comments

Comments
 (0)