Merged
Conversation
Bumps the py-updates group with 9 updates: | Package | From | To | | --- | --- | --- | | [rich](https://github.com/Textualize/rich) | `14.2.0` | `14.3.2` | | [typer](https://github.com/fastapi/typer) | `0.20.0` | `0.23.0` | | [build](https://github.com/pypa/build) | `1.3.0` | `1.4.0` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.12.0` | `7.13.4` | | [mypy](https://github.com/python/mypy) | `1.19.0` | `1.19.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.8` | `0.15.0` | | [syrupy](https://github.com/syrupy-project/syrupy) | `5.0.0` | `5.1.0` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.7` | `3.10.8` | | [sphinxcontrib-typer](https://github.com/sphinx-contrib/typer) | `0.7.0` | `0.7.2` | Updates `rich` from 14.2.0 to 14.3.2 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v14.2.0...v14.3.2) Updates `typer` from 0.20.0 to 0.23.0 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.20.0...0.23.0) Updates `build` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.3.0...1.4.0) Updates `coverage` from 7.12.0 to 7.13.4 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.12.0...7.13.4) Updates `mypy` from 1.19.0 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.0...v1.19.1) Updates `ruff` from 0.14.8 to 0.15.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.14.8...0.15.0) Updates `syrupy` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/syrupy-project/syrupy/releases) - [Changelog](https://github.com/syrupy-project/syrupy/blob/main/CHANGELOG.md) - [Commits](syrupy-project/syrupy@v5.0.0...v5.1.0) Updates `matplotlib` from 3.10.7 to 3.10.8 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.7...v3.10.8) Updates `sphinxcontrib-typer` from 0.7.0 to 0.7.2 - [Release notes](https://github.com/sphinx-contrib/typer/releases) - [Commits](sphinx-contrib/typer@v0.7.0...v0.7.2) --- updated-dependencies: - dependency-name: rich dependency-version: 14.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: py-updates - dependency-name: typer dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: py-updates - dependency-name: build dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: py-updates - dependency-name: coverage dependency-version: 7.13.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: py-updates - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: py-updates - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: py-updates - dependency-name: syrupy dependency-version: 5.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: py-updates - dependency-name: matplotlib dependency-version: 3.10.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: py-updates - dependency-name: sphinxcontrib-typer dependency-version: 0.7.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: py-updates ... Signed-off-by: dependabot[bot] <support@github.com>
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 py-updates group with 9 updates:
14.2.014.3.20.20.00.23.01.3.01.4.07.12.07.13.41.19.01.19.10.14.80.15.05.0.05.1.03.10.73.10.80.7.00.7.2Updates
richfrom 14.2.0 to 14.3.2Release notes
Sourced from rich's releases.
Changelog
Sourced from rich's changelog.
Commits
0752ff0Merge pull request #3953 from Textualize/zwj-fix54ae0cfsimplify07edb85refine31930ddfix test454fcfcstupid comment13f87a4Fix ZWJ and edge cases1d402e0fix datesf2a1c3bMerge pull request #3944 from Textualize/nerf-fonts2e5a5dachangelog73ee823fix fontsUpdates
typerfrom 0.20.0 to 0.23.0Release notes
Sourced from typer's releases.
... (truncated)
Changelog
Sourced from typer's changelog.
... (truncated)
Commits
6f2b111🔖 Release version 0.23.056d81f0📝 Update release notes458325d♻️ When printing error tracebacks with Rich, default to not showing locals, w...11a6286📝 Update release notesc1d7ebb⬆ Bump cryptography from 46.0.4 to 46.0.5 (#1532)6fdfd02📝 Update release notes220b1a6🔨 Tweak PDM hook script, remove unnecessary default (#1536)3503e61📝 Update release notesd731a35♻️ Simplify build setup scripts and configs for deprecated wrapper packages (...a73fe4d📝 Update release notesUpdates
buildfrom 1.3.0 to 1.4.0Release notes
Sourced from build's releases.
Changelog
Sourced from build's changelog.
Commits
54f238dchore: prepare for 1.4.0 (#972)f219276docs: first argument for _has_dependency is a name (#970)7adb29efix: support UV environment variable (#971)a40623bbuild(deps): bump actions/attest-build-provenance in the actions group (#968)c8fae34pre-commit: bump repositories (#965)ed9c379build(deps): bump actions/download-artifact in the actions group0e44fd2Addquietflag (#947)60e15edchore: color defaults to True in 3.14 (#962)0486d9dpre-commit: bump repositories (#961)393b775MNT: remove workaround for 3.14b1 (#960)Updates
coveragefrom 7.12.0 to 7.13.4Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
4f78d57build: no need to publish status.jsonf8616ffdocs: sample HTML for 7.13.4fcf8c68docs: prep for 7.13.4189ecfddocs: thanks Pankhudi Jain for ppc64le wheels #212158aade0build: add support for ppc64le architecture (#2121)8ea42c8chore: bump actions/attest-build-provenance (#2131)c09595fdocs: Janine put a lot of effort into debugging issue #21288ee1760docs: Greg wrote a great issue: #212976ba043docs: thanks, Noah Fatsi371fcc5fix: set fixed paths_list in TreeMatcher init (#2130)Updates
mypyfrom 1.19.0 to 1.19.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
412c19aBump version to 1.19.120aea0aUpdate changelog for 1.19.1 (#20414)2b23b50Serialize raw errors in cache metas (#20372)f60f90fFail on PyPy in main instead of setup.py (#20389)58d485bFail with an explicit error on PyPy (#20384)a4b31a2Allowtypes.NoneTypein match cases (#20383)8a6eff4[mypyc] fix generator regression with empty tuple (#20371)70eceeaFix noncommutative joins with bounded TypeVars (#20345)3890fc4Fix crash involving Unpack-ed TypeVarTuple (#20323)c93d917Fix crash on star import of redefinition (#20333)Updates
rufffrom 0.14.8 to 0.15.0Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
ce5f7b6Bump 0.15.0 (#23055)b4e40f5[ty] Fix__contains__to respect descriptors (#23056)848cb72[ty] Fix narrowing of nonlocal variables with conditional assignments (#22966)da7f33a[ty] Add a diagnostic forFinalwithout assignment (#23001)e65f9a6Document markdown formatting feature (#22990)c0c1b98Format markdown code blocks with line-by-line regex parse (#22996)9f8f3e1Allow positional-only params with defaults in method overrides (#23037)ef83810[ty] ecosystem-analyzer: Support bare git repositories (#23054)54dfee4Customize where thefix_titlesub-diagnostic appears (#23044)b5346072026 Ruff Formatter Style (#22735)Updates
syrupyfrom 5.0.0 to 5.1.0Release notes
Sourced from syrupy's releases.
Changelog
Sourced from syrupy's changelog.
Commits
7096efdchore(release): 5.1.0 [skip ci]07aa00dchore(deps): update dependency attrs to v25 (#1063)1f29ae0docs: add bwrob as a contributor for code (#1064)df9bc8ffeat: add serializer plugin system; plugins for data models (#1062)841257dchore(deps): update dependency coverage to v7.13.1 (#1061)2d8dfa7chore(deps): update codecov/codecov-action action to v5.5.2 (#1056)f5f9ef7chore(deps): update dependency debugpy to v1.8.18 (#1057)eaeb6aechore(deps): update dependency pytest to v9.0.2 (#1055)263b23bchore(deps): update python docker tag to v3.14.1 (#1054)a0dd77bchore(deps): update actions/checkout action to v6.0.1 (#1053)Updates
matplotlibfrom 3.10.7 to 3.10.8Release notes
Sourced from matplotlib's releases.
Commits
1392cbeREL: v3.10.80b9ebb3Doc release prep v3.10.8bc7b5c4Merge branch 'v3.10.7-doc' into v3.10.x86b38d3Github stats v3.10.89512188Merge pull request #30717 from meeseeksmachine/auto-backport-of-pr-30714-on-v...d300769Backport PR #30714: FIX: Gracefully handle numpy arrays as input to check_in_...799bc95Merge pull request #30711 from ngoldbaum/v3.10.x134000bMerge pull request #30697 from ngoldbaum/fix-plotting-on-worker-threads5b8e219TST: Run macosx backends in a subprocess878e71aBackport PR #29810: Declare free-threaded support in MacOS backend extension ...Updates
sphinxcontrib-typerfrom 0.7.0 to 0.7.2Release notes
Sourced from sphinxcontrib-typer's releases.
Commits
affce5ebump version, update changelog3f785ccMerge pull request #56 from oelachqar/fix/typer-0.20.1-compatf48ab08Fix compatibility with Typer 0.20.1cc823a2Merge pull request #55 from sphinx-contrib/issue549f997c8fix #54Dependabot 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