Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 18, 2023
1 parent bf9fe64 commit ac8142c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 22 deletions.
12 changes: 6 additions & 6 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ babel==2.12.1
# via sphinx
certifi==2023.5.7
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.5
# via
# click-default-group
# towncrier
Expand All @@ -28,7 +28,7 @@ docutils==0.18.1
# via
# sphinx
# sphinx-rtd-theme
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via -r docs-requirements.in
idna==3.4
# via
Expand All @@ -38,9 +38,9 @@ imagesize==1.4.1
# via sphinx
immutables==0.19
# via -r docs-requirements.in
importlib-metadata==6.7.0
importlib-metadata==6.8.0
# via sphinx
importlib-resources==5.12.0
importlib-resources==6.0.0
# via towncrier
incremental==22.10.0
# via towncrier
Expand Down Expand Up @@ -97,7 +97,7 @@ towncrier==23.6.0
# via -r docs-requirements.in
urllib3==2.0.3
# via requests
zipp==3.15.0
zipp==3.16.2
# via
# importlib-metadata
# importlib-resources
44 changes: 28 additions & 16 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
#
astor==0.8.1
# via -r test-requirements.in
astroid==2.15.5
astroid==2.15.6
# via pylint
asttokens==2.2.1
# via stack-data
async-generator==1.10
# via -r test-requirements.in
attrs==23.1.0
Expand All @@ -16,19 +18,19 @@ attrs==23.1.0
# outcome
backcall==0.2.0
# via ipython
black==23.3.0 ; implementation_name == "cpython"
black==23.7.0 ; implementation_name == "cpython"
# via -r test-requirements.in
build==0.10.0
# via pip-tools
cffi==1.15.1
# via cryptography
click==8.1.3
click==8.1.5
# via
# black
# pip-tools
coverage==7.2.7
# via -r test-requirements.in
cryptography==41.0.1
cryptography==41.0.2
# via
# -r test-requirements.in
# pyopenssl
Expand All @@ -38,11 +40,13 @@ decorator==5.1.1
# via ipython
dill==0.3.6
# via pylint
exceptiongroup==1.1.1 ; python_version < "3.11"
exceptiongroup==1.1.2 ; python_version < "3.11"
# via
# -r test-requirements.in
# pytest
flake8==5.0.4
executing==1.2.0
# via stack-data
flake8==6.0.0
# via
# -r test-requirements.in
# flake8-pyproject
Expand All @@ -54,9 +58,9 @@ idna==3.4
# trustme
iniconfig==2.0.0
# via pytest
ipython==7.34.0
ipython==8.12.2
# via -r test-requirements.in
isort==5.11.5
isort==5.12.0
# via pylint
jedi==0.18.2
# via
Expand Down Expand Up @@ -94,23 +98,25 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.14.0
pip-tools==7.0.0
# via -r test-requirements.in
platformdirs==3.8.0
platformdirs==3.9.1
# via
# black
# pylint
pluggy==1.2.0
# via pytest
prompt-toolkit==3.0.38
prompt-toolkit==3.0.39
# via ipython
ptyprocess==0.7.0
# via pexpect
pycodestyle==2.9.1
pure-eval==0.2.2
# via stack-data
pycodestyle==2.10.0
# via flake8
pycparser==2.21
# via cffi
pyflakes==2.5.0
pyflakes==3.0.1
# via flake8
pygments==2.15.1
# via ipython
Expand All @@ -120,14 +126,18 @@ pyopenssl==23.2.0
# via -r test-requirements.in
pyproject-hooks==1.0.0
# via build
pyright==1.1.316
pyright==1.1.317
# via -r test-requirements.in
pytest==7.4.0
# via -r test-requirements.in
six==1.16.0
# via asttokens
sniffio==1.3.0
# via -r test-requirements.in
sortedcontainers==2.4.0
# via -r test-requirements.in
stack-data==0.6.2
# via ipython
tomli==2.0.1
# via
# black
Expand All @@ -136,22 +146,24 @@ tomli==2.0.1
# mypy
# pip-tools
# pylint
# pyproject-hooks
# pytest
tomlkit==0.11.8
# via pylint
traitlets==5.9.0
# via
# ipython
# matplotlib-inline
trustme==1.0.0
trustme==1.1.0
# via -r test-requirements.in
types-pyopenssl==23.2.0.1 ; implementation_name == "cpython"
# via -r test-requirements.in
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r test-requirements.in
# astroid
# black
# ipython
# mypy
# pylint
wcwidth==0.2.6
Expand Down

0 comments on commit ac8142c

Please sign in to comment.