Update all minor versions (minor) #2000
Merged
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:
11.0.0
->11.1.0
==1.4.1
->==1.5.0
1.8.1
->1.10.4
1.13.0
->1.15.1
2.2.3
->2.3.0
Release Notes
python-pillow/Pillow (Pillow)
v11.1.0
Compare Source
See GitHub Releases:
mtkennerly/poetry-dynamic-versioning (poetry-dynamic-versioning)
v1.5.0
Compare Source
project
section,the
enable
command will add the required fields for Poetry 2.0.0+.adjusted Poetry constraint from
^1.2.0
to>=1.2.0
.when inserting the dynamic version into pyproject.toml with PEP 621 mode activated,
the plugin ensures not to set
project.version
andtool.poetry.version
at the same time.UnboundLocalError
could happen when pyproject.toml was misconfigured.sbrunner/prospector-profile-duplicated (prospector-profile-duplicated)
v1.10.4
Compare Source
1.10.4 (2025-01-04)
Fixed bugs
v1.10.3
Compare Source
1.10.3 (2025-01-04)
Fixed bugs
v1.10.2
Compare Source
1.10.2 (2025-01-04)
New feature
v1.10.1
Compare Source
1.10.1 (2025-01-04)
New feature
Dependency update
v1.10.0
Compare Source
1.10.0 (2024-12-30)
New feature
v1.9.0
Compare Source
1.9.0 (2024-12-03)
New feature
61fec84
Use Ruff instead of multiple tools (@sbrunner)sbrunner/prospector-profile-utils (prospector-profile-utils)
v1.15.1
Compare Source
1.15.1 (2025-01-04)
Fixed bugs
v1.15.0
Compare Source
1.15.0 (2025-01-04)
New feature
Dependency update
v1.14.1
Compare Source
1.14.1 (2024-12-03)
New feature
v1.14.0
Compare Source
1.14.0 (2024-12-03)
New feature
urllib3/urllib3 (urllib3)
v2.3.0
Compare Source
==================
Features
HTTPResponse.shutdown()
to stop any ongoing or future reads for a specific response. It callsshutdown(SHUT_RD)
on the underlying socket. This feature wassponsored by LaunchDarkly <https://opencollective.com/urllib3/contributions/815307>
. (#​2868 <https://github.com/urllib3/urllib3/issues/2868>
)requests and streaming, and makes it possible to use in Node.js if you launch it as
node --experimental-wasm-stack-switching
. (#​3400 <https://github.com/urllib3/urllib3/issues/3400>
__)proxy_is_tunneling
property toHTTPConnection
andHTTPSConnection
. (#​3285 <https://github.com/urllib3/urllib3/issues/3285>
__)NewConnectionError
andNameResolutionError
. (#​3480 <https://github.com/urllib3/urllib3/issues/3480>
__)Bugfixes
#​3489 <https://github.com/urllib3/urllib3/issues/3489>
__)Deprecations and Removals
#​3492 <https://github.com/urllib3/urllib3/issues/3492>
__)Configuration
📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, 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.