chore(deps)(deps): Bump the python-dependencies group across 1 directory with 8 updates - #9
Merged
Conversation
…ory with 8 updates Bumps the python-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [polars](https://github.com/pola-rs/polars) | `1.41.2` | `1.43.0` | | [scipy](https://github.com/scipy/scipy) | `1.17.1` | `1.18.0` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.9` | `3.11.1` | | [numba](https://github.com/numba/numba) | `0.65.1` | `0.66.0` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.16` | `0.16.0` | | [ty](https://github.com/astral-sh/ty) | `0.0.44` | `0.0.63` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.0` | `4.6.1` | Updates `polars` from 1.41.2 to 1.43.0 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](pola-rs/polars@py-1.41.2...py-1.43.0) Updates `scipy` from 1.17.1 to 1.18.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.17.1...v1.18.0) Updates `matplotlib` from 3.10.9 to 3.11.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.9...v3.11.1) Updates `numba` from 0.65.1 to 0.66.0 - [Release notes](https://github.com/numba/numba/releases) - [Commits](numba/numba@0.65.1...0.66.0) Updates `pytest` from 9.0.3 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@9.0.3...9.1.1) Updates `ruff` from 0.15.16 to 0.16.0 - [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.16...0.16.0) Updates `ty` from 0.0.44 to 0.0.63 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.44...0.0.63) Updates `pre-commit` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: polars dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: scipy dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: matplotlib dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: numba dependency-version: 0.66.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ty dependency-version: 0.0.63 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
The python-dependencies bump takes ty 0.0.44 -> 0.0.63, which breaks CI two separate ways: 1. New `no-matching-overload` errors on `ndarray.tolist()` in tests. ty narrows `float | np.ndarray` under `isinstance(x, np.ndarray)` to an intersection (`float & ndarray[..., dtype[object]]`) instead of eliminating the float arm, so no overload matches. Suppressed with `# ty: ignore[...]` at the 3 sites. Note the pre-existing `# type: ignore[index]` comments in that file never suppressed anything -- ty only honors `# ty: ignore[...]`. 2. Warnings now exit non-zero by default. [tool.ty.rules] already downgrades not-iterable and not-subscriptable to "warn" precisely so they stay visible without failing CI, so `ty check` now passes --exit-zero-on-warning to keep that behavior. Runtime is unaffected: 96 tests pass, and the batch API returns float64 arrays. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01G2fSTY9RPF9wYXrQrFvABg
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 python-dependencies group with 8 updates in the / directory:
1.41.21.43.01.17.11.18.03.10.93.11.10.65.10.66.09.0.39.1.10.15.160.16.00.0.440.0.634.6.04.6.1Updates
polarsfrom 1.41.2 to 1.43.0Release notes
Sourced from polars's releases.
... (truncated)
Commits
adb194dfeat: Pre-partition group-by on hive keys (#28444)0bf71d9fix: Avoid panic when union slice skips all rows (#28420)8752751fix: Solve panic indt.replacewhen there were multiple chunks (#28437)0189b46fix: Propagateis_scalarfrom the input to the output of.sort()and `.so...ce6e4defix(rust): Insert missing coercions fromUnknown(_)in list/array arithmeti...997ce5cfeat: Add ewm_sum and ewm_sum_by #28151 (#28215)e5b36aachore: Update AI policy for comments (#28436)3cb01f4test: Fix flaky ordering expectation in top_k_by (#28435)c6e05d1fix: Resolve CSV column names overwrite in DSL->IR conversion (#28383)0cdafb4fix: Avoid IEJoin rewrite for Categorical comparisons (#28427)Updates
scipyfrom 1.17.1 to 1.18.0Release notes
Sourced from scipy's releases.
... (truncated)
Commits
54ef542REL: 1.18.0 release commita45e463Merge pull request #25395 from tylerjereddy/treddy_prep_1.18.0_finalee2442eTYP, MAINT, TST: PR 25395 revisions3225154DOC: PR 25395 revisions14c7bd7TYP: Fix mypy errors withpytest==9.1.0(#25410)71522e9DOC: revise SciPy 1.18.0 release notes92f8482MAINT: fix errors from pytest 9.1 (#25378)7b27bf4TST, MAINT: modernize spatial tests for pytest 10 (#25376)d05b640Merge pull request #25347 from tylerjereddy/treddy_version_bump_1.18.0rc3e60fe8bREL: set to 1.18.0rc3 unreleasedUpdates
matplotlibfrom 3.10.9 to 3.11.1Release notes
Sourced from matplotlib's releases.
Commits
3c1757aREL: v3.11.1792c6b5DOC: Prepare for 3.11.1aaff9f6Merge branch 'v3.11.0-doc' into v3.11.xd4f4527Merge pull request #32052 from meeseeksmachine/auto-backport-of-pr-32038-on-v...6ad4bcfMerge pull request #32050 from meeseeksmachine/auto-backport-of-pr-31304-on-v...7fb74d3Merge pull request #32051 from meeseeksmachine/auto-backport-of-pr-32037-on-v...c624aecBackport PR #32038: Fix occasional misalignment in reported mouse position (a...8eda2b7Backport PR #32037: Bump the actions group with 3 updatesa0e7ae5Backport PR #31304: Fix restoring 'auto' aspect in 3D axes after switching fr...9001323Merge pull request #32047 from meeseeksmachine/auto-backport-of-pr-32025-on-v...Updates
numbafrom 0.65.1 to 0.66.0Release notes
Sourced from numba's releases.
Commits
aacf444Merge pull request #10674 from swap357/release0.66701fcd7update release notes and version support table 0.6695516b7Merge pull request #10665 from swap357/release0.66cafb1c8remove redundant numpy version requirement from setup.py install_requiresf7395f4Merge pull request #10655 from swap357/release0.662710950update release date for 0.66.0rc2b30e3b9Merge pull request #10654 from swap357/cherry_pick_0.66.0rc2f20d837update release notes for 0.66.0rc2 changescf768a6Merge pull request #10649 from swap357/fix_mean_issue_106475a7693aMerge pull request #10567 from kc611/kc/pseudo_broadcastUpdates
pytestfrom 9.0.3 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
rufffrom 0.15.16 to 0.16.0Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
a2635fdBump 0.16.0 (#27136)3433449[ty] Reuse full call diagnostics for implicit setter calls (#27115)2240070Reflectruff: ignoreand--add-ignorestabilization in documentation (#27...17ef711Stabilize--add-ignore(#27125)ef912bbAdd newly stabilized rules to defaults (#27055)b30f040Stabilize new default rules (#27035)bcd70c5Exclude Markdown files fromformat-devruns (#27052)87e51e2Fixformat --checkspans for syntax errors (#27045)afe2723[flake8-gettext] Stabilize qualified-name and built-in binding resolution (...a9702d8[flake8-bandit] Stabilize string literal binding resolution (S310) (#26944)Updates
tyfrom 0.0.44 to 0.0.63Release notes
Sourced from ty's releases.
... (truncated)
Changelog
Sourced from ty's changelog.
... (truncated)
Commits
46f4915Bump version to 0.0.63 (#4071)df75992Bump version to 0.0.62 (#4057)48dd1fdUpdate prek dependencies (#4059)f53a95eUpdate astral-sh/setup-uv action to v9 (#4060)17d1791Update dependency prek to v0.4.9 (#4058)eb7e7baUpdate documentation on mypy/pyright--strictparity, and achieving maximum...56b2c24Update changelog for 0.0.61 (#4028)4c865c8Bump version to 0.0.61 (#4027)ae554ecBump version to 0.0.60 (#4008)4f78ec5Update astral-sh/setup-uv action to v8.3.2 (#3997)Updates
pre-commitfrom 4.6.0 to 4.6.1Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
242ce8av4.6.1766e550Merge pull request #3727 from pre-commit/dedupe1558d06Merge pull request #3726 from pre-commit/exists-faster8a1c47aavoid duplicate files in --all-files during conflict2e01c99faster check of rev existing locally as a commit3613bf2Merge pull request #3701 from pre-commit/autoupdate-repos1d811d9Return an error for invalid --repo374d354Merge pull request #3711 from damonbayer/dmb_JULIA_DEPOT_PATH1e7994fset JULIA_DEPOT_PATHb2b9119Merge pull request #3719 from pre-commit/npm-unknown-optionsDependabot 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