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
4 changes: 2 additions & 2 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
# via
# -r docs-requirements.in
# cryptography
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via requests
click==8.3.1
click==8.3.2
# via towncrier
colorama==0.4.6 ; sys_platform == 'win32'
# via
Expand Down
16 changes: 8 additions & 8 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
# cryptography
cfgv==3.5.0
# via pre-commit
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via requests
click==8.3.1 ; implementation_name == 'cpython'
click==8.3.2 ; implementation_name == 'cpython'
# via black
codespell==2.4.2
# via -r test-requirements.in
Expand Down Expand Up @@ -129,9 +129,9 @@ pyopenssl==26.0.0
# via -r test-requirements.in
pyright==1.1.408
# via -r test-requirements.in
pytest==9.0.2
pytest==9.0.3
# via -r test-requirements.in
python-discovery==1.2.1
python-discovery==1.2.2
# via virtualenv
pytokens==0.4.1 ; implementation_name == 'cpython'
# via black
Expand All @@ -141,7 +141,7 @@ requests==2.33.1
# via sphinx
roman-numerals==4.1.0 ; python_full_version >= '3.11'
# via sphinx
ruff==0.15.8
ruff==0.15.9
# via -r test-requirements.in
sniffio==1.3.1
# via -r test-requirements.in
Expand Down Expand Up @@ -178,7 +178,7 @@ tomlkit==0.14.0
# via pylint
trustme==1.2.1
# via -r test-requirements.in
types-cffi==2.0.0.20260316
types-cffi==2.0.0.20260402
# via
# -r test-requirements.in
# types-pyopenssl
Expand All @@ -188,7 +188,7 @@ types-pyopenssl==24.1.0.20240722
# via -r test-requirements.in
types-pyyaml==6.0.12.20250915
# via -r test-requirements.in
types-setuptools==82.0.0.20260210
types-setuptools==82.0.0.20260402
# via types-cffi
typing-extensions==4.15.0
# via
Expand All @@ -203,7 +203,7 @@ typing-extensions==4.15.0
# virtualenv
urllib3==2.6.3
# via requests
uv==0.11.2
uv==0.11.3
# via -r test-requirements.in
virtualenv==21.2.0
# via pre-commit
Loading