Skip to content

Commit

Permalink
Remove docutils clamp
Browse files Browse the repository at this point in the history
  • Loading branch information
ross committed Oct 8, 2024
1 parent 6dc0b4a commit 2fc2a92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ def version():
# https://black.readthedocs.io/en/stable/the_black_code_style/index.html#stability-policy
'black>=24.3.0,<25.0.0',
'build>=0.7.0',
# docutils 0.21.x bumped to >=3.9 and 3.8 is still active. we'll
# have to clamp it down until we remove 3.8
'docutils<=0.20.1',
'isort>=5.11.5',
'pyflakes>=2.2.0',
'readme_renderer[md]>=26.0',
Expand Down

0 comments on commit 2fc2a92

Please sign in to comment.