Bump the python-dependencies group across 1 directory with 8 updates#83
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the python-dependencies group across 1 directory with 8 updates#83dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the python-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [typer](https://github.com/fastapi/typer) | `0.24.2` | `0.26.7` | | [prek](https://github.com/j178/prek) | `0.3.10` | `0.4.5` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.11` | `0.15.19` | | [mypy](https://github.com/python/mypy) | `1.20.2` | `2.1.0` | | [ty](https://github.com/astral-sh/ty) | `0.0.32` | `0.0.52` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.13.5` | `7.14.3` | | [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) | `4.4.0` | `5.0.3` | Updates `typer` from 0.24.2 to 0.26.7 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.24.2...0.26.7) Updates `prek` from 0.3.10 to 0.4.5 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.3.10...v0.4.5) Updates `ruff` from 0.15.11 to 0.15.19 - [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.11...0.15.19) Updates `mypy` from 1.20.2 to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.2...v2.1.0) Updates `ty` from 0.0.32 to 0.0.52 - [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.32...0.0.52) 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 `coverage` from 7.13.5 to 7.14.3 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.13.5...7.14.3) Updates `pytest-codspeed` from 4.4.0 to 5.0.3 - [Release notes](https://github.com/CodSpeedHQ/pytest-codspeed/releases) - [Changelog](https://github.com/CodSpeedHQ/pytest-codspeed/blob/master/CHANGELOG.md) - [Commits](CodSpeedHQ/pytest-codspeed@v4.4.0...v5.0.3) --- updated-dependencies: - dependency-name: typer dependency-version: 0.26.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: prek dependency-version: 0.4.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.19 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: ty dependency-version: 0.0.52 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.14.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest-codspeed dependency-version: 5.0.3 dependency-type: direct:development update-type: version-update:semver-major 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 #83 +/- ##
=======================================
Coverage 99.04% 99.04%
=======================================
Files 10 10
Lines 209 209
Branches 31 31
=======================================
Hits 207 207
Partials 2 2 ☔ View full report in Codecov by Harness. |
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:
0.24.20.26.70.3.100.4.50.15.110.15.191.20.22.1.00.0.320.0.529.0.39.1.17.13.57.14.34.4.05.0.3Updates
typerfrom 0.24.2 to 0.26.7Release notes
Sourced from typer's releases.
... (truncated)
Changelog
Sourced from typer's changelog.
... (truncated)
Commits
4e10334🔖 Release version 0.26.7 (#1823)08a8a03📝 Update release notes8e75bc3🐛 Respect wait=False when launching URLs with xdg-open (#1820)d2e002a🔖 Release version 0.26.6 (#1822)2fe5d0c📝 Update release notes06fce7d🐛 Ensure that the default of a list argument is used correctly (#1821)7f888b2📝 Update release notes2e9bf9e👷 Speed up the CI by shuffling the test matrix (#1815)1888fa2🔖 Release version 0.26.5 (#1813)a493a98📝 Update release notesUpdates
prekfrom 0.3.10 to 0.4.5Release notes
Sourced from prek's releases.
... (truncated)
Changelog
Sourced from prek's changelog.
... (truncated)
Commits
bb31082Update README.mdfa4e2dcBump version to 0.4.5 (#2221)e9336faAdd R language support (#2206)97a5a15Update Rust crate which to v8.0.3 (#2219)20a519aUpdate Rust crate ignore to v0.4.26 (#2218)88f0e2bUpdate dependency uv to v0.11.19 (#2214)7bd4300Update GitHub Actions to v7 (#2220)48ed5ccUpdate Rust crate async_zip to 0.0.18 (#2217)257e98aUpdate pre-commit to v1.47.2 (#2216)0c04602Update GitHub Actions (#2215)Updates
rufffrom 0.15.11 to 0.15.19Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
7f04365Bump version to 0.15.19 (#26291)a30ba16[ty] Infer definite equality comparison results (#26290)bcd2028[ty] Avoid recursion when projecting narrowing constraints (#26276)c0e083e[ty] Avoid bypassing lazy constraints for Divergent (#26288)fb13596Record configured crates.io packages (#26281)85da759[ty] Fix ParamSpec callable signature extraction for callable instances (#26279)4c98a81[ty] Make multi-arm TypeOf cycle recovery monotonic (#26275)7b84361[ty] Preserve regular kind for callable instances (#26253)93c8c59[flake8-pyi] Note thatPYI051is an opinionated stylistic rule (#26179)bc9bb05[ty] Infer types for names bound in match patterns (#25940)Updates
mypyfrom 1.20.2 to 2.1.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
c1c336dRemove +dev from version74df14bAdd changelog for mypy 2.1 (#21464)022d9bcRevert "TypeForm: Enable by default (#21262)"8826288[mypyc] Document librt.random (#21463)3f4067bBump librt version to 0.11.0 (#21458)2b1eb58[mypyc] Enable incremental self-compilation (#21369)8152f4aRespect file config comments for stale modules (#21444)116d60bFix nondeterminism from nonassociativity of overload joins (#21455)6c4af8eFix function call message change for small number of args (#21432)4b8fdca[mypyc] Add librt.random module (#21433)Updates
tyfrom 0.0.32 to 0.0.52Release notes
Sourced from ty's releases.
... (truncated)
Changelog
Sourced from ty's changelog.
... (truncated)
Commits
13f91b0Bump version to 0.0.52 (#3828)bfc2b24Document recent changes to how exit codes are determined (#3824)caf5e06Move Python support guidance to FAQ (#3823)03ec364Document Python version support (#3821)592a4bbAdjust mypy/pyright migration guide now thatPYI033checks.pyfiles in p...d299a29Document ty's Divergent type in the typing FAQ (#3809)b5ef61cBump version to 0.0.51 (#3811)0749deeRemove broken gradual guarantee link (#3806)556d22cfix typo (#3805)ad35fdfImprove the "Does ty have a strict mode?" FAQ (#3798)Updates
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
coveragefrom 7.13.5 to 7.14.3Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
22f13eadocs: sample HTML for 7.14.32ca4e5fdocs: prep for 7.14.301d714edocs: add changelog entry for #2203f36248dfix: don't emit 'Couldn't import C tracer' warning for 3.13t (#2203)86d73d1docs: thanks, Mengjia Shang3d4ae3cdocs: add the #2196 pr link to CHANGESf4b2b4dfix: exclude...bodies after multi-line return-type annotations (#2185) (#...1980ed0chore: bump sigstore/gh-action-sigstore-python (#2201)bca3217build: since we don't ship 3.13t, don't test it77550d8docs: oops, mismatched pull requestsUpdates
pytest-codspeedfrom 4.4.0 to 5.0.3Release notes
Sourced from pytest-codspeed's releases.
Changelog
Sourced from pytest-codspeed's changelog.