Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tornado from 6.4.1 to 6.4.2 in /requirements #248

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
110 changes: 107 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,48 +5,92 @@
#
# pip-compile-multi
#
-r base.txt
-r test.txt
accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==1.0.0
# via sphinx
annotated-types==0.7.0
# via pydantic
anyio==4.6.0
# via httpx
asttokens==2.4.1
# via stack-data
attrs==24.2.0
# via
# hypothesis
# jsonschema
# referencing
autodoc-pydantic==2.2.0
# via -r docs.in
babel==2.16.0
# via
# pydata-sphinx-theme
# sphinx
bcrypt==4.2.0
# via paramiko
beautifulsoup4==4.12.3
# via
# nbconvert
# pydata-sphinx-theme
bleach==6.1.0
# via nbconvert
certifi==2024.8.30
# via
# httpcore
# httpx
# requests
cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.4.0
# via requests
comm==0.2.2
# via ipykernel
cryptography==43.0.1
# via paramiko
debugpy==1.8.7
# via ipykernel
decorator==5.1.1
# via ipython
defusedxml==0.7.1
# via nbconvert
dnspython==2.7.0
# via email-validator
docutils==0.21.2
# via
# myst-parser
# nbsphinx
# pydata-sphinx-theme
# sphinx
email-validator==2.2.0
# via -r base.in
execnet==2.1.1
# via pytest-xdist
executing==2.1.0
# via stack-data
fastjsonschema==2.20.0
# via nbformat
filelock[typing]==3.16.1
# via -r test.in
h11==0.14.0
# via httpcore
httpcore==1.0.6
# via httpx
httpx==0.27.2
# via -r base.in
hypothesis==6.114.1
# via -r test.in
idna==3.10
# via
# anyio
# email-validator
# httpx
# requests
imagesize==1.4.1
# via sphinx
iniconfig==2.0.0
# via pytest
ipykernel==6.29.5
# via -r docs.in
ipython==8.28.0
Expand Down Expand Up @@ -111,14 +155,25 @@ nbsphinx==0.9.5
# via -r docs.in
nest-asyncio==1.6.0
# via ipykernel
packaging==24.1
# via
# ipykernel
# nbconvert
# pydata-sphinx-theme
# pytest
# sphinx
pandocfilters==1.5.1
# via nbconvert
paramiko==3.5.0
# via -r base.in
parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
platformdirs==4.3.6
# via jupyter-core
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.48
# via ipython
psutil==6.0.0
Expand All @@ -127,19 +182,52 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.3
# via stack-data
pycparser==2.22
# via cffi
pydantic==2.9.2
# via
# -r base.in
# autodoc-pydantic
# pydantic-settings
pydantic-core==2.23.4
# via pydantic
pydantic-settings==2.5.2
# via autodoc-pydantic
pydata-sphinx-theme==0.15.4
# via -r docs.in
pyfakefs==5.7.0
# via -r test.in
pygments==2.18.0
# via
# accessible-pygments
# ipython
# nbconvert
# pydata-sphinx-theme
# sphinx
pynacl==1.5.0
# via paramiko
pytest==8.3.3
# via
# -r test.in
# pytest-randomly
# pytest-socket
# pytest-xdist
pytest-randomly==3.15.0
# via -r test.in
pytest-socket==0.7.0
# via -r test.in
pytest-xdist==3.6.1
# via -r test.in
python-dateutil==2.9.0.post0
# via
# -r base.in
# jupyter-client
python-dotenv==1.0.1
# via pydantic-settings
pyyaml==6.0.2
# via
# -r test.in
# myst-parser
pyzmq==26.2.0
# via
# ipykernel
Expand All @@ -154,8 +242,19 @@ rpds-py==0.20.0
# via
# jsonschema
# referencing
six==1.16.0
# via
# asttokens
# bleach
# python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
snowballstemmer==2.2.0
# via sphinx
sortedcontainers==2.4.0
# via hypothesis
soupsieve==2.6
# via beautifulsoup4
sphinx==8.1.0
Expand Down Expand Up @@ -190,7 +289,7 @@ stack-data==0.6.3
# via ipython
tinycss2==1.3.0
# via nbconvert
tornado==6.4.1
tornado==6.4.2
# via
# ipykernel
# jupyter-client
Expand All @@ -206,6 +305,11 @@ traitlets==5.14.3
# nbconvert
# nbformat
# nbsphinx
typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
# pydata-sphinx-theme
urllib3==2.2.3
# via requests
wcwidth==0.2.13
Expand Down
Loading