chore(deps): bump the python-dependencies group with 6 updates - #4276
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the python-dependencies group with 6 updates#4276dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the python-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.5.1` | `2.5.2` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.15.3` | `7.15.4` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.165.2` | `6.165.5` | | [uv](https://github.com/astral-sh/uv) | `0.12.2` | `0.12.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.1` | `0.16.2` | | [astroid](https://github.com/pylint-dev/astroid) | `4.1.2` | `4.3.0` | Updates `numpy` from 2.5.1 to 2.5.2 - [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.1...v2.5.2) Updates `coverage` from 7.15.3 to 7.15.4 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.15.3...7.15.4) Updates `hypothesis` from 6.165.2 to 6.165.5 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@v6.165.2...v6.165.5) Updates `uv` from 0.12.2 to 0.12.3 - [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.12.2...0.12.3) Updates `ruff` from 0.16.1 to 0.16.2 - [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.16.1...0.16.2) Updates `astroid` from 4.1.2 to 4.3.0 - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](pylint-dev/astroid@v4.1.2...v4.3.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.15.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: hypothesis dependency-version: 6.165.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: uv dependency-version: 0.12.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: astroid dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/uv/python-dependencies-31a8a8ed1c
branch
August 20, 2026 07:53
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.12.5.27.15.37.15.46.165.26.165.50.12.20.12.30.16.10.16.24.1.24.3.0Updates
numpyfrom 2.5.1 to 2.5.2Release notes
Sourced from numpy's releases.
... (truncated)
Commits
48feceeREL: Prepare for the NumPy 2.5.2 release (#32226)ecf599cMerge pull request #32221 from charris/backport-321513c7ac97Merge pull request #32220 from charris/backport-3220523b30f4BUG: avoid segfaults when legacy copyswap slot is not defined (#32151)4964ca8TYP:iscloseshape-typing fix for 2d array-likes (#32205)c37ed94MAINT: Skip limited_api tests on some platforms. (#32214)5cfd73bMerge pull request #32206 from charris/update-cibuildwheeld8262bcMAINT: Update cibuildwheel to v4.2.0988d94dMerge pull request #32158 from charris/backport-32133b2e4f97BUG: avoid possible stack overflow in arraydescr_dealloc (#32133)Updates
coveragefrom 7.15.3 to 7.15.4Release notes
Sourced from coverage's releases.
Changelog
Sourced from coverage's changelog.
Commits
4c0e7ffdocs: sample HTML for 7.15.4db4cc32docs: prep for 7.15.4c33085cstyle: start gradual move to ruff 0.1653a0fd5fix: neutralize control characters in lcov report fields (#2226)b64d53dbuild: make 3.15 wheels53792abbuild: show the python version for kitsf6b03c7chore: make upgrade_one package=cibuildwheeld9b660achore: make upgradeb128a31docs: oops, move this entry to the correct placea7a2c15fix: escape filename urls in html report href attributes (#2227)Updates
hypothesisfrom 6.165.2 to 6.165.5Commits
2f49474Bump hypothesis version to 6.165.5 and update changelog15e547bMerge pull request #4850 from Liam-DeVoe/rename-internal-example-terminologyd7fcdfaMerge remote-tracking branch 'upstream/master' into plait/review-hypothesis-4850265fcc3Bump hypothesis version to 6.165.4 and update changelogebb7b7bMerge remote-tracking branch 'upstream/master' into rename-internal-example-t...6ec2e31Merge pull request #4835 from Zac-HD/claude/hypothesis-3176-design-hr97hhdecc491update a few more380ff61claude: rename remaining internal example terminology to test case0570b5bwording and tweaks459cc24Merge pull request #4845 from HypothesisWorks/create-pull-request/patchUpdates
uvfrom 0.12.2 to 0.12.3Release notes
Sourced from uv's releases.
... (truncated)
Changelog
Sourced from uv's changelog.
Commits
5072309Bump version to 0.12.3 (#20998)57c6ca2Sync latest Python releases: Include 3.13.15 (#20997)c8d39cbAvoid materializing complements during resolution (#20982)544157bAdd--output-formattouv cache size(#20992)5d4a62dPreserve workspace metadata output in quiet mode (#20991)1979349Reuse compiled workspace exclusion patterns (#20988)b60da7aStream workspace metadata JSON serialization (#20990)91b5613Initialize the workspace cache before spawning the main thread (#20989)8259776Update issue context when comments add useful information (#20980)6348636Avoid reading procfs to detect the Linux OS type (#20987)Updates
rufffrom 0.16.1 to 0.16.2Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
5b48a04Bump 0.16.2 (#27555)1b9e5fcUpdate Swatinem/rust-cache action to v2.9.2 (#27568)c4e86fc[ty] Add helper extension methods for half-range and equality constraints (#2...17a00de[ty] Reuse primer commands in memory reports (#27553)6ea296b[ty] Normalize type labels in structured docstrings (#26923)2fc445f[ty] Diagnose invalid getattr calls (#27502)22c7823[ty] Enable (but downrank) auto-import completion suggestions from stub-only ...05160d5[ty] Diagnose invalid descriptor__get__calls (#27400)baea3d0[ty] Expose strict analysis options in the playground (#27543)c88946e[ty] Bump ecosystem-analyzer for strict project settings (#27542)Updates
astroidfrom 4.1.2 to 4.3.0Release notes
Sourced from astroid's releases.
... (truncated)
Changelog
Sourced from astroid's changelog.
Commits
a52596aBump astroid to 4.3.0, update changelog3dfb6caRename the 4.2.0 changelog section to 4.3.0941430eIgnore typing.overload stubs in dunder lookup (#3150)1e71c7dFix crash on a namedtuple field name that changes under NFKC normalization (#...3316637Fix crash on a dataclass base that annotates init (#3206)8577346Infer the value of a data descriptor as unknown8666418Fix crash in has_known_bases() for a non-class metaclass5952c15Fix crash on non-name assignment targets in typing.NamedTuple body331e9d9Fix crash on bytes field names in functional Enum/namedtuplea68e42cbuild(deps): bump CodSpeedHQ/action from 4.19.1 to 5.0.1 (#3194)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