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 .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
path: vendor/llhttp/build
- name: Setup NodeJS
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version: 18
- name: Generate llhttp sources
Expand Down
8 changes: 4 additions & 4 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ cffi==2.0.0
# pytest-codspeed
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
cherry-picker==2.6.0
# via -r requirements/dev.in
click==8.1.8
click==8.3.0
# via
# cherry-picker
# pip-tools
Expand Down Expand Up @@ -161,9 +161,9 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.12.0
pydantic==2.12.1
# via python-on-whales
pydantic-core==2.41.1
pydantic-core==2.41.3
# via pydantic
pyenchant==3.3.0
# via sphinxcontrib-spelling
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ cffi==2.0.0
# pytest-codspeed
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
cherry-picker==2.6.0
# via -r requirements/dev.in
click==8.1.8
click==8.3.0
# via
# cherry-picker
# pip-tools
Expand Down Expand Up @@ -158,9 +158,9 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.12.0
pydantic==2.12.1
# via python-on-whales
pydantic-core==2.41.1
pydantic-core==2.41.3
# via pydantic
pygments==2.19.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ babel==2.17.0
# via sphinx
certifi==2025.10.5
# via requests
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
click==8.1.8
click==8.3.0
# via towncrier
docutils==0.21.2
# via sphinx
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ babel==2.17.0
# via sphinx
certifi==2025.10.5
# via requests
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
click==8.1.8
click==8.3.0
# via towncrier
docutils==0.21.2
# via sphinx
Expand Down
6 changes: 3 additions & 3 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cffi==2.0.0
# pytest-codspeed
cfgv==3.4.0
# via pre-commit
click==8.1.8
click==8.3.0
# via slotscheck
cryptography==46.0.2
# via trustme
Expand Down Expand Up @@ -69,9 +69,9 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.12.0
pydantic==2.12.1
# via python-on-whales
pydantic-core==2.41.1
pydantic-core==2.41.3
# via pydantic
pygments==2.19.2
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cffi==2.0.0
# via
# cryptography
# pytest-codspeed
click==8.2.1
click==8.3.0
# via wait-for-it
coverage==7.10.7
# via
Expand Down Expand Up @@ -56,9 +56,9 @@ proxy-py==2.4.10
# via -r requirements/test-common.in
pycparser==2.23
# via cffi
pydantic==2.12.0
pydantic==2.12.1
# via python-on-whales
pydantic-core==2.41.1
pydantic-core==2.41.3
# via pydantic
pygments==2.19.2
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cffi==2.0.0
# cryptography
# pycares
# pytest-codspeed
click==8.2.1
click==8.3.0
# via wait-for-it
coverage==7.10.7
# via
Expand Down Expand Up @@ -89,9 +89,9 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.12.0
pydantic==2.12.1
# via python-on-whales
pydantic-core==2.41.1
pydantic-core==2.41.3
# via pydantic
pygments==2.19.2
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cffi==2.0.0
# cryptography
# pycares
# pytest-codspeed
click==8.1.8
click==8.3.0
# via wait-for-it
coverage==7.10.7
# via
Expand Down Expand Up @@ -89,9 +89,9 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.12.0
pydantic==2.12.1
# via python-on-whales
pydantic-core==2.41.1
pydantic-core==2.41.3
# via pydantic
pygments==2.19.2
# via
Expand Down
Loading