Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
6f0675e
chore(deps-dev): bump ruff from 0.16.1 to 0.16.2
dependabot[bot] Aug 13, 2026
f4ef3c8
chore(deps): bump starlette from 1.3.1 to 1.6.0 in /docs
dependabot[bot] Aug 13, 2026
93ba4c1
chore(deps-dev): bump coverage from 7.15.3 to 7.15.4
dependabot[bot] Aug 13, 2026
cc1506d
chore(deps): bump sphinx-autodoc-typehints in /docs
dependabot[bot] Aug 13, 2026
83571a7
chore(deps): bump tornado from 6.5.7 to 6.5.8 in /docs
dependabot[bot] Aug 13, 2026
5cd4336
chore(deps): bump github/codeql-action/autobuild from 4.37.5 to 4.37.6
dependabot[bot] Aug 13, 2026
d6f3ef5
chore(deps): bump github/codeql-action/init from 4.37.5 to 4.37.6
dependabot[bot] Aug 13, 2026
3884696
chore(deps): bump github/codeql-action/analyze from 4.37.5 to 4.37.6
dependabot[bot] Aug 13, 2026
4fe8a99
Merge remote-tracking branch 'origin/dependabot/github_actions/github…
vinitkumar Aug 17, 2026
3f3154c
Merge remote-tracking branch 'origin/dependabot/github_actions/github…
vinitkumar Aug 17, 2026
0cefe43
Merge remote-tracking branch 'origin/dependabot/github_actions/github…
vinitkumar Aug 17, 2026
f2cf5fc
Merge remote-tracking branch 'origin/dependabot/pip/docs/tornado-6.5.…
vinitkumar Aug 17, 2026
e4cbb28
Merge remote-tracking branch 'origin/dependabot/pip/docs/sphinx-autod…
vinitkumar Aug 17, 2026
a8c674e
Merge remote-tracking branch 'origin/dependabot/pip/coverage-7.15.4' …
vinitkumar Aug 17, 2026
5c1a50c
Merge remote-tracking branch 'origin/dependabot/pip/docs/starlette-1.…
vinitkumar Aug 17, 2026
5b752fa
Merge remote-tracking branch 'origin/dependabot/pip/ruff-0.16.2' into…
vinitkumar Aug 17, 2026
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@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
uses: github/codeql-action/autobuild@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
with:
category: "/language:${{ matrix.language }}"
6 changes: 3 additions & 3 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.0
sphinx-autodoc-typehints==3.13.2

mock==5.2.0
autodoc==0.5.0

tornado==6.5.7
tornado==6.5.8
jinja2==3.1.6
idna==3.18
starlette==1.3.1
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 @@ -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.0
sphinx-autodoc-typehints==3.13.2
# via -r requirements.in
sphinx-basic-ng==1.0.0b2
# via furo
Expand All @@ -97,11 +97,11 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
starlette==1.3.1
starlette==1.6.0
# via
# -r requirements.in
# sphinx-autobuild
tornado==6.5.7
tornado==6.5.8
# via -r requirements.in
typing-extensions==4.12.2
# via beautifulsoup4
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ xmltodict>=0.14.2
pytest>=8.4.1
pytest-cov>=7.1.0
pytest-xdist>=3.8.0
coverage>=7.15.2
ruff>=0.16.1
coverage>=7.15.4
ruff>=0.16.2
setuptools>=80.9.0
pygments>=2.20.0
# Note: ty is run via uvx, not installed as a dependency
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-dev.in
#
coverage[toml]==7.15.3
coverage[toml]==7.15.4
# via
# -r requirements-dev.in
# pytest-cov
Expand Down Expand Up @@ -35,7 +35,7 @@ pytest-cov==7.1.0
# via -r requirements-dev.in
pytest-xdist==3.8.0
# via -r requirements-dev.in
ruff==0.16.1
ruff==0.16.2
# via -r requirements-dev.in
tomli==2.4.1
# via
Expand Down