Skip to content

Commit

Permalink
Fix docs build?
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks committed Feb 1, 2025
1 parent c6de59c commit 5afe77f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ exceptiongroup >= 1.0.0rc9
immutables >= 0.6

# types used in annotations
pyOpenSSL
# TODO: for some reason bumping this fails docs build
pyOpenSSL < 25.0.0
4 changes: 1 addition & 3 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pycparser==2.22 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
# via cffi
pygments==2.19.1
# via sphinx
pyopenssl==25.0.0
pyopenssl==24.3.0
# via -r docs-requirements.in
requests==2.32.3
# via sphinx
Expand Down Expand Up @@ -102,7 +102,5 @@ sphinxcontrib-trio==1.1.2
# via -r docs-requirements.in
towncrier==24.8.0
# via -r docs-requirements.in
typing-extensions==4.12.2 ; python_full_version < '3.13'
# via pyopenssl
urllib3==2.3.0
# via requests

0 comments on commit 5afe77f

Please sign in to comment.