Skip to content

Commit

Permalink
Bump the dependencies group with 9 updates (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 1, 2023
1 parent e202219 commit 86a5520
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
alabaster==0.7.13
# via sphinx
babel==2.12.1
babel==2.13.1
# via sphinx
certifi==2023.7.22
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
cryptography==41.0.3
cryptography==41.0.5
# via -r docs-requirements.in
docutils==0.20.1
# via sphinx
Expand All @@ -28,7 +28,7 @@ jinja2==3.1.2
# via sphinx
markupsafe==2.1.1
# via jinja2
packaging==23.1
packaging==23.2
# via sphinx
pycparser==2.21
# via cffi
Expand Down Expand Up @@ -59,5 +59,5 @@ sphinxcontrib-serializinghtml==1.1.9
# via sphinx
sphinxcontrib-trio==1.1.2
# via -r docs-requirements.in
urllib3==2.0.6
urllib3==2.0.7
# via requests
8 changes: 4 additions & 4 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
cffi==1.16.0
# via cryptography
cryptography==41.0.3
cryptography==41.0.5
# via
# -r lint-requirements.in
# types-pyopenssl
Expand All @@ -18,17 +18,17 @@ mypy==0.910
# via -r lint-requirements.in
mypy-extensions==0.4.4
# via mypy
packaging==23.1
packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
pycparser==2.21
# via cffi
pytest==7.4.2
pytest==7.4.3
# via -r lint-requirements.in
toml==0.10.2
# via mypy
types-pyopenssl==23.2.0.2
types-pyopenssl==23.3.0.0
# via -r lint-requirements.in
typing-extensions==4.8.0
# via mypy
10 changes: 5 additions & 5 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ attrs==23.1.0
# via service-identity
cffi==1.16.0
# via cryptography
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via -r test-requirements.in
cryptography==41.0.3
cryptography==41.0.5
# via
# -r test-requirements.in
# pyopenssl
Expand All @@ -19,7 +19,7 @@ idna==3.4
# via -r test-requirements.in
iniconfig==2.0.0
# via pytest
packaging==23.1
packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
Expand All @@ -31,9 +31,9 @@ pyasn1-modules==0.3.0
# via service-identity
pycparser==2.21
# via cffi
pyopenssl==23.2.0
pyopenssl==23.3.0
# via -r test-requirements.in
pytest==7.4.2
pytest==7.4.3
# via -r test-requirements.in
service-identity==23.1.0
# via -r test-requirements.in

0 comments on commit 86a5520

Please sign in to comment.