deps(ci-pip): bump the ci-pip group in /.github/requirements with 5 updates#367
Merged
kingchenc merged 1 commit intoJul 25, 2026
Merged
Conversation
Bumps the ci-pip group in /.github/requirements with 5 updates: | Package | From | To | | --- | --- | --- | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.141.1` | `6.156.6` | | [maturin](https://github.com/pyo3/maturin) | `1.13.3` | `1.14.1` | | [numpy](https://github.com/numpy/numpy) | `2.0.2` | `2.5.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.1.1` | | [ta-lib](https://github.com/ta-lib/ta-lib-python) | `0.6.8` | `0.7.1` | Updates `hypothesis` from 6.141.1 to 6.156.6 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.141.1...v6.156.6) 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 `numpy` from 2.0.2 to 2.5.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.0.2...v2.5.1) Updates `pytest` from 8.4.2 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.1.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: hypothesis dependency-version: 6.156.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ci-pip - dependency-name: maturin dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-pip - dependency-name: numpy dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-pip - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-major 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>
Collaborator
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
kingchenc
deleted the
dependabot/pip/dot-github/requirements/ci-pip-8b5e1e4d4b
branch
July 25, 2026 02:11
kingchenc
added a commit
that referenced
this pull request
Jul 26, 2026
* Revert "deps(ci-pip): bump the ci-pip group (#367)" This reverts commit 16079f2. * chore(dependabot): pin numpy in the ci-pip tooling group numpy >=2.5 dropped support for Python < 3.12, but ci.yml still runs the Python matrix on 3.9/3.10/3.11. A dependabot bump to numpy 2.5.1 (#367) broke every Python CI row ("No matching distribution"); ignore numpy minor/major bumps in the hash-locked .github/requirements tooling so it can't recur.
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.
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 5 updates:
6.141.16.156.61.13.31.14.12.0.22.5.18.4.29.1.10.6.80.7.1Updates
hypothesisfrom 6.141.1 to 6.156.6Release notes
Sourced from hypothesis's releases.
... (truncated)
Commits
276c391Bump hypothesis version to 6.156.6 and update changelogc6e2305Merge pull request #4791 from dylan-bakr/strip-auth-on-redirect988999ause add_unredirected_header insteade8458ddBump hypothesis version to 6.156.5 and update changelogdb2968aMerge pull request #4794 from Liam-DeVoe/publish-x86-wheelsa4d3a6dbuild 32bit wheels for windows and linux8683661Bump hypothesis version to 6.156.4 and update changelogd55de5aMerge pull request #4793 from Liam-DeVoe/abi3-wheels81be9b1Merge pull request #4792 from HypothesisWorks/fix-version-import503f86dship abi3 wheelsUpdates
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
numpyfrom 2.0.2 to 2.5.1Release notes
Sourced from numpy's releases.
... (truncated)
Changelog
Sourced from numpy's changelog.
... (truncated)
Commits
5e1d03fMerge pull request #31863 from charris/prepare-2.5.1ad0b66bREL: Prepare for the NumPy 2.5.1 release.9df8516Merge pull request #31858 from charris/backport-316884dee265Merge pull request #31857 from charris/backport-31775dc8d553Merge pull request #31856 from charris/backport-3184667cb4a8fix:Signed integer overflow in datetime.c (#31688)baa2589TST: Clean up imports, formatting, and assertions2fe5ba4TEST: Refactor tests to use np.testing.assert_raises_regex per reviewbb46581MAINT: Remove deprecated Python recursion fix8f34214MAINT: Move SeedSequence recursion guard to C-layer and add testsUpdates
pytestfrom 8.4.2 to 9.1.1Release notes
Sourced from pytest's releases.
... (truncated)
Commits
cf470ecPrepare release version 9.1.1e0c8ce6Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97...1b82d16Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec...501c4bcMerge pull request #14596 from bluetech/doc-classmethodb61f588Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir9a567e0[automated] Update plugin list (#14617) (#14618)ef8b299Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed...66abd07Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup79fbf93Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6...0d312ebMerge pull request #14611 from bluetech/parametrize-argvalues-typingUpdates
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