We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c5d2d commit 534b613Copy full SHA for 534b613
pyproject.toml
@@ -48,7 +48,7 @@ python = "^3.9"
48
aiofiles = "^23.2.1"
49
aioshutil = "^1.3"
50
colorama = "^0.4.6"
51
-docutils = "^0.20.1" # HACK - prevent poetry from resolving version to 0.21.post1 which does not exist
+docutils = "^0.21.0" # HACK - prevent poetry from resolving version to 0.21.post1 which does not exist
52
eval-type-backport = "^0.1.3"
53
httpx = "^0.27.0"
54
more_itertools = "^10.2.0"
0 commit comments