chore(deps): bump the ci-requirements group in /requirements with 2 updates - #101
chore(deps): bump the ci-requirements group in /requirements with 2 updates#101dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the ci-requirements group in /requirements with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [wheel](https://github.com/pypa/wheel). Updates `ruff` from 0.16.2 to 0.16.3 - [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.2...0.16.3) Updates `wheel` from 0.47.0 to 0.48.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.47.0...0.48.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-requirements - dependency-name: wheel dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-requirements ... Signed-off-by: dependabot[bot] <support@github.com>
|
The What the gate is actually failing onThe step is "Audit our declared dependencies for known CVEs", and it dies ~15 seconds in — too fast to be an audit finding. It's the install. This PR drops
So it's only dropped when the file is compiled on Python 3.13+. CI runs 3.12 ( Why the regeneration divergedEvery requirements file in this repo records its canonical compile command in the header: All four (
What I have not doneI have not pushed a fix. There are two directions and they are not equivalent, so it's worth a decision rather than a guess:
The other three bumps in this batch (#99, #100, #102) are unaffected and have been merged or queued. |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the ci-requirements group in /requirements with 2 updates: ruff and wheel.
Updates
rufffrom 0.16.2 to 0.16.3Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
b0e4702Bump 0.16.3 (#27723)ecdd401[ty] Separate script and uv modules from project metadata (#27720)1263524[ty] Simplify display implementations with std::fmt::from_fn (#27718)59196ba[ty] Unify polarity-aware relation construction (#27707)b8c5e73[ty] Disable CodSpeed cycle estimation for instrumented benchmarks (#27706)2b0d210[ty] Centralize matched argument relations (#27705)a9130f3[pyupgrade] Add rule to replacewhile 1withwhile True(while-one, `...c64c7d6[ty] Model try exception flow with operation checkpoints (#27471)9dea5ef[ty] Avoid deriving sequents for typevars with concrete bounds (#27587)9798e88[ty] Preserve enum exhaustiveness with custom missing methods (#27700)Updates
wheelfrom 0.47.0 to 0.48.0Release notes
Sourced from wheel's releases.
Changelog
Sourced from wheel's changelog.
... (truncated)
Commits
21c4da4Fixed the release heading formatf06d4dbFlit no longer supports --setup-py1a96c3eCreated a new released7d625dFixed wheel convert writing outside the target directory on malicious input (...986a440Strip ZIP64 extra field when retagging wheels (#692) (#695)0ca6f24feat: add --local-version option to wheel pack (#694)4a63cafPreserve compatible metadata versions in convert (#690)33650c6[pre-commit.ci] pre-commit autoupdate (#691)197012dIncreased the upper bound for flit-core as a build requirementDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions