Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
click (changelog) >=8.2.1 -> >=8.3.0 age confidence
githubkit >=0.12.15 -> >=0.13.3 age confidence
nonebot2 (changelog) >=2.4.2 -> >=2.4.3 age confidence

Release Notes

pallets/click (click)

v8.3.0

Compare Source

Released 2025-09-15

  • Improved flag option handling: Reworked the relationship between flag_value
    and default parameters for better consistency:

    • The default parameter value is now preserved as-is and passed directly
      to CLI functions (no more unexpected transformations)
    • Exception: flag options with default=True maintain backward compatibility
      by defaulting to their flag_value
    • The default parameter can now be any type (bool, None, etc.)
    • Fixes inconsistencies reported in: :issue:1992 :issue:2514 :issue:2610
      :issue:3024 :pr:3030
  • Allow default to be set on Argument for nargs = -1. :issue:2164
    :pr:3030

  • Show correct auto complete value for nargs option in combination with flag
    option :issue:2813

  • Show correct auto complete value for nargs option in combination with flag option :issue:2813

  • Fix handling of quoted and escaped parameters in Fish autocompletion. :issue:2995 :pr:3013

  • Lazily import shutil. :pr:3023

  • Properly forward exception information to resources registered with
    click.core.Context.with_resource(). :issue:2447 :pr:3058

  • Fix regression related to EOF handling in CliRunner. :issue:2939:pr:2940

v8.2.2

Compare Source

Released 2025-07-31

  • Fix reconciliation of default, flag_value and type parameters for
    flag options, as well as parsing and normalization of environment variables.
    :issue:2952 :pr:2956
  • Fix typing issue in BadParameter and MissingParameter exceptions for the
    parameter param_hint that did not allow for a sequence of string where the
    underlying function _join_param_hints allows for it. :issue:2777 :pr:2990
  • Use the value of Enum choices to render their default value in help
    screen. Refs :issue:2911 :pr:3004
  • Fix completion for the Z shell (zsh) for completion items containing
    colons. :issue:2703 :pr:2846
  • Don't include envvar in error hint when not configured. :issue:2971 :pr:2972
  • Fix a rare race in click.testing.StreamMixer's finalization that manifested
    as a ValueError on close in a multi-threaded test session.
    :issue:2993 :pr:2991
yanyongyu/githubkit (githubkit)

v0.13.3: Release 0.13.3

Compare Source

What's Changed

  • Fix: some rest apis use the wrong path param names to construct url
  • re-generate openapi models and apis

Full Changelog: yanyongyu/githubkit@v0.13.2...v0.13.3

v0.13.2: Release 0.13.2

Compare Source

What's Changed

  • re-generate openapi models and apis

Full Changelog: yanyongyu/githubkit@v0.13.1...v0.13.2

v0.13.1: Release 0.13.1

Compare Source

What's Changed

Full Changelog: yanyongyu/githubkit@v0.13.0...v0.13.1

v0.13.0: Release 0.13.0

Compare Source

What's Changed

[!CAUTION]
Breaking Change
The classic project rest APIs are deprecated by GitHub officially. The namespace is renamed from projects to projects_classic.

Full Changelog: yanyongyu/githubkit@v0.12.16...v0.13.0

v0.12.16: Release 0.12.16

Compare Source

What's Changed

Full Changelog: yanyongyu/githubkit@v0.12.15...v0.12.16

nonebot/nonebot2 (nonebot2)

v2.4.3: 🌈🍁

Compare Source

🚀 新功能
📝 文档
💫 杂项
🍻 插件发布
🍻 机器人发布
🍻 适配器发布

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 8, 2025
Copy link
Contributor Author

renovate bot commented Sep 8, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: uv.lock
Command failed: uv lock --upgrade-package click --upgrade-package githubkit --upgrade-package nonebot2
warning: The `tool.uv.dev-dependencies` field (used in `pyproject.toml`) is deprecated and will be removed in a future release; use `dependency-groups.dev` instead
Downloading cpython-3.13.5-linux-x86_64-gnu (download) (33.8MiB)
 Downloading cpython-3.13.5-linux-x86_64-gnu (download)
Using CPython 3.13.5
  × No solution found when resolving dependencies:
  ╰─▶ Because only the following versions of githubkit[auth-app] are
      available:
          githubkit[auth-app]<=0.12.2
          githubkit[auth-app]==0.12.3
          githubkit[auth-app]==0.12.4
          githubkit[auth-app]==0.12.5
          githubkit[auth-app]==0.12.6
          githubkit[auth-app]==0.12.7
          githubkit[auth-app]==0.12.8
          githubkit[auth-app]==0.12.9
          githubkit[auth-app]==0.12.10
          githubkit[auth-app]==0.12.11
          githubkit[auth-app]==0.12.12
          githubkit[auth-app]==0.12.13
          githubkit[auth-app]==0.12.14
          githubkit[auth-app]==0.12.15
          githubkit[auth-app]==0.12.16
          githubkit[auth-app]>0.13.0
      and nonebot-adapter-github==0.5.0 depends on
      githubkit[auth-app]>=0.12.2,<0.13.0, we can conclude that
      nonebot-adapter-github==0.5.0 depends on githubkit>=0.12.2,<=0.12.16.
      And because only nonebot-adapter-github<=0.5.0 is available,
      we can conclude that nonebot-adapter-github>=0.5.0 depends on
      githubkit>=0.12.2,<=0.12.16.
      And because your project depends on githubkit>=0.13.3 and
      nonebot-adapter-github>=0.5.0, we can conclude that your project's
      requirements are unsatisfiable.

Copy link

codecov bot commented Sep 8, 2025

⚠️ JUnit XML file not found

The CLI was unable to find any JUnit XML files to upload.
For more help, visit our troubleshooting guide.

@renovate renovate bot force-pushed the renovate/python-dependencies branch from 57598a4 to 04c393b Compare September 18, 2025 21:22
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 04c393b to 9c00f6f Compare September 22, 2025 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants