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 @@ -219,7 +219,7 @@ jobs:
# important: do not use system python
env:
UV_PYTHON_PREFERENCE: only-managed
uses: astral-sh/setup-uv@v8.3.2
uses: astral-sh/setup-uv@v9.0.0
with:
python-version: ${{ matrix.pyver }}
activate-environment: true
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
# important: do not use system python
env:
UV_PYTHON_PREFERENCE: only-managed
uses: astral-sh/setup-uv@v8.3.2
uses: astral-sh/setup-uv@v9.0.0
with:
python-version: ${{ matrix.pyver }}
activate-environment: true
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:
# important: do not use system python
env:
UV_PYTHON_PREFERENCE: only-managed
uses: astral-sh/setup-uv@v8.3.2
uses: astral-sh/setup-uv@v9.0.0
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.1
uses: github/codeql-action/init@v4.37.2
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql.yml
queries: +security-and-quality

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.37.1
uses: github/codeql-action/analyze@v4.37.2
with:
category: "/language:${{ matrix.language }}"
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==0.20.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==0.21.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==0.20.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==0.21.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
6 changes: 3 additions & 3 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==0.20.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==0.21.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 @@ -85,7 +85,7 @@ exceptiongroup==1.3.1
# pytest
execnet==2.1.2
# via pytest-xdist
filelock==3.31.1
filelock==3.31.2
# via
# python-discovery
# virtualenv
Expand Down Expand Up @@ -347,5 +347,5 @@ zlib-ng==1.0.0
# -r requirements/test-common.in

# The following packages are considered to be unsafe in a requirements file:
aiohttp==3.14.1
aiohttp==3.14.2
# via pytest-aiohttp
6 changes: 3 additions & 3 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==0.20.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==0.21.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 @@ -83,7 +83,7 @@ exceptiongroup==1.3.1
# pytest
execnet==2.1.2
# via pytest-xdist
filelock==3.31.1
filelock==3.31.2
# via
# python-discovery
# virtualenv
Expand Down Expand Up @@ -337,5 +337,5 @@ zlib-ng==1.0.0
# -r requirements/test-common.in

# The following packages are considered to be unsafe in a requirements file:
aiohttp==3.14.1
aiohttp==3.14.2
# via pytest-aiohttp
4 changes: 2 additions & 2 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==0.20.0
aiofastnet==0.21.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.31.1
filelock==3.31.2
# via
# python-discovery
# virtualenv
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==0.20.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==0.21.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-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==0.20.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==0.21.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
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==0.20.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==0.21.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
2 changes: 1 addition & 1 deletion 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==0.20.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==0.21.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
Loading