Skip to content

Sync uv.lock#2451

Merged
kdeldycke merged 1 commit intomainfrom
sync-uv-lock
Mar 26, 2026
Merged

Sync uv.lock#2451
kdeldycke merged 1 commit intomainfrom
sync-uv-lock

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 25, 2026

Description

Runs uv lock --upgrade to update transitive dependencies to their latest allowed versions. Only creates a PR when the lock file contains real dependency changes (timestamp-only noise is detected and skipped). See the sync-uv-lock job documentation for details.

Updated packages

Resolved with exclude-newer cutoff: 2026-03-18.

Package Change Released
coverage 7.13.4 -> 7.13.5 2026-03-17

Release notes

coveragepy/coveragepy (coverage)

7.13.5

Version 7.13.5 — 2026-03-17

  • Fix: issue 2138 describes a memory leak that happened when repeatedly using the Coverage API with in-memory data. This is now fixed.
  • Fix: the markdown-formatted coverage report didn’t fully escape special characters in file paths (issue 2141). This would be very unlikely to cause a problem, but now it’s done properly, thanks to Ellie Ayla.
  • Fix: the C extension wouldn’t build on VS2019, but now it does (issue 2145).

➡️  PyPI page: coverage 7.13.5.
➡️  To install: python3 -m pip install coverage==7.13.5

Configuration

Relevant [tool.repomatic] options:

[tool.repomatic]
uv-lock.sync = true

Important

If you suspect the PR content is outdated, click Run workflow to refresh it manually before merging.

Workflow metadata
Field Value
Trigger push
Actor @kdeldycke
Ref main
Commit a27f50ec
Job sync-uv-lock
Workflow renovate.yaml
Run #265.1

🏭 Generated with repomatic

@github-actions github-actions Bot added the 🔗 dependencies Dependency changes label Mar 25, 2026
@github-actions github-actions Bot force-pushed the sync-uv-lock branch 4 times, most recently from 31ec72f to 421e534 Compare March 25, 2026 17:56
@kdeldycke kdeldycke merged commit bf0672e into main Mar 26, 2026
@kdeldycke kdeldycke deleted the sync-uv-lock branch March 26, 2026 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔗 dependencies Dependency changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Memory leak in no_disk mode: repeated erase()/start()/stop() leaks in-memory SQLite connections

1 participant