⬆️(deps-dev): Bump the python-root group across 1 directory with 2 updates#149
⬆️(deps-dev): Bump the python-root group across 1 directory with 2 updates#149dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
| "mypy==1.20.2", | ||
| "pandas>=2.3.3", | ||
| "pre-commit==3.8.0", | ||
| "pylint==3.3.9", | ||
| "pytest==8.4.2", | ||
| "pytest-cov==7.1.0", | ||
| "ruff==0.15.8", | ||
| "ruff==0.15.12", |
There was a problem hiding this comment.
🔴 uv.lock not updated after dependency version bumps, causing lock file mismatch
The pyproject.toml bumps mypy from 1.19.1 to 1.20.2 and ruff from 0.15.8 to 0.15.12, but the uv.lock file was not regenerated. The lock file still pins mypy==1.19.1 (uv.lock:2351) and ruff==0.15.8 (uv.lock:4161). When uv sync is run, it will detect the mismatch between pyproject.toml and uv.lock and either error out (with --locked) or silently re-resolve (without --locked), defeating the purpose of a lock file. The uv.lock should have been regenerated via uv lock after modifying pyproject.toml.
Prompt for agents
The pyproject.toml was updated to bump mypy from 1.19.1 to 1.20.2 and ruff from 0.15.8 to 0.15.12, but the uv.lock file was not regenerated. Run `uv lock` (or `uv sync`) from the repo root to update uv.lock so it reflects the new pinned versions. The updated uv.lock should then be committed alongside the pyproject.toml changes. Without this, `uv sync --locked` will fail and the lock file is stale.
Was this helpful? React with 👍 or 👎 to provide feedback.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #149 +/- ##
=======================================
Coverage 85.00% 85.00%
=======================================
Files 74 74
Lines 12789 12789
=======================================
Hits 10871 10871
Misses 1918 1918
🚀 New features to boost your workflow:
|
b8e3b4c to
fcf7ba0
Compare
fcf7ba0 to
93c154c
Compare
0ec317d to
2956b80
Compare
…dates Bumps the python-root group with 2 updates in the / directory: [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `mypy` from 1.19.1 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.1...v1.20.2) Updates `ruff` from 0.15.8 to 0.15.12 - [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.8...0.15.12) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-root - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-root ... Signed-off-by: dependabot[bot] <support@github.com>
93c154c to
28ec0ac
Compare
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
mewbo-docs-discovery | 28ec0ac | May 04 2026, 08:38 PM |
Bumps the python-root group with 2 updates in the / directory: mypy and ruff.
Updates
mypyfrom 1.19.1 to 1.20.2Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
145a062Bump version to 1.20.281cd492Fix slicing with nonstrict optional (#21282)908d344[mypyc] Set dunder attrs when adding module to sys.modules (#21275)ba28610Initial support for Python 3.15.0a8 (#21255)7b0e09fFix match statement semantics for "or" pattern (#21156)92b74f2Avoid widening types in conditional_types (#21242)0dcbfaaFix is_overlapping_types for generic callables (#21208)210f518Correctly aggregate narrowing information on parent expressions (#21206)c34530eOnly set journal mode in coordinator (#21217)79a3ec6Use WAL with SQLite cache, fix close (#21154)Updates
rufffrom 0.15.8 to 0.15.12Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
66f93cfBump 0.15.12 (#24815)476a4d0[ty] Complete support for more detailed diagnostics on possibly unbound error...ed669eaImplement#ruff:file-ignorefile-level suppressions (#23599)e73d952[ty] Include inferred type ininvalid-keyconcise diagnostic for union/inte...80feb29[ty] report only dead annotation-only locals as unused (#24811)0fbf2bcDrop deprecated license classifier (#24808)43b174c[ty] Infer lambda parameter types withCallabletype context (#24317)4f449ae[ty] Add error context for intersection types (#24772)5b4e753[ty] Add support for goto in literal enum member inlay hint (#24792)e7cc762[ty] Add error context for TypedDict assignments (#24790)