Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 9d022e6 commit dd3c4d5
Showing 1 changed file with 107 additions and 3 deletions.
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==0.7.16
# via sphinx
annotated-types==0.6.0
# via pydantic
anyio==4.3.0
# via httpx
asttokens==2.4.1
# via stack-data
attrs==23.2.0
# via
# hypothesis
# jsonschema
# referencing
autodoc-pydantic==2.2.0
# via -r docs.in
babel==2.15.0
# via
# pydata-sphinx-theme
# sphinx
bcrypt==4.1.3
# via paramiko
beautifulsoup4==4.12.3
# via
# nbconvert
# pydata-sphinx-theme
bleach==6.1.0
# via nbconvert
certifi==2024.2.2
# via
# httpcore
# httpx
# requests
cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.2
# via requests
comm==0.2.2
# via ipykernel
cryptography==42.0.7
# via paramiko
debugpy==1.8.1
# via ipykernel
decorator==5.1.1
# via ipython
defusedxml==0.7.1
# via nbconvert
dnspython==2.6.1
# via email-validator
docutils==0.21.2
# via
# myst-parser
# nbsphinx
# pydata-sphinx-theme
# sphinx
email-validator==2.1.1
# via -r base.in
execnet==2.1.1
# via pytest-xdist
executing==2.0.1
# via stack-data
fastjsonschema==2.19.1
# via nbformat
filelock[typing]==3.14.0
# via -r test.in
h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.0
# via -r base.in
hypothesis==6.102.4
# via -r test.in
idna==3.7
# via
# anyio
# email-validator
# httpx
# requests
imagesize==1.4.1
# via sphinx
iniconfig==2.0.0
# via pytest
ipykernel==6.29.4
# via -r docs.in
ipython==8.24.0
Expand Down Expand Up @@ -111,14 +155,25 @@ nbsphinx==0.9.4
# via -r docs.in
nest-asyncio==1.6.0
# via ipykernel
packaging==24.0
# via
# ipykernel
# nbconvert
# pydata-sphinx-theme
# pytest
# sphinx
pandocfilters==1.5.1
# via nbconvert
paramiko==3.4.0
# via -r base.in
parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
platformdirs==4.2.2
# via jupyter-core
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.43
# via ipython
psutil==5.9.8
Expand All @@ -127,19 +182,52 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pycparser==2.22
# via cffi
pydantic==2.7.1
# via
# -r base.in
# autodoc-pydantic
# pydantic-settings
pydantic-core==2.18.2
# via pydantic
pydantic-settings==2.2.1
# via autodoc-pydantic
pydata-sphinx-theme==0.15.2
# via -r docs.in
pyfakefs==5.5.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.2.0
# 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.1
# via
# -r test.in
# myst-parser
pyzmq==26.0.3
# via
# ipykernel
Expand All @@ -148,14 +236,25 @@ referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
requests==2.32.0
# via sphinx
rpds-py==0.18.1
# 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.5
# via beautifulsoup4
sphinx==7.3.7
Expand Down Expand Up @@ -206,6 +305,11 @@ traitlets==5.14.3
# nbconvert
# nbformat
# nbsphinx
typing-extensions==4.11.0
# via
# pydantic
# pydantic-core
# pydata-sphinx-theme
urllib3==2.2.1
# via requests
wcwidth==0.2.13
Expand Down

0 comments on commit dd3c4d5

Please sign in to comment.