Skip to content

Combine pending dependabot updates - #424

Merged
vinitkumar merged 11 commits into
masterfrom
chore/combine-dependabot
Sep 7, 2026
Merged

Combine pending dependabot updates#424
vinitkumar merged 11 commits into
masterfrom
chore/combine-dependabot

Conversation

@vinitkumar

@vinitkumar vinitkumar commented Sep 7, 2026

Copy link
Copy Markdown
Owner

Merges the six open dependabot PRs into one branch.

Closes #421, closes #422, closes #423: codeql-action init/autobuild/analyze 4.37.7 -> 4.37.9
Closes #420: sphinx-autodoc-typehints 3.13.2 -> 3.13.4 (docs)
Closes #406: webob 1.8.10 -> 1.8.11 (docs)
Closes #402: idna 3.18 -> 3.19 (docs)

🤖 Generated with Claude Code

https://claude.ai/code/session_017R5meHsqSLN5x52iP3zbGc

Summary by Sourcery

Consolidate pending dependency updates for CodeQL analysis and documentation tooling.

Enhancements:

  • Update documentation dependencies, including idna, sphinx-autodoc-typehints, and webob, to their latest specified patch releases.

CI:

  • Update CodeQL workflow actions from v4.37.7 to v4.37.9.

Summary by CodeRabbit

  • Chores
    • Updated automated code analysis workflow actions to newer pinned versions.
    • Refreshed documentation tooling and supporting package versions.

dependabot Bot and others added 11 commits August 27, 2026 12:32
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](kjd/idna@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] <support@github.com>
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](Pylons/webob@1.8.10...1.8.11)

---
updated-dependencies:
- dependency-name: webob
  dependency-version: 1.8.11
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
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](tox-dev/sphinx-autodoc-typehints@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] <support@github.com>
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](github/codeql-action@ff2f1c6...cdf488f)

---
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] <support@github.com>
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](github/codeql-action@ff2f1c6...cdf488f)

---
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] <support@github.com>
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](github/codeql-action@ff2f1c6...cdf488f)

---
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] <support@github.com>
…/codeql-action/analyze-4.37.9' into chore/combine-dependabot
…/codeql-action/init-4.37.9' into chore/combine-dependabot
…oc-typehints-3.13.4' into chore/combine-dependabot
@sourcery-ai

sourcery-ai Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Combines six pending Dependabot updates by upgrading the pinned CodeQL actions from v4.37.7 to v4.37.9 and refreshing documentation dependencies: idna, sphinx-autodoc-typehints, and webob.

File-Level Changes

Change Details Files
Upgrade all CodeQL workflow action components to the pinned v4.37.9 revision.
  • Update init, autobuild, and analyze action references and version comments from v4.37.7 to v4.37.9 while preserving the existing configuration.
.github/workflows/codeql.yml
Refresh documentation dependency lock versions for three packages.
  • Upgrade idna, sphinx-autodoc-typehints, and webob to their specified patch releases.
  • Regenerate the documentation requirements lock entries and associated dependency metadata.
docs/requirements.in
docs/requirements.txt

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 7, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-07T04:03:22.612360Z 04167c9 PR opened
🔒 Security Review Completed 2026-09-07T04:03:52.929070Z 04167c9 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@coderabbitai

coderabbitai Bot commented Sep 7, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: 9f891e10-905e-404f-9cff-6ae8c84743fb

📥 Commits

Reviewing files that changed from the base of the PR and between e448fc7 and 04167c9.

📒 Files selected for processing (3)
  • .github/workflows/codeql.yml
  • docs/requirements.in
  • docs/requirements.txt

📝 Walkthrough

Walkthrough

The pull request updates three pinned CodeQL workflow actions and refreshes documentation dependency pins for idna, sphinx-autodoc-typehints, and webob.

Changes

CodeQL workflow updates

Layer / File(s) Summary
CodeQL action pin updates
.github/workflows/codeql.yml
The init, autobuild, and analyze actions now use the pinned v4.37.9 commit.

Documentation dependency updates

Layer / File(s) Summary
Documentation dependency pin updates
docs/requirements.in, docs/requirements.txt
The documentation requirements update idna to 3.19, sphinx-autodoc-typehints to 3.13.4, and webob to 1.8.11.

Estimated code review effort: 1 (Trivial) | ~5 minutes

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/combine-dependabot

Comment @coderabbitai help to get the list of available commands.

@vinitkumar
vinitkumar merged commit f0c95c7 into master Sep 7, 2026
43 of 45 checks passed
@vinitkumar
vinitkumar deleted the chore/combine-dependabot branch September 7, 2026 04:01

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨

@codecov

codecov Bot commented Sep 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (61ea4bf) to head (04167c9).
⚠️ Report is 30 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #424   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines         1014      1032   +18     
=========================================
+ Hits          1014      1032   +18     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant