chore(deps): bump the ci-requirements group across 1 directory with 2 updates - #103
chore(deps): bump the ci-requirements group across 1 directory with 2 updates#103dependabot[bot] wants to merge 1 commit into
Conversation
… updates Bumps the ci-requirements group with 2 updates in the /requirements directory: [mypy](https://github.com/python/mypy) and [wheel](https://github.com/pypa/wheel). Updates `mypy` from 2.3.0 to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.3.0...v2.3.1) 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: mypy dependency-version: 2.3.1 dependency-type: direct:development 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>
|
Same failure as #101, reproduced exactly — this regeneration drops `typing-extensions` again, changes the `via` comments from `-r requirements/audit.in` to `-r audit.in` again, and fails `security (pip-audit + bandit)` at the install step again. Full diagnosis on #101: the file is being compiled on Python 3.13+, where `cyclonedx-python-lib`'s `typing_extensions<5.0,>=4.6; python_version < "3.13"` marker drops out — while CI tests on 3.12, where it is required. The point worth drawing out now that it has recurred: this is deterministic, not a flake. Every future dependabot pip PR in this repo will fail the same way until the compile target is pinned. Two options are on #101; both need a decision about the existing disagreement between the `--python-version 3.11` recorded in every requirements header and `requires-python = ">=3.12"` in pyproject.toml. |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the ci-requirements group with 2 updates in the /requirements directory: mypy and wheel.
Updates
mypyfrom 2.3.0 to 2.3.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
d642c44Bump version to 2.3.1a392429[mypyc] Fix crash on double yielding Iterators (#21826)4843e77[mypyc] Fixdefault_factoryfor inherited dataclass (#21785)14f5df9[mypyc] Clear coroutine env on coroutine completion (#21734)6dfa06dFix crash when unpacking return value from overload (#21830)a385746Bump version to 2.3.1+devUpdates
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