Bump the python-dependencies group with 6 updates#157
Conversation
Bumps the python-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [prek](https://github.com/j178/prek) | `0.3.10` | `0.4.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.12` | `0.15.14` | | [mypy](https://github.com/python/mypy) | `1.20.2` | `2.1.0` | | [ty](https://github.com/astral-sh/ty) | `0.0.32` | `0.0.39` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.13.5` | `7.14.1` | | [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) | `4.4.0` | `5.0.3` | Updates `prek` from 0.3.10 to 0.4.3 - [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.3) Updates `ruff` from 0.15.12 to 0.15.14 - [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.12...0.15.14) 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.39 - [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.39) Updates `coverage` from 7.13.5 to 7.14.1 - [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.1) 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: prek dependency-version: 0.4.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.14 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.39 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.14.1 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>
Merging this PR will improve performance by 16.82%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ⚡ | test_stutter[1.0-I love dogs-I l-love d-dogs] |
132.1 µs | 113 µs | +16.82% |
Tip
Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.
Comparing dependabot/uv/python-dependencies-e492149226 (b7a0dd3) with main (869a809)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #157 +/- ##
=======================================
Coverage 88.29% 88.29%
=======================================
Files 3 3
Lines 94 94
=======================================
Hits 83 83
Misses 11 11 ☔ View full report in Codecov by Sentry. |
Bumps the python-dependencies group with 6 updates:
0.3.100.4.30.15.120.15.141.20.22.1.00.0.320.0.397.13.57.14.14.4.05.0.3Updates
prekfrom 0.3.10 to 0.4.3Release notes
Sourced from prek's releases.
... (truncated)
Changelog
Sourced from prek's changelog.
... (truncated)
Commits
02bb73fBump version to 0.4.3 (#2132)0f64ff9Ignore stat-only hook rewrites (#2131)de77cc9Bump version to 0.4.2 (#2126)c54be46Simplify hook progress folding (#2125)e908f82Add link to comprehensive list of open-source projects using prek (#938)7cd6ba4Run same-depth projects concurrently (#2110)bbb3810Lock file maintenance (#2123)7d5282cUpdate Rust crate quick-xml to 0.40 (#2121)97130eaUpdate dependency uv to v0.11.14 (#2118)480f4bfUpdate pre-commit hook crate-ci/typos to v1.46.2 (#2120)Updates
rufffrom 0.15.12 to 0.15.14Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
9ad2da3Bump 0.15.14 (#25295)c714e84[ty] Modernize setup of union types in mdtests (#25291)8a8e35e[flake8-comprehensions] SkipC417for lambdas with positional-only parame...aea5ed4Avoid unnecessary parser lookahead for operators (#25290)e9d72bb[ty] Allow enum member accesses onself(#25077)6cbd59bSetexclude-newer = "7 days"in our PEP-723 scripts (#25285)9999a39Update code example on how to update Neovim LSP log level (#25284)67d8c54[ty] Retain recursively-defined state in binary expressions (#25277)25a3191[ty] Refine Callable class-decorator fallback for unknown results (#25250)c423054Add a recursion limit to the parser (#24810)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.39Release notes
Sourced from ty's releases.
... (truncated)
Changelog
Sourced from ty's changelog.
... (truncated)
Commits
0205125Bump version to 0.0.39 (#3516)ae8058dUpdate maturin to v1.13.3 (#3494)33b60f8Update prek dependencies (#3495)1d3efc1Bump version to 0.0.38 (#3492)f5100ccscripts/update_schemastore: use -C to allow re-running schema update on exist...f18aed6Bump version to 0.0.37 (#3473)a63e559Bump version to 0.0.36 (#3463)94370d5Update prek dependencies (#3449)bc12d1cBump version to 0.0.35 (#3436)fb34d89Build riscv64 manylinux binary (#3402)Updates
coveragefrom 7.13.5 to 7.14.1Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
64d9b66docs: correct the date for 7.14.16fa7dd4chore: bump actions/dependency-review-action (#2181)078afaedocs: sample HTML for 7.14.1cb4f028docs: prep for 7.14.1ae2d09fMerge branch 'nedbat/classifire-316-kits'2c3568bbuild: declare 3.16 compatibilityfaa68f8chore: bump github/codeql-action in the action-dependencies group (#2173)eb55feetest: we don't need PyPy < 7.3.22 anymoreac168fetest: the text summary should show missingfed4bd2chore: upgrade virtualenvUpdates
pytest-codspeedfrom 4.4.0 to 5.0.3Release notes
Sourced from pytest-codspeed's releases.
Changelog
Sourced from pytest-codspeed's changelog.
Commits
b2d12d8Release v5.0.3 🚀31447b7refactor: use instrument_hooks_callgrind_add_obj_skip from C APIfc33d20Release v5.0.2 🚀3bbabe4feat: skip Python runtime objects in callgrindd4d9dc6Release v5.0.1 🚀ad709a5build: enable free-threaded wheels in cibuildwheel (#121)080d620Release v5.0.0 🚀befdebfchore: ignore common compilation warnings for instrument-hooksee98055chore: use unsigned bash in the macos test5a205c8feat: use instrument_hooks markers in walltimeDependabot 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