Skip to content

Commit 363c3cd

Browse files
Merge pull request Backblaze#1102 from reef-technologies/pin-docutils
Pin docutils version
2 parents ea98c02 + 05804cd commit 363c3cd

File tree

3 files changed

+62
-61
lines changed

3 files changed

+62
-61
lines changed

changelog.d/1101.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pin `docutils` version to avoid breaking the dependent `rst2ansi` library.

pdm.lock

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"argcomplete>=3.5.2,<4",
2727
"arrow>=1.0.2,<2.0.0",
2828
"b2sdk>=2.9.4,<3",
29-
"docutils>=0.18.1",
29+
"docutils>=0.18.1,<0.22",
3030
"idna~=3.4; platform_system == 'Java'",
3131
"importlib-metadata>=3.3; python_version < '3.8'",
3232
"phx-class-registry>=4.0,<5",

0 commit comments

Comments
 (0)