Skip to content

Commit

Permalink
Bump the dependencies group with 10 updates (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 49b59dd commit 00a906d
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 @@ -12,21 +12,21 @@ certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
cryptography==42.0.4
cryptography==43.0.3
# via -r docs-requirements.in
docutils==0.21.2
# via sphinx
idna==3.4
idna==3.10
# via
# -r docs-requirements.in
# requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.2
# via sphinx
markupsafe==2.1.1
markupsafe==3.0.2
# via jinja2
packaging==24.1
# via sphinx
Expand All @@ -38,7 +38,7 @@ requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==8.0.2
sphinx==8.1.3
# via sphinxcontrib-trio
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand Down
10 changes: 5 additions & 5 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#
# pip-compile lint-requirements.in
#
black==24.8.0
black==24.10.0
# via -r lint-requirements.in
cffi==1.17.1
# via cryptography
click==8.1.7
# via black
cryptography==42.0.4
cryptography==43.0.3
# via
# -r lint-requirements.in
# types-pyopenssl
idna==3.6
idna==3.10
# via -r lint-requirements.in
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via -r lint-requirements.in
mypy==1.11.2
mypy==1.13.0
# via -r lint-requirements.in
mypy-extensions==1.0.0
# via
Expand All @@ -44,7 +44,7 @@ types-cffi==1.16.0.20240331
# via types-pyopenssl
types-pyopenssl==24.1.0.20240722
# via -r lint-requirements.in
types-setuptools==75.1.0.20240917
types-setuptools==75.2.0.20241025
# via types-cffi
typing-extensions==4.12.2
# via mypy
8 changes: 4 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ attrs==24.2.0
# via service-identity
cffi==1.17.1
# via cryptography
coverage[toml]==7.6.1
coverage[toml]==7.6.4
# via -r test-requirements.in
cryptography==42.0.4
cryptography==43.0.3
# via
# -r test-requirements.in
# pyopenssl
# service-identity
idna==3.4
idna==3.10
# via -r test-requirements.in
iniconfig==2.0.0
# via pytest
Expand All @@ -35,5 +35,5 @@ pyopenssl==24.2.1
# via -r test-requirements.in
pytest==8.3.3
# via -r test-requirements.in
service-identity==24.1.0
service-identity==24.2.0
# via -r test-requirements.in

0 comments on commit 00a906d

Please sign in to comment.