chore(deps): bump ruff from 0.15.22 to 0.16.1 in the dev-dependencies group across 1 directory - #783
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2e41de39df
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "types-PyYAML>=6.0", | ||
| # Linting (engineering hub: linting blocks merge) | ||
| "ruff==0.15.22", | ||
| "ruff==0.16.0", |
There was a problem hiding this comment.
Recreate the commit under the canonical author identity
This commit records both its author and committer as Codex <codex@openai.com>, so the per-commit canonical_commit_identity gate will reject it because that address is not allow-listed. Recreate the commit as the canonical three-cubes-agent GitHub App before merging.
AGENTS.md reference: AGENTS.md:L9-L14
Useful? React with 👍 / 👎.
| "types-PyYAML>=6.0", | ||
| # Linting (engineering hub: linting blocks merge) | ||
| "ruff==0.15.22", | ||
| "ruff==0.16.0", |
There was a problem hiding this comment.
Regenerate the lockfile with the Ruff bump
The committed uv.lock still declares the project requirement and resolved Ruff package as 0.15.22, so this new exact 0.16.0 constraint leaves the lock stale. In environments using the committed lock, uv sync --locked rejects the checkout and uv sync --frozen continues installing the old version; uv sync --help defines those modes as asserting that the lock remains unchanged and syncing without updating it, respectively. Regenerate and commit uv.lock with this dependency change.
Useful? React with 👍 / 👎.
Bumps the dev-dependencies group with 1 update in the / directory: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.15.22 to 0.16.1 - [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.15.22...0.16.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2e41de3 to
20a4777
Compare
Bumps the dev-dependencies group with 1 update in the / directory: ruff.
Updates
rufffrom 0.15.22 to 0.16.1Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
80790b3Bump 0.16.1 (#27330)63830f3[ty] Borrow from constraint set storage less often (#27328)f40dca9[ty] Preserve forwarded expanded-variadic diagnostic sources (#27266)0d80497Lint TOML files in the LSP (#26862)d91586bUpdate prek dependencies (#27293)7da4b8b[ty] Respect bounds and constraints in generic materializations (#27228)b20daf7[ty] refactor: add helper function to send partial results (#27249)4d4c8fa[ty] Emit diagnostic when specializing a non-generic class (#26883)7c3e2db[ty] Fix enum class container assignability (#27318)d5ef97f[flake8-return] Fix false positive when variable is read infinallyclaus...