Skip to content

Sync uv.lock#1800

Merged
kdeldycke merged 1 commit into
mainfrom
sync-uv-lock
Jun 30, 2026
Merged

Sync uv.lock#1800
kdeldycke merged 1 commit into
mainfrom
sync-uv-lock

Conversation

@kdeldycke

@kdeldycke kdeldycke commented Jun 28, 2026

Copy link
Copy Markdown
Owner

Description

Runs uv lock --upgrade to update transitive dependencies to their latest allowed versions. See the sync-uv-lock job documentation for details.

🆙 Updated packages

Resolved with exclude-newer cutoff: 2026-06-23.

Package Change Released
coverage 7.14.17.14.3 2026-06-22 (a week ago)
deepmerge 2.02.1.0 2026-06-22 (a week ago)
pymdown-extensions 10.21.311.0 2026-06-23 (a week ago)

🔜 Held back by cooldown

Newer releases already published but withheld because they are still inside the exclude-newer cooldown window. Each becomes lockable on its eligible date.

Package Locked Available Released Eligible
bracex 2.6 3.0 2026-06-30 (just now) 2026-07-07 (in a week)
click 8.4.1 8.4.2 2026-06-24 (6 days ago) 2026-07-01 (in a day)
rpds-py 2026.5.1 2026.6.3 2026-06-30 (just now) 2026-07-07 (in a week)
sphinx-autodoc-typehints 3.11.0 3.12.0 2026-06-25 (5 days ago) 2026-07-02 (in 2 days)
wcmatch 10.1 10.2 2026-06-30 (just now) 2026-07-07 (in a week)
wcwidth 0.8.1 0.8.2 2026-06-29 (a day ago) 2026-07-06 (in 6 days)

Release notes

coverage

7.14.2

Version 7.14.2 — 2026-06-20

  • Fix: some messages were being written to stdout, making coverage json -o - useless for capturing JSON output. Now messages are written to stderr, fixing issue 2197.
  • Fix: CoverageData kept one SQLite connection per thread that recorded coverage, but never closed them when those threads terminated. On long runs with many short-lived threads this leaked one file descriptor per dead thread, eventually failing with OSError: [Errno 24] Too many open files. Connections belonging to terminated threads are now closed and dropped. Fixes issue 2192. Thanks, Matthew Lloyd.
  • Fix: when using sys.monitoring, we were assuming we could use the COVERAGE_ID tool id. But other tools might also assume they could use that id. Pre-allocated ids don’t really make sense, so now we search for a usable one instead. Fixes issue 2187.
  • Following the advice of cibuildwheel, we no longer distribute wheels for Python 3.13 free-threaded.

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

7.14.3

Version 7.14.3 — 2026-06-22

  • Fix: the default ... exclusion rule now also matches function bodies whose closing return-type bracket is on its own line (for example, after a long -> dict[ ... ] annotation that a formatter has split over multiple lines). Closes issue 2185, thanks Mengjia Shang.
  • Fix: On 3.13t, we incorrectly issued Couldn't import C tracer errors. We can’t import the C tracer because in 7.14.2 we stopped shipping compiled wheels for 3.13t. Thanks, Hugo van Kemenade.

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

deepmerge

v2.1.0

What's Changed

New Contributors

Full Changelog: https://redirect.github.com/toumorokoshi/deepmerge/compare/v2.0...v2.0.1

pymdown-extensions

11.0

11.0

  • BREAK: B64: Restricts relative links to base_path by default. Can be disabled by setting new restrict_path
    option to False. The new root_path can be specified if paths are desired to be restricted to a different
    location separate base_path which is also used as a relative base for image paths.
  • NEW: Drop Python 3.9 support.
  • FIX: Tabbed: Fix issue where an empty title would cause an exception.

Configuration

Relevant [tool.repomatic] options:

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 93669270
Job sync-uv-lock
Workflow autofix.yaml
Run #2983.1

🏭 Generated with repomatic 6.31.0

@kdeldycke kdeldycke added the 🔗 dependencies Dependency changes label Jun 28, 2026
@kdeldycke kdeldycke self-assigned this Jun 28, 2026
@kdeldycke
kdeldycke force-pushed the sync-uv-lock branch 4 times, most recently from cd2dbd8 to 8a15dec Compare June 29, 2026 08:01
@kdeldycke
kdeldycke merged commit 9d8f046 into main Jun 30, 2026
3 checks passed
@kdeldycke
kdeldycke deleted the sync-uv-lock branch June 30, 2026 08:08
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.

1 participant