Skip to content

Sync uv.lock#2637

Open
kdeldycke wants to merge 1 commit intomainfrom
sync-uv-lock
Open

Sync uv.lock#2637
kdeldycke wants to merge 1 commit intomainfrom
sync-uv-lock

Conversation

@kdeldycke
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-04-22.

Package Change Released
click 8.3.28.3.3 2026-04-22

Release notes

click

8.3.3

This is the Click 8.3.3 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/click/8.3.3/
Changes: https://click.palletsprojects.com/page/changes/#version-8-3-3
Milestone: https://redirect.github.com/pallets/click/milestone/30

  • Use :func:shlex.split to split pager and editor commands into argv
    lists for :class:subprocess.Popen, removing shell=True.
    #​1026 #​1477 #​2775
  • Fix TypeError when rendering help for an option whose default value is
    an object that doesn't support equality comparison with strings, such as
    semver.Version. #​3298 #​3299
  • Fix pager test pollution under parallel execution by using pytest's
    tmp_path fixture instead of a shared temporary file path. #​3238
  • Treat Sentinel.UNSET values in a default_map as absent, so they fall
    through to the next default source instead of being used as the value.
    #​3224 #​3240
  • Patch pdb.Pdb in CliRunner isolation so pdb.set_trace(),
    breakpoint(), and debuggers subclassing pdb.Pdb (ipdb, pdbpp) can
    interact with the real terminal instead of the captured I/O streams.
    #​654 #​824 #​843 #​951 #​3235
  • Add optional randomized parallel test execution using pytest-randomly and
    pytest-xdist to detect test pollution and race conditions. #​3151
  • Add contributor documentation for running stress tests, randomized
    parallel tests, and Flask smoke tests. #​3151 #​3177
  • Show custom show_default string in prompts, matching the existing
    help text behavior. #​2836 #​2837 #​3165 #​3262 #​3280
    #​3328
  • Fix default=True with boolean flag_value always returning the
    flag_value instead of True. The default=True to flag_value
    substitution now only applies to non-boolean flags, where True acts as a

... Full release notes

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 8d883c81
Job sync-uv-lock
Workflow autofix.yaml
Run #4529.1

🏭 Generated with repomatic 6.17.0.dev0

@kdeldycke kdeldycke added the 🔗 dependencies Dependency changes label Apr 29, 2026
@kdeldycke kdeldycke self-assigned this Apr 29, 2026
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.88%. Comparing base (8d883c8) to head (15362ef).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2637      +/-   ##
==========================================
+ Coverage   69.83%   69.88%   +0.04%     
==========================================
  Files          42       42              
  Lines        8706     8706              
  Branches     1603     1603              
==========================================
+ Hits         6080     6084       +4     
+ Misses       2301     2300       -1     
+ Partials      325      322       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

2 participants