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 @@ -30,15 +30,15 @@ jobs:
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Initialize CodeQL
uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
uses: github/codeql-action/autobuild@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
with:
category: "/language:${{ matrix.language }}"
4 changes: 2 additions & 2 deletions docs/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ sphinx==9.1.0
sphinx-autobuild==2025.8.25

# if using typehints
sphinx-autodoc-typehints==3.13.2
sphinx-autodoc-typehints==3.13.4

mock==5.2.0
autodoc==0.5.0

tornado==6.5.8
jinja2==3.1.6
idna==3.18
idna==3.19
starlette==1.6.0

requests>=2.34.2
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ furo==2025.12.19
# via -r requirements.in
h11==0.16.0
# via uvicorn
idna==3.18
idna==3.19
# via
# -r requirements.in
# anyio
Expand Down Expand Up @@ -81,7 +81,7 @@ sphinx==9.1.0
# sphinx-basic-ng
sphinx-autobuild==2025.8.25
# via -r requirements.in
sphinx-autodoc-typehints==3.13.2
sphinx-autodoc-typehints==3.13.4
# via -r requirements.in
sphinx-basic-ng==1.0.0b2
# via furo
Expand Down Expand Up @@ -113,7 +113,7 @@ waitress==3.0.2
# via webtest
watchfiles==1.0.4
# via sphinx-autobuild
webob==1.8.10
webob==1.8.11
# via webtest
websockets==15.0
# via sphinx-autobuild
Expand Down