From 74c8ba9c45f6d1339cf52721d3d1fecd654ec936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 12:32:48 +0000 Subject: [PATCH 1/6] chore(deps): bump idna from 3.18 to 3.19 in /docs Bumps [idna](https://github.com/kjd/idna) from 3.18 to 3.19. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.18...v3.19) --- updated-dependencies: - dependency-name: idna dependency-version: '3.19' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.in | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.in b/docs/requirements.in index 3661d9d..2328a3e 100644 --- a/docs/requirements.in +++ b/docs/requirements.in @@ -10,7 +10,7 @@ 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 \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt index 2c1169f..d468bc3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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 From 1e508c8f62c17a6dff8c5aaf9b73a80dea4367f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 22:12:14 +0000 Subject: [PATCH 2/6] chore(deps): bump webob from 1.8.10 to 1.8.11 in /docs Bumps [webob](https://github.com/Pylons/webob) from 1.8.10 to 1.8.11. - [Changelog](https://github.com/Pylons/webob/blob/1.8.11/CHANGES.txt) - [Commits](https://github.com/Pylons/webob/compare/1.8.10...1.8.11) --- updated-dependencies: - dependency-name: webob dependency-version: 1.8.11 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2c1169f..076e36b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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 From d9c5f5e9d93890caa35844354c3f263d926a5d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 12:32:49 +0000 Subject: [PATCH 3/6] chore(deps): bump sphinx-autodoc-typehints in /docs Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 3.13.2 to 3.13.4. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/3.13.2...3.13.4) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.in | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.in b/docs/requirements.in index 3661d9d..79dcd23 100644 --- a/docs/requirements.in +++ b/docs/requirements.in @@ -3,7 +3,7 @@ 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 diff --git a/docs/requirements.txt b/docs/requirements.txt index 2c1169f..e8dee75 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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 From ac28389d29bf565d4f9d09a6086be6e6230578bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 12:34:25 +0000 Subject: [PATCH 4/6] chore(deps): bump github/codeql-action/init from 4.37.7 to 4.37.9 Bumps [github/codeql-action/init](https://github.com/github/codeql-action) from 4.37.7 to 4.37.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd...cdf488f595d80d6e07e03d4674febd5ab45fa938) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7cc6ca3..8c65f89 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ 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 From 182b6595b46b3daecb88ec54f4c729c54c084e2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 12:35:02 +0000 Subject: [PATCH 5/6] chore(deps): bump github/codeql-action/analyze from 4.37.7 to 4.37.9 Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.37.7 to 4.37.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd...cdf488f595d80d6e07e03d4674febd5ab45fa938) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7cc6ca3..81c32cf 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -39,6 +39,6 @@ jobs: uses: github/codeql-action/autobuild@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 - 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 }}" From ef9ce0f9da1df68c552299f08b6d705f9f83094b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 12:35:50 +0000 Subject: [PATCH 6/6] chore(deps): bump github/codeql-action/autobuild from 4.37.7 to 4.37.9 Bumps [github/codeql-action/autobuild](https://github.com/github/codeql-action) from 4.37.7 to 4.37.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd...cdf488f595d80d6e07e03d4674febd5ab45fa938) --- updated-dependencies: - dependency-name: github/codeql-action/autobuild dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7cc6ca3..4a5589e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -36,7 +36,7 @@ jobs: 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