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:
v3.15.1
->v3.15.2
v0.2.2
->v0.3.4
v2.3.0
->v2.3.1
24.2.0
->24.3.0
1.7.1
->1.8.2
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
asottile/pyupgrade (asottile/pyupgrade)
v3.15.2
Compare Source
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)
v0.3.4
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/v0.3.4
v0.3.3
Compare Source
v0.3.2
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/v0.3.2
v0.3.1
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/v0.3.1
v0.3.0
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/v0.3.0
myint/autoflake (myint/autoflake)
v2.3.1
Compare Source
What's Changed
pre-commit/action
by @fsouza in https://github.com/PyCQA/autoflake/pull/297setup.cfg
by @fsouza in https://github.com/PyCQA/autoflake/pull/296Full Changelog: PyCQA/autoflake@v2.3.0...v2.3.1
psf/black (psf/black)
v24.3.0
Compare Source
Highlights
This release is a milestone: it fixes Black's first CVE security vulnerability. If you
run Black on untrusted input, or if you habitually put thousands of leading tab
characters in your docstrings, you are strongly encouraged to upgrade immediately to fix
CVE-2024-21503.
This release also fixes a bug in Black's AST safety check that allowed Black to make
incorrect changes to certain f-strings that are valid in Python 3.12 and higher.
Stable style
of Black would incorrectly format the contents of certain unusual f-strings containing
nested strings with the same quote type. Now, Black will crash on such strings until
support for the new f-string syntax is implemented. (#4270)
(#4273)
Performance
characters. This fixes
CVE-2024-21503.
(#4278)
Documentation
--check
is used with--quiet
(#4236)python-poetry/poetry (python-poetry/poetry)
v1.8.2
Compare Source
Fixed
lazy-wheel
error handling if the index server is behaving badly in an unexpected way (#9051).lazy-wheel
error handling if the index server does not handle HTTP range requests correctly (#9082).lazy-wheel
error handling if the index server pretends to support HTTP range requests but does not respect them (#9084).lazy-wheel
to allow redirects for HEAD requests (#9087).lazy-wheel
errors (#9059).poetry add
failed in non-package mode if no project name was set (#9046).v1.8.1
Compare Source
Fixed
packaging
(#9031).Docs
master
branch tomain
(#9022).v1.8.0
Compare Source
Added
non-package
mode for use cases where Poetry is only used for dependency management (#8650).lazy-wheel
config option (default:true
) to reduce wheel downloads during dependency resolution (#8815,#8941).
poetry check
validates that no unknown sources are referenced in dependencies (#8709).to
key intool.poetry.packages
to allow custom subpackage names (#8791).keyring
(#8910).--sync
option topoetry update
(#8931).--output
option topoetry build
(#8828).--dist-dir
option topoetry publish
(#8828).Changed
default
(#8771).installer.modern-installation
tofalse
(#8988).pip<19
(#8894).requests-toolbelt>=1
(#8680).platformdirs
4.x (#8668).xattr
1.x on macOS (#8801).fish
(#8804).system
tobase
in output ofpoetry env info
(#8832).poetry version
(#8849).tool.poetry.scripts
(#8898).Fixed
poetry shell
failed when Python has been installed with MSYS2 (#8644).sdist
path dependency (#8682).poetry install
failed because an unused extra was not available (#8548).poetry install --sync
did not remove an unrequested extra (#8621).poetry init
did not allow specific characters in the author field (#8779).sdists
from misconfigured servers (#8701).poetry shell
failed inzsh
if a space was in the venv path (#7245).setup.py
were ignored silently (#9000).virtualenv.options
were ignored (#9015).virtualenvs.options.no-pip
andvirtualenvs.options.no-setuptools
were not normalized (#9015).Docs
--no-dev
with--without dev
in the FAQ (#8659).poetry-check
instead of the deprecatedpoetry-lock
pre-commit hook (#8675).poetry show --why
(#8817).poetry update
(#8706).poetry run
and externally managed environments (#8748).tox
fortox
4.x (#8658).format
option forinclude
andexclude
value (#8852).tox
and configured credentials (#8888).pipx
(#8878).poetry add
with git dependencies over ssh (#8911).--only main
instead of--without dev
(#8921).develop
attribute is a Poetry-specific feature and not propagated to other tools (#8971).poetry-core (
1.9.0
)#669,
#678,
#694).
Configuration
📅 Schedule: Branch creation - "on the 1st day of the month" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.