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@v5

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

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{ matrix.language }}"
6 changes: 3 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.11.9
pydantic==2.12.0
# via python-on-whales
pydantic-core==2.33.2
pydantic-core==2.41.1
# via pydantic
pyenchant==3.3.0
# via sphinxcontrib-spelling
Expand All @@ -184,7 +184,7 @@ pytest==8.4.2
# pytest-cov
# pytest-mock
# pytest-xdist
pytest-codspeed==4.0.0
pytest-codspeed==4.1.1
# via
# -r requirements/lint.in
# -r requirements/test-common.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.11.9
pydantic==2.12.0
# via python-on-whales
pydantic-core==2.33.2
pydantic-core==2.41.1
# via pydantic
pygments==2.19.2
# via
Expand All @@ -179,7 +179,7 @@ pytest==8.4.2
# pytest-cov
# pytest-mock
# pytest-xdist
pytest-codspeed==4.0.0
pytest-codspeed==4.1.1
# via
# -r requirements/lint.in
# -r requirements/test-common.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.11.9
pydantic==2.12.0
# via python-on-whales
pydantic-core==2.33.2
pydantic-core==2.41.1
# via pydantic
pygments==2.19.2
# via
Expand All @@ -80,7 +80,7 @@ pytest==8.4.2
# -r requirements/lint.in
# pytest-codspeed
# pytest-mock
pytest-codspeed==4.0.0
pytest-codspeed==4.1.1
# via -r requirements/lint.in
pytest-mock==3.15.1
# via -r requirements/lint.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/test-common.txt
Original file line number Diff line number Diff line change
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.0a1
pydantic==2.12.0
# via python-on-whales
pydantic-core==2.37.2
pydantic-core==2.41.1
# via pydantic
pygments==2.19.2
# via
Expand All @@ -71,7 +71,7 @@ pytest==8.4.2
# pytest-cov
# pytest-mock
# pytest-xdist
pytest-codspeed==4.0.0
pytest-codspeed==4.1.1
# via -r requirements/test-common.in
pytest-cov==7.0.0
# via -r requirements/test-common.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.12.0a1
pydantic==2.12.0
# via python-on-whales
pydantic-core==2.37.2
pydantic-core==2.41.1
# via pydantic
pygments==2.19.2
# via
Expand All @@ -102,7 +102,7 @@ pytest==8.4.2
# pytest-cov
# pytest-mock
# pytest-xdist
pytest-codspeed==4.0.0
pytest-codspeed==4.1.1
# via -r requirements/test-common.in
pytest-cov==7.0.0
# via -r requirements/test-common.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ pycares==4.11.0
# via aiodns
pycparser==2.23
# via cffi
pydantic==2.12.0a1
pydantic==2.12.0
# via python-on-whales
pydantic-core==2.37.2
pydantic-core==2.41.1
# via pydantic
pygments==2.19.2
# via
Expand All @@ -102,7 +102,7 @@ pytest==8.4.2
# pytest-cov
# pytest-mock
# pytest-xdist
pytest-codspeed==4.0.0
pytest-codspeed==4.1.1
# via -r requirements/test-common.in
pytest-cov==7.0.0
# via -r requirements/test-common.in
Expand Down
Loading