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/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.9
uses: github/codeql-action/init@v4.38.0
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql.yml
queries: +security-and-quality

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.37.9
uses: github/codeql-action/analyze@v4.38.0
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 @@ -30,7 +30,7 @@ gunicorn==26.2.0
# via -r requirements/base-ft.in
idna==3.19
# via yarl
multidict==6.7.1
multidict==6.8.0
# via
# -r requirements/runtime-deps.in
# yarl
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gunicorn==26.2.0
# via -r requirements/base.in
idna==3.19
# via yarl
multidict==6.7.1
multidict==6.8.0
# via
# -r requirements/runtime-deps.in
# yarl
Expand Down
8 changes: 4 additions & 4 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ blockbuster==1.5.27
# -r requirements/test-common.in
brotli==1.2.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
build==1.6.0
build==1.6.1
# via pip-tools
certifi==2026.7.22
# via requests
Expand Down Expand Up @@ -87,7 +87,7 @@ exceptiongroup==1.3.1
# pytest
execnet==2.1.2
# via pytest-xdist
filelock==3.32.5
filelock==3.32.6
# via
# python-discovery
# virtualenv
Expand Down Expand Up @@ -138,7 +138,7 @@ mdit-py-plugins==0.6.1
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
multidict==6.7.1
multidict==6.8.0
# via
# -r requirements/multidict.in
# -r requirements/runtime-deps.in
Expand Down Expand Up @@ -333,7 +333,7 @@ uvloop==0.22.1 ; platform_system != "Windows"
# -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.7.8
virtualenv==21.7.9
# via pre-commit
wheel==0.48.0
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/cython.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
cython==3.3.0
# via -r requirements/cython.in
multidict==6.7.1
multidict==6.8.0
# via -r requirements/multidict.in
typing-extensions==4.16.0
# via multidict
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ blockbuster==1.5.27
# -r requirements/test-common.in
brotli==1.2.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
build==1.6.0
build==1.6.1
# via pip-tools
certifi==2026.7.22
# via requests
Expand Down Expand Up @@ -85,7 +85,7 @@ exceptiongroup==1.3.1
# pytest
execnet==2.1.2
# via pytest-xdist
filelock==3.32.5
filelock==3.32.6
# via
# python-discovery
# virtualenv
Expand Down Expand Up @@ -136,7 +136,7 @@ mdit-py-plugins==0.6.1
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
multidict==6.7.1
multidict==6.8.0
# via
# -r requirements/runtime-deps.in
# aiohttp
Expand Down Expand Up @@ -323,7 +323,7 @@ uvloop==0.22.1 ; platform_system != "Windows" and implementation_name == "cpytho
# -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.7.8
virtualenv==21.7.9
# via pre-commit
wheel==0.48.0
# via pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ exceptiongroup==1.3.1
# via
# aiofastnet
# pytest
filelock==3.32.5
filelock==3.32.6
# via
# python-discovery
# virtualenv
Expand Down Expand Up @@ -72,7 +72,7 @@ markdown-it-py==4.2.0
# via rich
mdurl==0.1.2
# via markdown-it-py
multidict==6.7.1
multidict==6.8.0
# via
# aiohttp
# yarl
Expand Down Expand Up @@ -166,7 +166,7 @@ uvloop==0.22.1 ; platform_system != "Windows"
# via -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.7.8
virtualenv==21.7.9
# via pre-commit
yarl==1.24.5
# via aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/multidict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/multidict.txt --resolver=backtracking --strip-extras requirements/multidict.in
#
multidict==6.7.1
multidict==6.8.0
# via -r requirements/multidict.in
typing-extensions==4.16.0
# via multidict
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ frozenlist==1.8.0
# aiosignal
idna==3.19
# via yarl
multidict==6.7.1
multidict==6.8.0
# via
# -r requirements/runtime-deps.in
# yarl
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ idna==3.19
# via yarl
iniconfig==2.3.0
# via pytest
multidict==6.7.1
multidict==6.8.0
# via
# aiohttp
# yarl
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ markdown-it-py==4.2.0
# via rich
mdurl==0.1.2
# via markdown-it-py
multidict==6.7.1
multidict==6.8.0
# via
# aiohttp
# yarl
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ markdown-it-py==4.2.0
# via rich
mdurl==0.1.2
# via markdown-it-py
multidict==6.7.1
multidict==6.8.0
# via
# -r requirements/runtime-deps.in
# aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-mobile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ idna==3.19
# via yarl
iniconfig==2.3.0
# via pytest
multidict==6.7.1
multidict==6.8.0
# via
# -r requirements/runtime-deps.in
# aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ markdown-it-py==4.2.0
# via rich
mdurl==0.1.2
# via markdown-it-py
multidict==6.7.1
multidict==6.8.0
# via
# -r requirements/runtime-deps.in
# aiohttp
Expand Down
Loading