chore(deps): bump the python-dependencies group with 6 updates#4151
Open
dependabot[bot] wants to merge 2 commits into
Open
chore(deps): bump the python-dependencies group with 6 updates#4151dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
Bumps the python-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.5.0` | `2.5.1` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.14.3` | `7.15.0` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.155.7` | `6.156.4` | | [uv](https://github.com/astral-sh/uv) | `0.11.26` | `0.11.28` | | [markdown-exec[ansi]](https://github.com/pawamoy/markdown-exec) | `1.12.1` | `1.12.3` | | [mypy](https://github.com/python/mypy) | `2.1.0` | `2.2.0` | Updates `numpy` from 2.5.0 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.5.0...v2.5.1) Updates `coverage` from 7.14.3 to 7.15.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.14.3...7.15.0) Updates `hypothesis` from 6.155.7 to 6.156.4 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@v6.155.7...v6.156.4) Updates `uv` from 0.11.26 to 0.11.28 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.11.26...0.11.28) Updates `markdown-exec[ansi]` from 1.12.1 to 1.12.3 - [Release notes](https://github.com/pawamoy/markdown-exec/releases) - [Changelog](https://github.com/pawamoy/markdown-exec/blob/main/CHANGELOG.md) - [Commits](pawamoy/markdown-exec@1.12.1...1.12.3) Updates `mypy` from 2.1.0 to 2.2.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: hypothesis dependency-version: 6.156.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: uv dependency-version: 0.11.28 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: markdown-exec[ansi] dependency-version: 1.12.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: mypy dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4151 +/- ##
=======================================
Coverage 93.84% 93.84%
=======================================
Files 91 91
Lines 12570 12570
=======================================
Hits 11796 11796
Misses 774 774 🚀 New features to boost your workflow:
|
Contributor
|
I investigated locally, mypy fails on the newer version of numpy because type annotations changed in the numpy type stubs. Fixing it requires changing some type annotations (at least) in our indexing code |
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 6 updates:
2.5.02.5.17.14.37.15.06.155.76.156.40.11.260.11.281.12.11.12.32.1.02.2.0Updates
numpyfrom 2.5.0 to 2.5.1Release notes
Sourced from numpy's releases.
... (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
coveragefrom 7.14.3 to 7.15.0Release notes
Sourced from coverage's releases.
Changelog
Sourced from coverage's changelog.
Commits
c8c8020docs: sample HTML for 7.15.0ae19db1docs: prep for 7.15.017b45a1docs: --keep-combined in the man page6f9fa1efix: preserve isolated sys.path on Python 3.10 (#2211)787af5fchore: bump actions/checkout in the action-dependencies group (#2210)1ed3998fix: start attaching the loader on__spec__#2208 (#2209)1ab1122docs: remove stray commaf24a91ffeat: --keep-combined for reporting commands. #21985e70751test: canonicalize mock calls in test_cmdline to reduce diff noise65979ccfix: skip excluded functions in LCOV function totals (#2206)Updates
hypothesisfrom 6.155.7 to 6.156.4Commits
8683661Bump 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 wheels60c92c0fix docs build in github releasea6ca790Bump hypothesis version to 6.156.3 and update changelog3a49f9eMerge pull request #4786 from Liam-DeVoe/fix-release3ea2aefBump hypothesis version to 6.156.2 and update changelog6bdf847Merge pull request #4787 from dylan-bakr/patch-github-artifact-database-keyerror8edffbasimplify commentUpdates
uvfrom 0.11.26 to 0.11.28Release notes
Sourced from uv's releases.
... (truncated)
Changelog
Sourced from uv's changelog.
... (truncated)
Commits
ebf0f43Bump version to 0.11.28 (#20226)dee7a10fix(uv): uv tree fails on dependency-group-only pyproject.tomls (#19975) (#20...95e2f57Improve trace logs for debugging the error chain (#20220)4fab9d3Use standard rendering for tool requirement errors (#20160)f436bb3Move canonical and Git URL clones to callers (#20221)6dc1dadMove lockfile update guidance to a hint (#20219)83158f4Render user errors with their cause chains (#20217)3cfcabeRoute final command errors through the printer (#20163)da1613bModel final command errors explicitly (#20188)0ea325eDocument the bytecode compilation timeout override (#20189)Updates
markdown-exec[ansi]from 1.12.1 to 1.12.3Release notes
Sourced from markdown-exec[ansi]'s releases.
Changelog
Sourced from markdown-exec[ansi]'s changelog.
Commits
c14e4dbchore: Prepare release 1.12.38cf25c4docs: Add more mentions of Zensical, fix Mermaid, minor improvementsabcb044fix: Provide Pyodide options to Zensical258ffb7ci: Fix setup-uv version93ffa0dci: Only download objects.inv on Python 3.12 / Ubuntu, upgrade actions versionsa74d0adci: Fix lint warning about missing stacklevel77147e2docs: Update README to mention Zensicalc2f5a1edocs: Update Pyodide docs for Zensical2cefa97refactor: Rename material-block source display option to block37b5696docs: Fix output of the pydeps example (remove links in SVG)Updates
mypyfrom 2.1.0 to 2.2.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
b3c4a5bMark release396f508[Chore] Update changelog for 2.2 (#21691)9592a9eUpload wasm wheels to PyPI (#21671)1dc6962Bump ast-serialize to 0.6.0 (#21664)96a7913Bump librt to 0.12.0 (#21663)5ef0902Fix the exportjson tool (.ff cache to .json conversion) (#21628)8d621adSupport --shadow-file with --native-parser (#21623)74ecdd8Sync typeshed (#21612)0cd1541[mypyc] Make function wrappers thread-safe on free-threaded builds (#21620)22a9cfd[mypyc] Make list remove and index thread-safe on free-threaded builds (#21614)Dependabot 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