Skip to content

fix(deps): update all non-major dependencies#618

Open
renovate[bot] wants to merge 1 commit into2.0from
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#618
renovate[bot] wants to merge 1 commit into2.0from
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
nb-cli ^1.6.0^1.7.2 age confidence dev-dependencies minor
nb-cli ~=1.6.0~=1.7.2 age confidence minor
python ^3.14.2^3.14.3 age confidence dependencies patch
python 3.14.23.14.3 age confidence uses-with patch
yarl ^1.22.0^1.23.0 age confidence dependencies minor
yarl ~=1.22.0~=1.23.0 age confidence minor

Release Notes

nonebot/nb-cli (nb-cli)

v1.7.2

Compare Source

What's Changed

  • Fix: 修复管理器检测不稳定的问题 in d232315
Other Changes
  • Dev: 完全迁移至 ruff 并更新一系列开发配置

Full Changelog: nonebot/nb-cli@v1.7.1...v1.7.2

v1.7.1

Compare Source

What's Changed

  • Docs: 添加使用 uv tool 方式的安装与使用方法 by @​NCBM in #​184
  • Fix: 修复检测现有项目管理器时可能返回空列表的问题 by @​NCBM in #​189
Other Changes

Full Changelog: nonebot/nb-cli@v1.7.0...v1.7.1

v1.7.0

Compare Source

What's Changed
Other Changes
  • 更新 Docker 构建,移除 Python 3.9 并添加 Python 3.12~3.14 的镜像 by @​NCBM in decdd87
  • 更新项目模板中的 requires-python 字段到 3.10 或更高 by @​NCBM in d38d1ae
  • 创建项目时不再发生清屏 by @​NCBM in 68ca89d
  • 升级项目格式时依赖列表更新操作更保守,同时支持在交互界面下同步更新依赖更改 by @​NCBM in 47bfb89

Full Changelog: nonebot/nb-cli@v1.6.0...v1.7.0

containerbase/python-prebuild (python)

v3.14.3

Compare Source

Bug Fixes
  • deps: update dependency python to v3.14.3
actions/python-versions (python)

v3.14.3: 3.14.3

Compare Source

Python 3.14.3

aio-libs/yarl (yarl)

v1.23.0

Compare Source

======

(2025-12-16)

Features

  • Added support for pydantic, the :class:~yarl.URL could be used as a
    field type in pydantic models seamlessly.

    Related issues and pull requests on GitHub:
    :issue:1607.

Packaging updates and notes for downstreams

  • The CI has been set up to notify Codecov about upload completion
    -- by :user:webknjaz.

    With this, Codecov no longer needs to guess whether it received all
    the intended coverage reports or not.

    Related issues and pull requests on GitHub:
    :issue:1577.

  • The in-tree build backend allows the end-users appending
    CFLAGS and LDFLAGS by setting respective environment
    variables externally.

    It additionally sets up default compiler flags to perform
    building with maximum optimization in release mode. This
    makes the resulting artifacts shipped to PyPI smaller.

    When line tracing is requested, the compiler and linker
    flags are configured to include as much information as
    possible for debugging and coverage tracking. The
    development builds are therefore smaller.

    -- by :user:webknjaz

    Related issues and pull requests on GitHub:
    :issue:1586.

  • The :pep:517 build backend now supports a new config
    setting for controlling whether to build the project in-tree
    or in a temporary directory. It only affects wheels and is
    set up to build in a temporary directory by default. It does
    not affect editable wheel builds — they will keep being
    built in-tree regardless.

    -- by :user:webknjaz

    Here's an example of using this setting:

    .. code-block:: console

    $ python -m build
    --config-setting=build-inplace=true

    Related issues and pull requests on GitHub:
    :issue:1590.

  • Starting this version, when building the wheels is happening
    in an automatically created temporary directory, the build
    backend makes an effort to normalize the respective file
    system path to a deterministic source checkout directory.

    -- by :user:webknjaz

    It does so by injecting the -ffile-prefix-map compiler
    option into the CFLAGS environment variable as suggested
    by known reproducible build practices <https://reproducible-builds.org/docs/build-path/>__.

    The effect is that downstreams will get more reproducible
    build results.

    Related issues and pull requests on GitHub:
    :issue:1591.

  • Dropped Python 3.9 support; Python 3.10 is the minimal supported Python version
    -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:1609.

Contributor-facing changes

  • The deprecated license classifier was removed from :file:setup.cfg
    -- by :user:yegorich.

    Related issues and pull requests on GitHub:
    :issue:1550.

  • The in-tree build backend allows the end-users appending
    CFLAGS and LDFLAGS by setting respective environment
    variables externally.

    It additionally sets up default compiler flags to perform
    building with maximum optimization in release mode. This
    makes the resulting artifacts shipped to PyPI smaller.

    When line tracing is requested, the compiler and linker
    flags are configured to include as much information as
    possible for debugging and coverage tracking. The
    development builds are therefore smaller.

    -- by :user:webknjaz

    Related issues and pull requests on GitHub:
    :issue:1586.

  • The CI has been updated to consistently benchmark optimized
    release builds -- by :user:webknjaz.

    When the release workflow is triggered, the pre-built wheels
    ready to hit PyPI are being tested. Otherwise, the job
    builds the project from source, while the rest of the
    workflow uses debug builds for line tracing and coverage
    collection.

    Related issues and pull requests on GitHub:
    :issue:1587.



Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Jan 24, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8f5d7aa to 1f093fc Compare February 4, 2026 15:14
@renovate renovate bot changed the title chore(deps): update dependency nb-cli to v1.7.0 chore(deps): update all non-major dependencies Feb 4, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1f093fc to 5535ba4 Compare February 5, 2026 00:54
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Feb 5, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d26c1be to 64505fb Compare February 28, 2026 20:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 64505fb to 2c80260 Compare March 2, 2026 00:58
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