Skip to content
Merged
Show file tree
Hide file tree
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
16 changes: 8 additions & 8 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,35 +18,35 @@ cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# click-default-group
# towncrier
click-default-group==1.2.2
click-default-group==1.2.4
# via towncrier
cryptography==41.0.3
# via pyopenssl
docutils==0.18.1
# via
# sphinx
# sphinx-rtd-theme
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via -r docs-requirements.in
idna==3.4
# via
# -r docs-requirements.in
# requests
imagesize==1.4.1
# via sphinx
immutables==0.19
immutables==0.20
# via -r docs-requirements.in
importlib-metadata==6.8.0
# via sphinx
importlib-resources==6.0.0
importlib-resources==6.0.1
# via towncrier
incremental==22.10.0
# via towncrier
jinja2==3.0.3
jinja2==3.1.2
# via
# -r docs-requirements.in
# sphinx
Expand All @@ -59,7 +59,7 @@ packaging==23.1
# via sphinx
pycparser==2.21
# via cffi
pygments==2.15.1
pygments==2.16.1
# via sphinx
pyopenssl==23.2.0
# via -r docs-requirements.in
Expand All @@ -79,7 +79,7 @@ sphinx==6.1.3
# sphinx-rtd-theme
# sphinxcontrib-jquery
# sphinxcontrib-trio
sphinx-rtd-theme==1.2.2
sphinx-rtd-theme==1.3.0
# via -r docs-requirements.in
sphinxcontrib-applehelp==1.0.4
# via sphinx
Expand Down
18 changes: 9 additions & 9 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ build==0.10.0
# via pip-tools
cffi==1.15.1
# via cryptography
click==8.1.6
click==8.1.7
# via
# black
# pip-tools
codespell==2.2.5
# via -r test-requirements.in
coverage==7.2.7
coverage==7.3.0
# via -r test-requirements.in
cryptography==41.0.3
# via
Expand All @@ -42,7 +42,7 @@ decorator==5.1.1
# via ipython
dill==0.3.7
# via pylint
exceptiongroup==1.1.2 ; python_version < "3.11"
exceptiongroup==1.1.3 ; python_version < "3.11"
# via
# -r test-requirements.in
# pytest
Expand Down Expand Up @@ -76,7 +76,7 @@ mccabe==0.7.0
# via
# flake8
# pylint
mypy==1.4.1 ; implementation_name == "cpython"
mypy==1.5.1 ; implementation_name == "cpython"
# via -r test-requirements.in
mypy-extensions==1.0.0 ; implementation_name == "cpython"
# via
Expand All @@ -100,13 +100,13 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==7.1.0
pip-tools==7.3.0
# via -r test-requirements.in
platformdirs==3.10.0
# via
# black
# pylint
pluggy==1.2.0
pluggy==1.3.0
# via pytest
prompt-toolkit==3.0.39
# via ipython
Expand All @@ -120,15 +120,15 @@ pycparser==2.21
# via cffi
pyflakes==3.1.0
# via flake8
pygments==2.15.1
pygments==2.16.1
# via ipython
pylint==2.17.5
# via -r test-requirements.in
pyopenssl==23.2.0
# via -r test-requirements.in
pyproject-hooks==1.0.0
# via build
pyright==1.1.318
pyright==1.1.325
# via -r test-requirements.in
pytest==7.4.0
# via -r test-requirements.in
Expand Down Expand Up @@ -170,7 +170,7 @@ typing-extensions==4.7.1
# pylint
wcwidth==0.2.6
# via prompt-toolkit
wheel==0.41.0
wheel==0.41.2
# via pip-tools
wrapt==1.15.0
# via astroid
Expand Down