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
6 changes: 3 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ brotli==1.2.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
build==1.3.0
# via pip-tools
certifi==2025.11.12
certifi==2026.1.4
# via requests
cffi==2.0.0
# via
Expand All @@ -59,7 +59,7 @@ coverage==7.13.1
# pytest-cov
cryptography==46.0.3
# via trustme
cython==3.2.3
cython==3.2.4
# via -r requirements/cython.in
distlib==0.4.0
# via virtualenv
Expand All @@ -69,7 +69,7 @@ exceptiongroup==1.3.1
# via pytest
execnet==2.1.2
# via pytest-xdist
filelock==3.20.1
filelock==3.20.2
# via virtualenv
forbiddenfruit==0.1.4
# via blockbuster
Expand Down
2 changes: 1 addition & 1 deletion requirements/cython.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/cython.txt --resolver=backtracking --strip-extras requirements/cython.in
#
cython==3.2.3
cython==3.2.4
# via -r requirements/cython.in
multidict==6.7.0
# via -r requirements/multidict.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ brotli==1.2.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
build==1.3.0
# via pip-tools
certifi==2025.11.12
certifi==2026.1.4
# via requests
cffi==2.0.0
# via
Expand Down Expand Up @@ -67,7 +67,7 @@ exceptiongroup==1.3.1
# via pytest
execnet==2.1.2
# via pytest-xdist
filelock==3.20.1
filelock==3.20.2
# via virtualenv
forbiddenfruit==0.1.4
# via blockbuster
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
# pip-compile --allow-unsafe --output-file=requirements/doc-spelling.txt --strip-extras requirements/doc-spelling.in
#
aiohttp-theme==0.1.7
# via -r doc.in
# via -r requirements/doc.in
alabaster==1.0.0
# via sphinx
babel==2.17.0
# via sphinx
certifi==2025.11.12
certifi==2026.1.4
# via requests
charset-normalizer==3.4.4
# via requests
Expand Down Expand Up @@ -42,7 +42,7 @@ snowballstemmer==3.0.1
# via sphinx
sphinx==8.1.3
# via
# -r doc.in
# -r requirements/doc.in
# sphinxcontrib-spelling
# sphinxcontrib-towncrier
sphinxcontrib-applehelp==2.0.0
Expand All @@ -58,16 +58,16 @@ sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-spelling==8.0.2 ; platform_system != "Windows"
# via -r doc-spelling.in
# via -r requirements/doc-spelling.in
sphinxcontrib-towncrier==0.5.0a0
# via -r doc.in
# via -r requirements/doc.in
tomli==2.3.0
# via
# sphinx
# towncrier
towncrier==25.8.0
# via
# -r doc.in
# -r requirements/doc.in
# sphinxcontrib-towncrier
urllib3==2.6.2
# via requests
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
# pip-compile --allow-unsafe --output-file=requirements/doc.txt --resolver=backtracking --strip-extras requirements/doc.in
#
aiohttp-theme==0.1.7
# via -r doc.in
# via -r requirements/doc.in
alabaster==1.0.0
# via sphinx
babel==2.17.0
# via sphinx
certifi==2025.11.12
certifi==2026.1.4
# via requests
charset-normalizer==3.4.4
# via requests
Expand Down Expand Up @@ -38,7 +38,7 @@ snowballstemmer==3.0.1
# via sphinx
sphinx==8.1.3
# via
# -r doc.in
# -r requirements/doc.in
# sphinxcontrib-towncrier
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -53,14 +53,14 @@ sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-towncrier==0.5.0a0
# via -r doc.in
# via -r requirements/doc.in
tomli==2.3.0
# via
# sphinx
# towncrier
towncrier==25.8.0
# via
# -r doc.in
# -r requirements/doc.in
# sphinxcontrib-towncrier
urllib3==2.6.2
# via requests
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ distlib==0.4.0
# via virtualenv
exceptiongroup==1.3.1
# via pytest
filelock==3.20.1
filelock==3.20.2
# via virtualenv
forbiddenfruit==0.1.4
# via blockbuster
Expand Down
Loading