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

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.37.5
uses: github/codeql-action/analyze@v4.37.6
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.0b1'
rev: '9.0.0b2'
hooks:
- id: isort
- repo: https://github.com/psf/black-pre-commit-mirror
Expand Down
6 changes: 3 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ alabaster==1.0.0
# via sphinx
annotated-types==0.8.0
# via pydantic
ast-serialize==0.7.0
ast-serialize==0.8.0
# via mypy
async-timeout==5.0.1 ; python_version < "3.11"
# via
Expand Down Expand Up @@ -123,7 +123,7 @@ jinja2==3.1.6
# sphinx
# sphinxcontrib-mermaid
# towncrier
librt==0.14.0
librt==0.15.0
# via mypy
markdown-it-py==3.0.0
# via
Expand Down Expand Up @@ -331,7 +331,7 @@ uvloop==0.22.1 ; platform_system != "Windows"
# -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.7.1
virtualenv==21.7.2
# via pre-commit
wheel==0.47.0
# via pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ alabaster==1.0.0
# via sphinx
annotated-types==0.8.0
# via pydantic
ast-serialize==0.7.0
ast-serialize==0.8.0
# via mypy
async-timeout==5.0.1 ; python_version < "3.11"
# via
Expand Down Expand Up @@ -121,7 +121,7 @@ jinja2==3.1.6
# sphinx
# sphinxcontrib-mermaid
# towncrier
librt==0.14.0
librt==0.15.0
# via mypy
markdown-it-py==3.0.0
# via
Expand Down Expand Up @@ -321,7 +321,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.1
virtualenv==21.7.2
# via pre-commit
wheel==0.47.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 @@ -14,7 +14,7 @@ aiosignal==1.4.0
# via aiohttp
annotated-types==0.8.0
# via pydantic
ast-serialize==0.7.0
ast-serialize==0.8.0
# via mypy
async-timeout==5.0.1
# via
Expand Down Expand Up @@ -64,7 +64,7 @@ iniconfig==2.3.0
# via pytest
isal==1.8.0
# via -r requirements/lint.in
librt==0.14.0
librt==0.15.0
# via mypy
markdown-it-py==4.2.0
# via rich
Expand Down Expand Up @@ -164,7 +164,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.1
virtualenv==21.7.2
# via pre-commit
yarl==1.24.5
# via aiohttp
Expand Down
4 changes: 2 additions & 2 deletions requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aiosignal==1.4.0
# via aiohttp
annotated-types==0.8.0
# via pydantic
ast-serialize==0.7.0
ast-serialize==0.8.0
# via mypy
async-timeout==5.0.1
# via aiohttp
Expand Down Expand Up @@ -48,7 +48,7 @@ iniconfig==2.3.0
# via pytest
isal==1.8.0 ; python_version < "3.14" and implementation_name == "cpython"
# via -r requirements/test-common.in
librt==0.14.0
librt==0.15.0
# via mypy
markdown-it-py==4.2.0
# via rich
Expand Down
4 changes: 2 additions & 2 deletions requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aiosignal==1.4.0
# aiohttp
annotated-types==0.8.0
# via pydantic
ast-serialize==0.7.0
ast-serialize==0.8.0
# via mypy
async-timeout==5.0.1 ; python_version < "3.11"
# via
Expand Down Expand Up @@ -69,7 +69,7 @@ iniconfig==2.3.0
# via pytest
isal==1.8.0 ; python_version < "3.14" and implementation_name == "cpython"
# via -r requirements/test-common.in
librt==0.14.0
librt==0.15.0
# via mypy
markdown-it-py==4.2.0
# via rich
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aiosignal==1.4.0
# aiohttp
annotated-types==0.8.0
# via pydantic
ast-serialize==0.7.0
ast-serialize==0.8.0
# via mypy
async-timeout==5.0.1 ; python_version < "3.11"
# via
Expand Down Expand Up @@ -69,7 +69,7 @@ iniconfig==2.3.0
# via pytest
isal==1.8.0 ; python_version < "3.14" and implementation_name == "cpython"
# via -r requirements/test-common.in
librt==0.14.0
librt==0.15.0
# via mypy
markdown-it-py==4.2.0
# via rich
Expand Down
Loading