fix(deps): lock file maintenance poetry dependencies (master)#2348
Open
red-hat-konflux[bot] wants to merge 2 commits into
Open
fix(deps): lock file maintenance poetry dependencies (master)#2348red-hat-konflux[bot] wants to merge 2 commits into
red-hat-konflux[bot] wants to merge 2 commits into
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideRefreshes Poetry dependency lock file and bumps aiokafka, uvicorn, and maturin versions in pyproject.toml to newer minor/patch releases, keeping runtime and build tooling up to date. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
SC Environment Impact AssessmentOverall Impact: ⚪ NONE No SC Environment-specific impacts detected in this PR. What was checkedThis PR was automatically scanned for:
|
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
b682c8a to
7afe3c9
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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:
^0.13.0→^0.14.0=1.13.1→=1.13.3^0.45.0→^0.47.0🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
aio-libs/aiokafka (aiokafka)
v0.14.0Compare Source
===================
New features:
client_rackoption on :class:AIOKafkaConsumer. When set and the brokerssupport
FetchRequest v11(Kafka 2.4+) with areplica.selector.classconfigured, the consumer will fetch from a same-rack follower instead of the
partition leader, reducing cross-AZ traffic and tail latency.
(prs #1159 and #1160 by @GlebShipilov)
Bugfixes:
AIOKafkaAdminClient(issue #1148)api_versionparameter in client classes(issue #1147)
(issue #1151)
produced if the max size or the lingering time is reached
(pr #1142 by @vmaurin)
pyo3/maturin (maturin)
v1.13.3Compare Source
v1.13.2Compare Source
~install behind (#1922) (#3161)lib.namein Cargo.toml (#3167)--interpreterpanic in PEP 517 backend (#3175)generate-ci(#3176)Cargo.tomlpointing outside project root (#3178)pyemscripten_*_wasm32wheel platform tag (#3163)Kludex/uvicorn (uvicorn)
v0.47.0: Version 0.47.0Compare Source
What's Changed
ssl_context_factoryfor customSSLContextconfiguration by @Kludex in #2920fd=0as a valid file descriptor with reload/workers by @eltoder in #2927Full Changelog: Kludex/uvicorn@0.46.0...0.47.0
v0.46.0: Version 0.46.0Compare Source
What's Changed
ws_max_sizeinwsprotoimplementation by @Kludex in #2915ws_ping_intervalandws_ping_timeoutinwsprotoimplementation by @Kludex in #2916bytearrayfor incoming WebSocket message buffer in websockets-sansio by @Kludex in #2917Full Changelog: Kludex/uvicorn@0.45.0...0.46.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 04:59 AM ( * 0-4 * * * ) in timezone Europe/Prague, 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.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.
Summary by Sourcery
Update Python project dependencies to newer versions and refresh Poetry lock file.
Enhancements: