Skip to content

Bump the pip-all group with 9 updates#383

Merged
github-actions[bot] merged 2 commits into
mainfrom
dependabot/pip/pip-all-bf548c0ee5
May 30, 2026
Merged

Bump the pip-all group with 9 updates#383
github-actions[bot] merged 2 commits into
mainfrom
dependabot/pip/pip-all-bf548c0ee5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 30, 2026

Bumps the pip-all group with 9 updates:

Package From To
sqlalchemy 2.0.49 2.0.50
uvicorn 0.47.0 0.48.0
langchain 1.3.1 1.3.2
langchain-anthropic 1.4.3 1.4.4
langchain-google-genai 4.2.3 4.2.4
langchain-perplexity 1.2.0 1.3.1
google-genai 1.75.0 2.7.0
xai-sdk 1.12.2 1.15.0
ruff 0.15.14 0.15.15

Updates sqlalchemy from 2.0.49 to 2.0.50

Release notes

Sourced from sqlalchemy's releases.

2.0.50

Released: May 24, 2026

orm

  • [orm] [bug] Fixed issue where using _orm.joinedload() with PropComparator.of_type() targeting a joined-table subclass combined with PropComparator.and_() referencing a column on that subclass would generate invalid SQL, where the subclass column was not adapted to the subquery alias. Pull request courtesy Joaquin Hui Gomez.

    References: #13203

  • [orm] [bug] Fixed issue where the presence of a SessionEvents.do_orm_execute() event hook would cause internal execution options such as yield_per and loader-specific state from the first orm_pre_session_exec pass to leak into the second pass, leading to errors when using relationship loaders such as selectinload() and immediateload(). The execution options passed to the second compilation pass are now based on the original options plus only the explicit updates made via ORMExecuteState.update_execution_options() within the event hook.

    References: #13301

  • [orm] [bug] Fixed issue where using _orm.with_polymorphic() on a leaf class (a subclass with no further descendants) or a non-inherited class would fail with an AttributeError when used in an ORM statement, due to _orm.configure_mappers() not being triggered implicitly. The fix ensures that AliasedInsp participates in the _post_inspect hook, triggering mapper configuration during ORM statement compilation.

    References: #13319

sql

  • [sql] [bug] Fixed issue where floor division (//) between a Float or Numeric numerator and an Integer denominator would omit the FLOOR() SQL wrapper on dialects where Dialect.div_is_floordiv is True (the default, including PostgreSQL and SQLite). FLOOR() is now applied if either the denominator or the numerator is a non-integer, so that expressions such as float_col // int_col render as FLOOR(float_col / int_col) instead of the incorrect float_col / int_col. Pull request courtesy r266-tech.

    References: #10528

postgresql

... (truncated)

Commits

Updates uvicorn from 0.47.0 to 0.48.0

Release notes

Sourced from uvicorn's releases.

Version 0.48.0

What's Changed

Full Changelog: Kludex/uvicorn@0.47.0...0.48.0

Changelog

Sourced from uvicorn's changelog.

0.48.0 (May 24, 2026)

Changed

  • Default ssl_ciphers to None and use OpenSSL defaults (#2940)

Fixed

  • Ignore duplicate forwarding headers in ProxyHeadersMiddleware (#2944)
Commits

Updates langchain from 1.3.1 to 1.3.2

Release notes

Sourced from langchain's releases.

langchain-core==1.3.2

Changes since langchain-core==1.3.1

release(core): 1.3.2 (#36990) feat(core): add content-block-centric streaming (v2) (#36834)

langchain==1.3.2

Changes since langchain==1.3.1

chore(langchain): bump to 1.3.2, require langgraph>=1.2.2 (#37703) fix(langchain): land final answer in last AIMessage for TodoListMiddleware (#37643) feat(langchain): redact streamed PII in flight on PIIMiddleware (#37616) chore(infra): bump langchain-tests floor to 1.1.9 (#37610) release(standard-tests): 1.1.9 (#37609) feat(langchain): register stream transformers on middleware (#37591) chore: bump idna from 3.11 to 3.15 in /libs/langchain_v1 (#37534) ci(infra): harden Dependabot version-bound preservation (#37510) refactor(langchain): clean redundancy ifelse. (#37448) hotfix: bump lockfiles (#37508) chore(core,langchain,openai): refresh stale OpenAI model references (#37487) fix(langchain): sort glob_search results by mtime (newest first) (#37462) chore: bump langsmith from 0.7.31 to 0.8.0 in /libs/langchain_v1 (#37391)

Commits
  • 7bb4130 chore(langchain): bump to 1.3.2, require langgraph>=1.2.2 (#37703)
  • d9b8dd5 fix(langchain): land final answer in last AIMessage for TodoListMiddleware ...
  • 95c6a8a chore(core): bump uuid-utils to 0.16.0 (#37699)
  • c7858c4 test(anthropic): retry integration tests on transient failures (#37697)
  • 53a5ac3 chore(model-profiles): refresh model profile data (#37694)
  • 69d9e95 chore(model-profiles): refresh model profile data (#37650)
  • 33875fd ci(infra): serialize integration test shards across runs (#37648)
  • 2638f75 feat(standard-tests): forward LangSmith CI env vars to traces (#37645)
  • bdd7f71 ci(infra): trace scheduled integration tests (#37615)
  • 11cdce9 ci(infra): add middleware evals workflow for workflow_dispatch discovery (#...
  • Additional commits viewable in compare view

Updates langchain-anthropic from 1.4.3 to 1.4.4

Release notes

Sourced from langchain-anthropic's releases.

langchain-anthropic==1.4.4

Changes since langchain-anthropic==1.4.3

release(anthropic): 1.4.4 (#37757) fix(anthropic): normalize cross-provider tool-call IDs (#37756) test(anthropic): retry integration tests on transient failures (#37697) chore(infra): bump langchain-tests floor to 1.1.9 (#37610) chore: bump langsmith from 0.8.3 to 0.8.5 in /libs/partners/anthropic (#37564) chore: bump idna from 3.11 to 3.15 in /libs/partners/anthropic (#37565) ci(infra): harden Dependabot version-bound preservation (#37510) chore(infra): merge v1.4 into master (#37350) chore: bump urllib3 from 2.6.3 to 2.7.0 in /libs/partners/anthropic (#37343) chore: bump requests from 2.33.0 to 2.33.1 in /libs/partners/anthropic (#37286) chore: bump langsmith from 0.7.31 to 0.8.3 in /libs/partners/anthropic (#37287) chore: bump langchain-core from 1.3.2 to 1.3.3 in /libs/partners/anthropic (#37288)

Commits
  • 1338871 release(anthropic): 1.4.4 (#37757)
  • 1a5403d fix(anthropic): normalize cross-provider tool-call IDs (#37756)
  • 80ca600 chore(model-profiles): refresh model profile data (#37726)
  • 84e3c79 release(perplexity): 1.3.1 (#37720)
  • 8951e56 chore(perplexity): bump perplexityai to 0.34.1 (#37710)
  • b26b0ff ci: remove unnecessary permission and improve logging in waiting-on-author wo...
  • dc215f8 ci(infra): auto-remove waiting-on-author label on author reply (#37716)
  • 44d9f86 release(fireworks): 1.4.2 (#37715)
  • e3ce6e5 fix(fireworks): strip non-wire keys from all content parts before serializati...
  • 800f021 chore(model-profiles): refresh model profile data (#37712)
  • Additional commits viewable in compare view

Updates langchain-google-genai from 4.2.3 to 4.2.4

Release notes

Sourced from langchain-google-genai's releases.

langchain-google-genai==4.2.4

Changes since libs/genai/v4.2.3

release(genai): 4.2.4 (#1815) fix(genai): fix tests (#1814) chore(genai): Update google-genai dependency to support 2.x (#1766) test(genai): force google_search use in structured-output test (#1801) chore: bump the minor-and-patch group across 1 directory with 5 updates (#1797) test(genai): fix context caching assertions, increase flaky retries (#1798) fix(genai): walrus operator precedence in v1 image/file url conversion (#1683) chore(genai): silence pytest-benchmark xdist warning (#1794)

Commits
  • 57ddb64 release(genai): 4.2.4 (#1815)
  • 13f9503 fix(genai): fix tests (#1814)
  • 6b7d88d chore(genai): Update google-genai dependency to support 2.x (#1766)
  • b86ee2f test(genai): force google_search use in structured-output test (#1801)
  • fa11d05 chore: bump the minor-and-patch group across 1 directory with 5 updates (#1797)
  • cf8f49c test(genai): fix context caching assertions, increase flaky retries (#1798)
  • 36bad3f chore(model-profiles): refresh model profile data (#1796)
  • 6100f5f fix(genai): walrus operator precedence in v1 image/file url conversion (#1683)
  • 92fc885 chore(genai): silence pytest-benchmark xdist warning (#1794)
  • See full diff in compare view

Updates langchain-perplexity from 1.2.0 to 1.3.1

Release notes

Sourced from langchain-perplexity's releases.

langchain-perplexity==1.3.1

Changes since langchain-perplexity==1.3.0

release(perplexity): 1.3.1 (#37720) chore(perplexity): bump perplexityai to 0.34.1 (#37710)

langchain-perplexity==1.3.0

Changes since langchain-perplexity==1.2.0

release(perplexity): 1.3.0 (#37707) feat(perplexity): use_responses_api flag on ChatPerplexity (#37359) chore(infra): bump langchain-tests floor to 1.1.9 (#37610) chore: bump langsmith from 0.8.4 to 0.8.5 in /libs/partners/perplexity (#37545) chore: bump idna from 3.10 to 3.15 in /libs/partners/perplexity (#37544) ci(infra): harden Dependabot version-bound preservation (#37510) chore: bump langsmith from 0.8.0 to 0.8.4 in /libs/partners/perplexity (#37413) chore: bump langsmith from 0.7.31 to 0.8.0 in /libs/partners/perplexity (#37396) chore: bump urllib3 from 2.6.3 to 2.7.0 in /libs/partners/perplexity (#37336) chore: bump langchain-core from 1.3.2 to 1.3.3 in /libs/partners/perplexity (#37262)

Commits
  • 84e3c79 release(perplexity): 1.3.1 (#37720)
  • 8951e56 chore(perplexity): bump perplexityai to 0.34.1 (#37710)
  • b26b0ff ci: remove unnecessary permission and improve logging in waiting-on-author wo...
  • dc215f8 ci(infra): auto-remove waiting-on-author label on author reply (#37716)
  • 44d9f86 release(fireworks): 1.4.2 (#37715)
  • e3ce6e5 fix(fireworks): strip non-wire keys from all content parts before serializati...
  • 800f021 chore(model-profiles): refresh model profile data (#37712)
  • b6a4138 release(perplexity): 1.3.0 (#37707)
  • f9be3cc feat(perplexity): use_responses_api flag on ChatPerplexity (#37359)
  • 7bb4130 chore(langchain): bump to 1.3.2, require langgraph>=1.2.2 (#37703)
  • Additional commits viewable in compare view

Updates google-genai from 1.75.0 to 2.7.0

Release notes

Sourced from google-genai's releases.

v2.7.0

2.7.0 (2026-05-27)

Features

  • Additional computer_use field support for vertex. (b4828fa)
  • interaction-api: Allow "text/csv" as a supported document mime type for Interaction API. (543137b)
  • interaction-api: Enable BigQuery tool in Deep Research config. (5dc17e5)
  • Support Reinforcement Tuning in GenAI SDK (0ead888)

v2.6.0

2.6.0 (2026-05-21)

Features

  • Add enable_prompt_injection_detection for Computer Use feature for the Gemini API. (b1f632d)
  • Add budget_exceeded status (15443c0)
  • Add gemini-3.5-flash (15443c0)
  • Add new fields (2910346)

Documentation

  • Replace vertexai with enterprise in Client instantiation (c1c6df7)

v2.5.0

2.5.0 (2026-05-20)

Features

  • Add Gemini 3.5 Flash model to options (706fd02)

v2.4.0

2.4.0 (2026-05-17)

Features

  • Support Agent and Environment APIs. (ef20d6b)

Bug Fixes

  • Output_text for turns that don't end with text. (2afdeff)
  • Pass max_line_length to readline() to prevent LineTooLong on large SSE lines with MTLS. (0e8f7bb)

v2.3.0

... (truncated)

Changelog

Sourced from google-genai's changelog.

2.7.0 (2026-05-27)

Features

  • Additional computer_use field support for vertex. (b4828fa)
  • interaction-api: Allow "text/csv" as a supported document mime type for Interaction API. (543137b)
  • interaction-api: Enable BigQuery tool in Deep Research config. (5dc17e5)
  • Support Reinforcement Tuning in GenAI SDK (0ead888)

2.6.0 (2026-05-21)

Features

  • Add enable_prompt_injection_detection for Computer Use feature for the Gemini API. (b1f632d)
  • Add budget_exceeded status (15443c0)
  • Add gemini-3.5-flash (15443c0)
  • Add new fields (2910346)

Documentation

  • Replace vertexai with enterprise in Client instantiation (c1c6df7)

2.5.0 (2026-05-20)

Features

  • Add Gemini 3.5 Flash model to options (706fd02)

2.4.0 (2026-05-17)

Features

  • Support Agent and Environment APIs. (ef20d6b)

Bug Fixes

  • Output_text for turns that don't end with text. (2afdeff)
  • Pass max_line_length to readline() to prevent LineTooLong on large SSE lines with MTLS. (0e8f7bb)

2.3.0 (2026-05-15)

Features

... (truncated)

Commits
  • 5d0dff8 chore(main): release 2.7.0 (#2501)
  • b4828fa feat: additional computer_use field support for vertex.
  • 543137b feat(interaction-api): Allow "text/csv" as a supported document mime type for...
  • 5dc17e5 feat(interaction-api): Enable BigQuery tool in Deep Research config.
  • cd66b68 chore: Internal cleanup
  • 0ead888 feat: Support Reinforcement Tuning in GenAI SDK
  • a682e6a chore(main): release 2.6.0 (#2485)
  • b1f632d feat: add enable_prompt_injection_detection for Computer Use feature for th...
  • 2910346 feat: add new fields
  • 15443c0 feat: Add budget_exceeded status
  • Additional commits viewable in compare view

Updates xai-sdk from 1.12.2 to 1.15.0

Release notes

Sourced from xai-sdk's releases.

v1.15.0

What's Changed

Full Changelog: xai-org/xai-sdk-python@v1.14.0...v1.15.0

v1.14.0

What's Changed

New Contributors

Full Changelog: xai-org/xai-sdk-python@v1.13.0...v1.14.0

v1.13.0

What's Changed

Full Changelog: xai-org/xai-sdk-python@v1.12.2...v1.13.0

Commits
  • 811d657 Bump version from 1.14.0 to 1.15.0 (#157)
  • 469da5f Add context compaction support (#156)
  • e1fe21e Add grok-build-0.1 to ChatModel (#155)
  • 6a3811e Bump version to 1.14.0 (#153)
  • c09cd53 Add enable_image_search to web_search and SERVER_SIDE_TOOL_IMAGE_SEARCH enum ...
  • 9838109 feat: add prepare_extension() for batch video extension (#141)
  • See full diff in compare view

Updates ruff from 0.15.14 to 0.15.15

Release notes

Sourced from ruff's releases.

0.15.15

Release Notes

Released on 2026-05-28.

Preview features

  • Fix Markdown closing fence handling (#25310)
  • [pyflakes] Report duplicate imports in typing.TYPE_CHECKING block (F811) (#22560)

Bug fixes

  • [pyflakes] Treat function-scope bare annotations as locals per PEP 526 (F821) (#21540)

Performance

  • Avoid redundant TokenValue drops in the lexer (#25300)
  • Reduce memory usage by dropping token-excess capacity and improve performance by approximating the initial tokens Vec size (#25354)
  • Use ThinVec in AST to shrink Stmt (#25361)

Documentation

  • Fix line-length example for --config option (#25389)
  • [flake8-comprehensions] Document RecursionError edge case in __len__ (C416) (#25286)
  • [mccabe] Improve example (C901) (#25287)
  • [pyupgrade] Clarify fix safety docs (UP007, UP045) (#25288)
  • [refurb] Document FURB192 exception change for empty sequences (#25317)
  • [ruff] Document false negative for user-defined types (RUF013) (#25289)

Formatter

  • Fix formatting of lambdas nested within f-strings (#25398)

Server

  • Return code action for codeAction/resolve requests that contain no or no valid URL (#25365)

Other changes

  • Expand semantic syntax errors for invalid walruses (#25415)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.15

Released on 2026-05-28.

Preview features

  • Fix Markdown closing fence handling (#25310)
  • [pyflakes] Report duplicate imports in typing.TYPE_CHECKING block (F811) (#22560)

Bug fixes

  • [pyflakes] Treat function-scope bare annotations as locals per PEP 526 (F821) (#21540)

Performance

  • Avoid redundant TokenValue drops in the lexer (#25300)
  • Reduce memory usage by dropping token-excess capacity and improve performance by approximating the initial tokens Vec size (#25354)
  • Use ThinVec in AST to shrink Stmt (#25361)

Documentation

  • Fix line-length example for --config option (#25389)
  • [flake8-comprehensions] Document RecursionError edge case in __len__ (C416) (#25286)
  • [mccabe] Improve example (C901) (#25287)
  • [pyupgrade] Clarify fix safety docs (UP007, UP045) (#25288)
  • [refurb] Document FURB192 exception change for empty sequences (#25317)
  • [ruff] Document false negative for user-defined types (RUF013) (#25289)

Formatter

  • Fix formatting of lambdas nested within f-strings (#25398)

Server

  • Return code action for codeAction/resolve requests that contain no or no valid URL (#25365)

Other changes

  • Expand semantic syntax errors for invalid walruses (#25415)

Contributors

Commits
  • db5aa0a Bump 0.15.15 (#25431)
  • 366fe21 [ty] Improve diagnostics for syntax errors in forward annotations (#25158)
  • e2e1e64 [ty] Remove excess capacity from more Salsa cached collections (#25411)
  • 1bd77e1 [ty] Use diagnostic message as tie breaker when sorting (#25424)
  • 7e1bc1e Add agent skills for working on ty (#25422)
  • 574e107 Expand semantic syntax errors for invalid walruses (#25415)
  • 4a7ca06 [ty] Display docs for matching parameter when hovering over the name of an ar...
  • 5432709 Refine a few agents instructions (#25423)
  • 3cb09eb [ty] Support typing.TypeForm (#25334)
  • c8cd59f [ty] Infer class attributes assigned by metaclass initialization (#25342)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions

Bumps the pip-all group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.49` | `2.0.50` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.47.0` | `0.48.0` |
| [langchain](https://github.com/langchain-ai/langchain) | `1.3.1` | `1.3.2` |
| [langchain-anthropic](https://github.com/langchain-ai/langchain) | `1.4.3` | `1.4.4` |
| [langchain-google-genai](https://github.com/langchain-ai/langchain-google) | `4.2.3` | `4.2.4` |
| [langchain-perplexity](https://github.com/langchain-ai/langchain) | `1.2.0` | `1.3.1` |
| [google-genai](https://github.com/googleapis/python-genai) | `1.75.0` | `2.7.0` |
| [xai-sdk](https://github.com/xai-org/xai-sdk-python) | `1.12.2` | `1.15.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.14` | `0.15.15` |


Updates `sqlalchemy` from 2.0.49 to 2.0.50
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Updates `uvicorn` from 0.47.0 to 0.48.0
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.47.0...0.48.0)

Updates `langchain` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==1.3.1...langchain==1.3.2)

Updates `langchain-anthropic` from 1.4.3 to 1.4.4
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-anthropic==1.4.3...langchain-anthropic==1.4.4)

Updates `langchain-google-genai` from 4.2.3 to 4.2.4
- [Release notes](https://github.com/langchain-ai/langchain-google/releases)
- [Commits](langchain-ai/langchain-google@libs/genai/v4.2.3...libs/genai/v4.2.4)

Updates `langchain-perplexity` from 1.2.0 to 1.3.1
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-perplexity==1.2.0...langchain-perplexity==1.3.1)

Updates `google-genai` from 1.75.0 to 2.7.0
- [Release notes](https://github.com/googleapis/python-genai/releases)
- [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-genai@v1.75.0...v2.7.0)

Updates `xai-sdk` from 1.12.2 to 1.15.0
- [Release notes](https://github.com/xai-org/xai-sdk-python/releases)
- [Changelog](https://github.com/xai-org/xai-sdk-python/blob/main/CHANGELOG.md)
- [Commits](xai-org/xai-sdk-python@v1.12.2...v1.15.0)

Updates `ruff` from 0.15.14 to 0.15.15
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.14...0.15.15)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-version: 2.0.50
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: uvicorn
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all
- dependency-name: langchain
  dependency-version: 1.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: langchain-anthropic
  dependency-version: 1.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: langchain-google-genai
  dependency-version: 4.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: langchain-perplexity
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all
- dependency-name: google-genai
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-all
- dependency-name: xai-sdk
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all
- dependency-name: ruff
  dependency-version: 0.15.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions github-actions Bot enabled auto-merge May 30, 2026 08:20
@github-actions github-actions Bot merged commit 0a09c94 into main May 30, 2026
2 checks passed
@github-actions github-actions Bot deleted the dependabot/pip/pip-all-bf548c0ee5 branch May 30, 2026 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant