Skip to content

Commit

Permalink
Dependency updates (#3100)
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 Oct 1, 2024
1 parent f508bb4 commit 498325d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.7
rev: v0.6.8
hooks:
- id: ruff
types: [file]
Expand Down
10 changes: 5 additions & 5 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ beautifulsoup4==4.12.3
# via sphinx-codeautolink
certifi==2024.8.30
# via requests
cffi==1.17.0 ; platform_python_implementation != 'PyPy' or os_name == 'nt'
cffi==1.17.1 ; platform_python_implementation != 'PyPy' or os_name == 'nt'
# via
# -r docs-requirements.in
# cryptography
Expand All @@ -24,15 +24,15 @@ colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
# via
# click
# sphinx
cryptography==43.0.0
cryptography==43.0.1
# via pyopenssl
docutils==0.20.1
# via
# sphinx
# sphinx-rtd-theme
exceptiongroup==1.2.2
# via -r docs-requirements.in
idna==3.8
idna==3.10
# via
# -r docs-requirements.in
# requests
Expand Down Expand Up @@ -77,7 +77,7 @@ sphinx==7.4.7
# sphinxcontrib-trio
sphinx-codeautolink==0.15.2
# via -r docs-requirements.in
sphinx-hoverxref==1.4.0
sphinx-hoverxref==1.4.1
# via -r docs-requirements.in
sphinx-rtd-theme==2.0.0
# via -r docs-requirements.in
Expand All @@ -102,5 +102,5 @@ sphinxcontrib-trio==1.1.2
# via -r docs-requirements.in
towncrier==24.8.0
# via -r docs-requirements.in
urllib3==2.2.2
urllib3==2.2.3
# via requests
31 changes: 16 additions & 15 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ black==24.8.0 ; implementation_name == 'cpython'
# via -r test-requirements.in
certifi==2024.8.30
# via requests
cffi==1.17.0 ; platform_python_implementation != 'PyPy' or os_name == 'nt'
cffi==1.17.1 ; platform_python_implementation != 'PyPy' or os_name == 'nt'
# via
# -r test-requirements.in
# cryptography
Expand All @@ -36,28 +36,28 @@ colorama==0.4.6 ; (implementation_name != 'cpython' and sys_platform == 'win32')
# sphinx
coverage==7.6.1
# via -r test-requirements.in
cryptography==43.0.0
cryptography==43.0.1
# via
# -r test-requirements.in
# pyopenssl
# trustme
# types-pyopenssl
dill==0.3.8
dill==0.3.9
# via pylint
docutils==0.20.1
# via sphinx
exceptiongroup==1.2.2 ; python_full_version < '3.11'
# via
# -r test-requirements.in
# pytest
idna==3.8
idna==3.10
# via
# -r test-requirements.in
# requests
# trustme
imagesize==1.4.1
# via sphinx
importlib-metadata==8.4.0 ; python_full_version < '3.10'
importlib-metadata==8.5.0 ; python_full_version < '3.10'
# via sphinx
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -91,7 +91,7 @@ parso==0.8.4 ; implementation_name == 'cpython'
# via jedi
pathspec==0.12.1 ; implementation_name == 'cpython'
# via black
platformdirs==4.2.2
platformdirs==4.3.6
# via
# black
# pylint
Expand All @@ -105,15 +105,15 @@ pylint==3.2.7
# via -r test-requirements.in
pyopenssl==24.2.1
# via -r test-requirements.in
pyright==1.1.381
pyright==1.1.382.post1
# via -r test-requirements.in
pytest==8.3.2
pytest==8.3.3
# via -r test-requirements.in
pytz==2024.1 ; python_full_version < '3.9'
pytz==2024.2 ; python_full_version < '3.9'
# via babel
requests==2.32.3
# via sphinx
ruff==0.6.3
ruff==0.6.8
# via -r test-requirements.in
sniffio==1.3.1
# via -r test-requirements.in
Expand Down Expand Up @@ -149,11 +149,11 @@ types-cffi==1.16.0.20240331
# via
# -r test-requirements.in
# types-pyopenssl
types-docutils==0.21.0.20240724
types-docutils==0.21.0.20240907
# via -r test-requirements.in
types-pyopenssl==24.1.0.20240722
# via -r test-requirements.in
types-setuptools==74.0.0.20240831
types-setuptools==75.1.0.20240917
# via types-cffi
typing-extensions==4.12.2
# via
Expand All @@ -162,9 +162,10 @@ typing-extensions==4.12.2
# black
# mypy
# pylint
urllib3==2.2.2
# pyright
urllib3==2.2.3
# via requests
uv==0.4.1
uv==0.4.17
# via -r test-requirements.in
zipp==3.20.1 ; python_full_version < '3.10'
zipp==3.20.2 ; python_full_version < '3.10'
# via importlib-metadata

0 comments on commit 498325d

Please sign in to comment.