Skip to content

Commit

Permalink
Is it because typing-extensions?
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks committed Feb 1, 2025
1 parent bb77288 commit 8ba0381
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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.18.0
# via sphinx
pyopenssl==24.3.0
pyopenssl==25.0.0
# via -r docs-requirements.in
requests==2.32.3
# via sphinx
Expand Down Expand Up @@ -102,5 +102,7 @@ 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 8ba0381

Please sign in to comment.