-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps): bump the uv group across 1 directory with 23 updates #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
--- updated-dependencies: - dependency-name: litellm dependency-version: 1.61.15 dependency-type: direct:production dependency-group: uv - dependency-name: uv dependency-version: 0.9.6 dependency-type: direct:production dependency-group: uv - dependency-name: smolagents dependency-version: 1.22.0 dependency-type: direct:production dependency-group: uv - dependency-name: docling-core dependency-version: 2.48.4 dependency-type: direct:production dependency-group: uv - dependency-name: filelock dependency-version: 3.20.3 dependency-type: direct:production dependency-group: uv - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: indirect dependency-group: uv - dependency-name: azure-core dependency-version: 1.38.0 dependency-type: indirect dependency-group: uv - dependency-name: brotli dependency-version: 1.2.0 dependency-type: indirect dependency-group: uv - dependency-name: deepdiff dependency-version: 8.6.1 dependency-type: indirect dependency-group: uv - dependency-name: h2 dependency-version: 4.3.0 dependency-type: indirect dependency-group: uv - dependency-name: langchain-core dependency-version: 0.3.81 dependency-type: indirect dependency-group: uv - dependency-name: langchain-text-splitters dependency-version: 0.3.9 dependency-type: indirect dependency-group: uv - dependency-name: langgraph-checkpoint dependency-version: 3.0.0 dependency-type: indirect dependency-group: uv - dependency-name: marshmallow dependency-version: 3.26.2 dependency-type: indirect dependency-group: uv - dependency-name: pillow dependency-version: 11.3.0 dependency-type: indirect dependency-group: uv - dependency-name: pyasn1 dependency-version: 0.6.2 dependency-type: indirect dependency-group: uv - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: indirect dependency-group: uv - dependency-name: python-socketio dependency-version: 5.14.0 dependency-type: indirect dependency-group: uv - dependency-name: starlette dependency-version: 0.49.1 dependency-type: indirect dependency-group: uv - dependency-name: torch dependency-version: 2.8.0 dependency-type: indirect dependency-group: uv - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: indirect dependency-group: uv - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: indirect dependency-group: uv - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: indirect dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com>
|
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
🔄 This PR updates 23 dependencies in the uv group, with the most notable change being the upgrade of litellm from version 1.60.2 to 1.61.15. The update includes both direct production dependencies and various indirect dependencies to ensure compatibility and security.
🔍 Detailed Analysis
Key Changes
Technical Implementation
flowchart TD A[Dependabot Scan] --> B[Identify 23 Outdated Dependencies] B --> C[Generate Update PR] C --> D[Update pyproject.toml] D --> E[litellm: 1.60.2 → 1.61.15] D --> F[22 Other Dependencies Updated] E --> G[Maintain Compatibility] F --> G G --> H[Automated Testing & CI]Impact
Created with Palmier