Skip to content

Commit

Permalink
Dependency updates (#2943)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 1, 2024
1 parent b6a31d7 commit cd61e47
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via towncrier
cryptography==41.0.7
cryptography==42.0.2
# via pyopenssl
docutils==0.20.1
# via
Expand All @@ -47,7 +47,7 @@ jinja2==3.1.3
# -r docs-requirements.in
# sphinx
# towncrier
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
outcome==1.3.0.post0
# via -r docs-requirements.in
Expand All @@ -57,9 +57,9 @@ pycparser==2.21
# via cffi
pygments==2.17.2
# via sphinx
pyopenssl==23.3.0
pyopenssl==24.0.0
# via -r docs-requirements.in
pytz==2023.3.post1
pytz==2023.4
# via babel
requests==2.31.0
# via sphinx
Expand Down Expand Up @@ -99,7 +99,7 @@ tomli==2.0.1
# via towncrier
towncrier==23.11.0
# via -r docs-requirements.in
urllib3==2.1.0
urllib3==2.2.0
# via requests
zipp==3.17.0
# via
Expand Down
30 changes: 15 additions & 15 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ click==8.1.7
# pip-tools
codespell==2.2.6
# via -r test-requirements.in
coverage==7.4.0
coverage==7.4.1
# via -r test-requirements.in
cryptography==41.0.7
cryptography==42.0.2
# via
# -r test-requirements.in
# pyopenssl
# trustme
# types-pyopenssl
dill==0.3.7
dill==0.3.8
# via pylint
docutils==0.20.1
# via sphinx
Expand All @@ -69,7 +69,7 @@ jedi==0.19.1
# via -r test-requirements.in
jinja2==3.1.3
# via sphinx
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
mccabe==0.7.0
# via pylint
Expand All @@ -96,31 +96,31 @@ pathspec==0.12.1
# via black
pip-tools==7.3.0
# via -r test-requirements.in
platformdirs==4.1.0
platformdirs==4.2.0
# via
# black
# pylint
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pycparser==2.21
# via cffi
pygments==2.17.2
# via sphinx
pylint==3.0.3
# via -r test-requirements.in
pyopenssl==23.3.0
pyopenssl==24.0.0
# via -r test-requirements.in
pyproject-hooks==1.0.0
# via build
pyright==1.1.347
pyright==1.1.349
# via -r test-requirements.in
pytest==7.4.4
pytest==8.0.0
# via -r test-requirements.in
pytz==2023.3.post1
pytz==2023.4
# via babel
requests==2.31.0
# via sphinx
ruff==0.1.13
ruff==0.1.15
# via -r test-requirements.in
sniffio==1.3.0
# via -r test-requirements.in
Expand Down Expand Up @@ -157,11 +157,11 @@ trustme==1.1.0
# via -r test-requirements.in
types-cffi==1.16.0.20240106 ; implementation_name == "cpython"
# via -r test-requirements.in
types-docutils==0.20.0.20240106
types-docutils==0.20.0.20240126
# via -r test-requirements.in
types-pyopenssl==23.3.0.20240106 ; implementation_name == "cpython"
types-pyopenssl==24.0.0.20240130 ; implementation_name == "cpython"
# via -r test-requirements.in
types-setuptools==69.0.0.20240115
types-setuptools==69.0.0.20240125
# via types-cffi
typing-extensions==4.9.0
# via
Expand All @@ -170,7 +170,7 @@ typing-extensions==4.9.0
# black
# mypy
# pylint
urllib3==2.1.0
urllib3==2.2.0
# via requests
wheel==0.42.0
# via pip-tools
Expand Down

0 comments on commit cd61e47

Please sign in to comment.