deps(ci-pip): bump the ci-pip group in /.github/requirements with 2 updates - #384
Closed
dependabot[bot] wants to merge 1 commit into
Closed
deps(ci-pip): bump the ci-pip group in /.github/requirements with 2 updates#384dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the ci-pip group in /.github/requirements with 2 updates: [maturin](https://github.com/pyo3/maturin) and [ta-lib](https://github.com/ta-lib/ta-lib-python). Updates `maturin` from 1.13.3 to 1.14.1 - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](PyO3/maturin@v1.13.3...v1.14.1) Updates `ta-lib` from 0.6.8 to 0.7.1 - [Release notes](https://github.com/ta-lib/ta-lib-python/releases) - [Changelog](https://github.com/TA-Lib/ta-lib-python/blob/master/CHANGELOG) - [Commits](TA-Lib/ta-lib-python@v0.6.8...v0.7.1) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-pip - dependency-name: ta-lib dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-pip ... Signed-off-by: dependabot[bot] <support@github.com>
kingchenc
added a commit
that referenced
this pull request
Jul 26, 2026
The hash-locked CI dev tooling under .github/requirements/ is regenerated by scripts/update-lockfiles.sh (uv), which honours each lockfile's target Python via --python-version. Dependabot bumps the pinned .txt files directly and does NOT respect those targets, so every ci-pip group PR broke the 3.9 matrix rows — either dropping the `==` pin on a conditional dep (--require-hashes failure) or pulling py3.10-only pytest/numpy/hypothesis. Six such PRs broke (#367 numpy, #377/#379/#382/#384) and none merged. Set open-pull-requests-limit: 0 for this ecosystem to disable its version-update PRs; security updates are unaffected, and the tooling is refreshed manually via update-lockfiles.sh.
Collaborator
|
Closing as the last broken ci-pip version-bump. Dependabot's direct .txt bumps don't respect the per-lockfile Python target and keep breaking the 3.9 rows. Version-update PRs for this ecosystem are now disabled (open-pull-requests-limit: 0, security-only); the CI tooling is refreshed via scripts/update-lockfiles.sh instead. Verified a fresh uv regen of all three lockfiles from main is a no-op — they're already correct. |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
kingchenc
deleted the
dependabot/pip/dot-github/requirements/ci-pip-c3c5975a76
branch
July 26, 2026 23:34
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.
Bumps the ci-pip group in /.github/requirements with 2 updates: maturin and ta-lib.
Updates
maturinfrom 1.13.3 to 1.14.1Release notes
Sourced from maturin's releases.
Changelog
Sourced from maturin's changelog.
Commits
6febbe2Release v1.14.1 (#3234)6c9cd7fFix shell quoting in CI scripts (#3231)37cbb4aSet PYO3_PYTHON to run scripts for stable ABI builds (#3233)1a68d09Add PEP 740 publish attestations to PyPI releases (#3230)49defa4Fix issues around crates enabling abi3 and abi3t features (#3226)4a1b63cUpgrade cargo-zigbuild & cargo-xwin (#3228)5c36913Bump pyo3-introspection (#3227)6a7ab7f[pre-commit.ci] pre-commit autoupdate (#3225)43d7258Fix platform tag logic to generate the same as cpython on AIX (#3220)5f3e44eBump uraimo/run-on-arch-action to v3 to fix pytest job (#3221)Updates
ta-libfrom 0.6.8 to 0.7.1Release notes
Sourced from ta-lib's releases.
Changelog
Sourced from ta-lib's changelog.
Commits
a9ff1b4bump version0e4697ffix: linux 0.7.1 wheel build (missing GNU_SOURCEb3862f7fix: pass TALIB_C_VER to linux build hosts8a5e834tools: bump versiond1adb26update v0.7.15c87453.github: bump wheels macos24f863fbump version0bca478bump tests8fe17edupdate cython to 3.2.8c577073.github: bump to 0.7.1Dependabot 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