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 .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:
# important: do not use system python
env:
UV_PYTHON_PREFERENCE: only-managed
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1
with:
python-version: ${{ matrix.pyver }}
activate-environment: true
Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:
# important: do not use system python
env:
UV_PYTHON_PREFERENCE: only-managed
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1
with:
python-version: ${{ matrix.pyver }}
activate-environment: true
Expand Down Expand Up @@ -447,7 +447,7 @@ jobs:
# important: do not use system python
env:
UV_PYTHON_PREFERENCE: only-managed
uses: astral-sh/setup-uv@v9.0.0
uses: astral-sh/setup-uv@v10.0.1
with:
python-version: ${{ matrix.pyver }}
activate-environment: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ jobs:
uses: actions/checkout@v7

- name: Initialize CodeQL
uses: github/codeql-action/init@v4.37.6
uses: github/codeql-action/init@v4.37.7
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql.yml
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v4.37.6
uses: github/codeql-action/autobuild@v4.37.7
if: ${{ matrix.language == 'python' || matrix.language == 'javascript' }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.37.6
uses: github/codeql-action/analyze@v4.37.7
with:
category: "/language:${{ matrix.language }}"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repos:
- flake8-no-implicit-concat==0.3.4
- flake8-requirements==1.7.8
- repo: https://github.com/PyCQA/isort
rev: '9.0.0b2'
rev: '9.0.0b5'
hooks:
- id: isort
- repo: https://github.com/psf/black-pre-commit-mirror
Expand Down
2 changes: 1 addition & 1 deletion requirements/base-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiofastnet==1.0.5 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==1.1.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.7.1
# via -r requirements/runtime-deps.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiofastnet==1.0.5 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==1.1.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.7.1
# via -r requirements/runtime-deps.in
Expand Down
17 changes: 9 additions & 8 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
# via
# -r requirements/lint.in
# -r requirements/runtime-deps.in
aiofastnet==1.0.5 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==1.1.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via
# -r requirements/lint.in
# -r requirements/runtime-deps.in
Expand Down Expand Up @@ -59,7 +59,7 @@ cffi==2.1.1
# pycares
cfgv==3.5.0
# via pre-commit
charset-normalizer==3.4.9
charset-normalizer==3.5.0
# via requests
click==8.4.2
# via
Expand All @@ -85,7 +85,7 @@ exceptiongroup==1.3.1
# pytest
execnet==2.1.2
# via pytest-xdist
filelock==3.32.2
filelock==3.32.3
# via
# python-discovery
# virtualenv
Expand Down Expand Up @@ -163,11 +163,11 @@ pathspec==1.1.1
# via mypy
pip==26.2.1
# via pip-tools
pip-tools==7.6.0
pip-tools==7.6.1
# via -r requirements/dev.in
pkgconfig==1.6.0
# via -r requirements/test-common-base.in
platformdirs==4.11.1
platformdirs==4.11.3
# via virtualenv
pluggy==1.6.0
# via
Expand Down Expand Up @@ -236,7 +236,7 @@ pytest-xdist==3.8.0
# via -r requirements/test-common.in
python-dateutil==2.9.0.post0
# via freezegun
python-discovery==1.5.1
python-discovery==1.5.2
# via virtualenv
python-on-whales==0.81.0
# via
Expand Down Expand Up @@ -315,13 +315,14 @@ typing-extensions==4.16.0 ; python_version < "3.13"
# exceptiongroup
# multidict
# mypy
# pip-tools
# pydantic
# pydantic-core
# pytest-asyncio
# python-on-whales
# typing-inspection
# virtualenv
typing-inspection==0.4.3
typing-inspection==0.4.4
# via pydantic
urllib3==2.7.0
# via requests
Expand All @@ -333,7 +334,7 @@ valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.7.4
# via pre-commit
wheel==0.47.0
wheel==0.48.0
# via pip-tools
yarl==1.24.5
# via
Expand Down
17 changes: 9 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
# via
# -r requirements/lint.in
# -r requirements/runtime-deps.in
aiofastnet==1.0.5 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==1.1.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via
# -r requirements/lint.in
# -r requirements/runtime-deps.in
Expand Down Expand Up @@ -59,7 +59,7 @@ cffi==2.1.1
# pycares
cfgv==3.5.0
# via pre-commit
charset-normalizer==3.4.9
charset-normalizer==3.5.0
# via requests
click==8.4.2
# via
Expand All @@ -83,7 +83,7 @@ exceptiongroup==1.3.1
# pytest
execnet==2.1.2
# via pytest-xdist
filelock==3.32.2
filelock==3.32.3
# via
# python-discovery
# virtualenv
Expand Down Expand Up @@ -160,11 +160,11 @@ pathspec==1.1.1
# via mypy
pip==26.2.1
# via pip-tools
pip-tools==7.6.0
pip-tools==7.6.1
# via -r requirements/dev.in
pkgconfig==1.6.0
# via -r requirements/test-common-base.in
platformdirs==4.11.1
platformdirs==4.11.3
# via virtualenv
pluggy==1.6.0
# via
Expand Down Expand Up @@ -231,7 +231,7 @@ pytest-xdist==3.8.0
# via -r requirements/test-common.in
python-dateutil==2.9.0.post0
# via freezegun
python-discovery==1.5.1
python-discovery==1.5.2
# via virtualenv
python-on-whales==0.81.0
# via
Expand Down Expand Up @@ -305,13 +305,14 @@ typing-extensions==4.16.0 ; python_version < "3.13"
# exceptiongroup
# multidict
# mypy
# pip-tools
# pydantic
# pydantic-core
# pytest-asyncio
# python-on-whales
# typing-inspection
# virtualenv
typing-inspection==0.4.3
typing-inspection==0.4.4
# via pydantic
urllib3==2.7.0
# via requests
Expand All @@ -323,7 +324,7 @@ valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.7.4
# via pre-commit
wheel==0.47.0
wheel==0.48.0
# via pip-tools
yarl==1.24.5
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ babel==2.18.0
# via sphinx
certifi==2026.7.22
# via requests
charset-normalizer==3.4.9
charset-normalizer==3.5.0
# via requests
click==8.4.2
# via towncrier
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ babel==2.18.0
# via sphinx
certifi==2026.7.22
# via requests
charset-normalizer==3.4.9
charset-normalizer==3.5.0
# via requests
click==8.4.2
# via towncrier
Expand Down
10 changes: 5 additions & 5 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiodns==4.0.4
# via -r requirements/lint.in
aiofastnet==1.0.5
aiofastnet==1.1.0
# via -r requirements/lint.in
aiohappyeyeballs==2.7.1
# via aiohttp
Expand Down Expand Up @@ -42,7 +42,7 @@ exceptiongroup==1.3.1
# via
# aiofastnet
# pytest
filelock==3.32.2
filelock==3.32.3
# via
# python-discovery
# virtualenv
Expand Down Expand Up @@ -84,7 +84,7 @@ packaging==26.3
# via pytest
pathspec==1.1.1
# via mypy
platformdirs==4.11.1
platformdirs==4.11.3
# via virtualenv
pluggy==1.6.0
# via pytest
Expand Down Expand Up @@ -125,7 +125,7 @@ pytest-mock==3.15.1
# via -r requirements/lint.in
python-dateutil==2.9.0.post0
# via freezegun
python-discovery==1.5.1
python-discovery==1.5.2
# via virtualenv
python-on-whales==0.81.0
# via -r requirements/lint.in
Expand Down Expand Up @@ -158,7 +158,7 @@ typing-extensions==4.16.0
# python-on-whales
# typing-inspection
# virtualenv
typing-inspection==0.4.3
typing-inspection==0.4.4
# via pydantic
uvloop==0.22.1 ; platform_system != "Windows"
# via -r requirements/lint.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiofastnet==1.0.5 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==1.1.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.7.1
# via -r requirements/runtime-deps.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ typing-extensions==4.16.0
# pytest-asyncio
# python-on-whales
# typing-inspection
typing-inspection==0.4.3
typing-inspection==0.4.4
# via pydantic
yarl==1.24.5
# via aiohttp
Expand Down
4 changes: 2 additions & 2 deletions requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiofastnet==1.0.5 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==1.1.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.7.1
# via
Expand Down Expand Up @@ -170,7 +170,7 @@ typing-extensions==4.16.0 ; python_version < "3.13"
# pytest-asyncio
# python-on-whales
# typing-inspection
typing-inspection==0.4.3
typing-inspection==0.4.4
# via pydantic
yarl==1.24.5
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-mobile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiofastnet==1.0.5 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==1.1.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.7.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiofastnet==1.0.5 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==1.1.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.7.1
# via
Expand Down Expand Up @@ -170,7 +170,7 @@ typing-extensions==4.16.0 ; python_version < "3.13"
# pytest-asyncio
# python-on-whales
# typing-inspection
typing-inspection==0.4.3
typing-inspection==0.4.4
# via pydantic
uvloop==0.22.1 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
Expand Down
Loading