fix(deps): update all non-major dependencies#618
Open
renovate[bot] wants to merge 1 commit into2.0from
Open
Conversation
8f5d7aa to
1f093fc
Compare
1f093fc to
5535ba4
Compare
d26c1be to
64505fb
Compare
64505fb to
2c80260
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.6.0→^1.7.2~=1.6.0→~=1.7.2^3.14.2→^3.14.33.14.2→3.14.3^1.22.0→^1.23.0~=1.22.0→~=1.23.0Release Notes
nonebot/nb-cli (nb-cli)
v1.7.2Compare Source
What's Changed
d232315Other Changes
Full Changelog: nonebot/nb-cli@v1.7.1...v1.7.2
v1.7.1Compare Source
What's Changed
Other Changes
ASYNC240规则 by @NCBM in #186Full Changelog: nonebot/nb-cli@v1.7.0...v1.7.1
v1.7.0Compare Source
What's Changed
Other Changes
decdd87requires-python字段到 3.10 或更高 by @NCBM ind38d1ae68ca89d47bfb89Full Changelog: nonebot/nb-cli@v1.6.0...v1.7.0
containerbase/python-prebuild (python)
v3.14.3Compare Source
Bug Fixes
actions/python-versions (python)
v3.14.3: 3.14.3Compare Source
Python 3.14.3
aio-libs/yarl (yarl)
v1.23.0Compare Source
======
(2025-12-16)
Features
Added support for
pydantic, the :class:~yarl.URLcould be used as afield type in
pydanticmodels 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
CFLAGSandLDFLAGSby setting respective environmentvariables 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:
webknjazRelated issues and pull requests on GitHub:
:issue:
1586.The :pep:
517build backend now supports a new configsetting 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:
webknjazHere'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:
webknjazIt does so by injecting the
-ffile-prefix-mapcompileroption into the
CFLAGSenvironment variable as suggestedby 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
CFLAGSandLDFLAGSby setting respective environmentvariables 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:
webknjazRelated 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.
This PR was generated by Mend Renovate. View the repository job log.