chore(deps-dev): bump ruff from 0.16.6 to 0.16.7 in /plugins/codex-security - #967
Merged
mldangelo-oai merged 2 commits intoSep 18, 2026
Merged
Conversation
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.16.6 to 0.16.7. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.16.6...0.16.7) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
mldangelo-oai
approved these changes
Sep 18, 2026
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Collaborator
|
Codex Review: Didn't find any major issues. 🎉 Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
mldangelo-oai
deleted the
dependabot/pip/plugins/codex-security/ruff-0.16.7
branch
September 18, 2026 16:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update the plugin's Ruff development dependency to 0.16.7 and keep its enforced version in sync so the plugin source checks can run.
Changes
[tool.ruff].required-versionto the same exact version. Dependabot changed only the dependency, leaving Ruff unable to load this configuration in CI.Testing
python -m ruff check --config plugins/codex-security/pyproject.toml plugins/codex-security: passed.python -m ruff format --check --config plugins/codex-security/pyproject.toml plugins/codex-security: passed; 139 files already formatted.pnpm --dir sdk/typescript run build:ci: passed.node .github/scripts/check_plugin_source_compatibility.mjs: passed.node --test .github/scripts/test_check_plugin_source_compatibility.mjs: nine passed.Risk and rollout
This updates a pinned development tool and its configuration. It does not change the plugin runtime, lint rule selection, or source formatting.
Public disclosure review