chore(deps): lock file maintenance #479
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/lock-file-maintenance"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: Branch creation - "before 4am on monday" (UTC), 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.
This PR has been generated by Renovate Bot.
Decision: Reject
Change Score: 21%
I am rejecting this change. There are multiple issues that must be addressed.
Obsolete
future
Package: Thefuture
package is present and at version 1.0.0. This package is intended to provide compatibility between Python 2 and 3, and is no longer relevant since Python 2 is EOL. It MUST be removed.Incompatible Package: The
webexteamssdk
package name has been changed towebexpythonsdk
. However, this upgrade to 2.0.4 has not been fully vetted. It is critical to verify that your application is fully compatible with this newer SDK version.Outdated Packages:
Minor version updates: Some minor versions are being updated, but not all are being reviewed. Review for packages with larger updates to be sure that they are vetted.
Before accepting, perform thorough testing to confirm functionality and dependency compatibility.
6b4010fb10
toa33b337d1c
Decision: Reject
Change Score: 30%
This change updates the dependencies in
uv.lock
. While some updates seem reasonable, there are several concerning aspects that warrant rejection:certifi
,charset-normalizer
,coverage
,dill
,packaging
,pylint
,webex-bot
,webexpythonsdk
, andvirtualenv
). While updating dependencies is sometimes necessary, doing so without careful consideration can introduce compatibility issues, regressions, or break existing functionality. You MUST test dependencies locally before submitting.future
package is alarming. This package is a compatibility layer, and removing it could break code that relies on it for Python 2/3 compatibility. This seems careless.requires-python
is set to ">=3.11.2". Why isn't it ">=3.12" if you intend on using only that?webexteamssdk
towebexpythonsdk
is intentional.Recommendations:
future
package immediately. It should not be removed unless you have a very specific reason and know what you are doing.requires-python = ">=3.12"
and check your dependencies for compatibility.This change is far too risky to accept in its current state. Ensure thorough testing and dependency verification before submitting again.
Pull request closed