From ed78a90afd07840b2248014898e003529d49a3e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 00:03:46 +0000 Subject: [PATCH] Dependency updates --- docs-requirements.txt | 16 ++++++++-------- test-requirements.txt | 18 +++++++++--------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index e0a131b58d..d533573c93 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -18,11 +18,11 @@ 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 @@ -30,7 +30,7 @@ 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 @@ -38,15 +38,15 @@ idna==3.4 # 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 @@ -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 @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index 73d94f09c1..86a8f14aee 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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 @@ -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 @@ -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 @@ -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 @@ -120,7 +120,7 @@ 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 @@ -128,7 +128,7 @@ 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 @@ -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