Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ repos:
additional_dependencies: ["pyyaml"]
files: ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.10.10
rev: 0.10.11
hooks:
# Compile requirements
- id: pip-compile
Expand Down
6 changes: 3 additions & 3 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
# via
# -r docs-requirements.in
# cryptography
charset-normalizer==3.4.4
charset-normalizer==3.4.6
# via requests
click==8.3.1
# via towncrier
Expand All @@ -36,7 +36,7 @@ idna==3.11
# via
# -r docs-requirements.in
# requests
imagesize==1.4.1
imagesize==2.0.0
# via sphinx
immutables==0.21
# via -r docs-requirements.in
Expand All @@ -55,7 +55,7 @@ pycparser==3.0 ; (implementation_name != 'PyPy' and os_name == 'nt') or (impleme
# via cffi
pygments==2.19.2
# via sphinx
pyopenssl==25.3.0
pyopenssl==26.0.0
# via -r docs-requirements.in
requests==2.32.5
# via sphinx
Expand Down
24 changes: 12 additions & 12 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
# cryptography
cfgv==3.5.0
# via pre-commit
charset-normalizer==3.4.4
charset-normalizer==3.4.6
# via requests
click==8.3.1 ; implementation_name == 'cpython'
# via black
Expand All @@ -36,7 +36,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
# pylint
# pytest
# sphinx
coverage==7.13.4
coverage==7.13.5
# via -r test-requirements.in
cryptography==46.0.5
# via
Expand All @@ -56,18 +56,18 @@ exceptiongroup==1.3.1 ; python_full_version < '3.11'
# via
# -r test-requirements.in
# pytest
filelock==3.24.3
filelock==3.25.2
# via
# python-discovery
# virtualenv
identify==2.6.16
identify==2.6.18
# via pre-commit
idna==3.11
# via
# -r test-requirements.in
# requests
# trustme
imagesize==1.4.1
imagesize==2.0.0
# via sphinx
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -107,7 +107,7 @@ pathspec==1.0.4 ; implementation_name == 'cpython'
# via
# black
# mypy
platformdirs==4.9.2
platformdirs==4.9.4
# via
# black
# pylint
Expand All @@ -125,13 +125,13 @@ pygments==2.19.2
# sphinx
pylint==4.0.5
# via -r test-requirements.in
pyopenssl==25.3.0
pyopenssl==26.0.0
# via -r test-requirements.in
pyright==1.1.408
# via -r test-requirements.in
pytest==9.0.2
# via -r test-requirements.in
python-discovery==1.1.0
python-discovery==1.2.0
# via virtualenv
pytokens==0.4.1 ; implementation_name == 'cpython'
# via black
Expand Down Expand Up @@ -178,11 +178,11 @@ tomlkit==0.14.0
# via pylint
trustme==1.2.1
# via -r test-requirements.in
types-cffi==1.17.0.20250915
types-cffi==2.0.0.20260316
# via
# -r test-requirements.in
# types-pyopenssl
types-docutils==0.22.3.20260223
types-docutils==0.22.3.20260316
# via -r test-requirements.in
types-pyopenssl==24.1.0.20240722
# via -r test-requirements.in
Expand All @@ -203,7 +203,7 @@ typing-extensions==4.15.0
# virtualenv
urllib3==2.6.3
# via requests
uv==0.10.10
uv==0.10.11
# via -r test-requirements.in
virtualenv==21.1.0
virtualenv==21.2.0
# via pre-commit
Loading