Skip to content

chore(deps): bump the uv-all group across 1 directory with 17 updates#152

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/uv-all-784928c665
Open

chore(deps): bump the uv-all group across 1 directory with 17 updates#152
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/uv-all-784928c665

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps the uv-all group with 17 updates in the / directory:

Package From To
google-genai 1.57.0 1.67.0
tenacity 9.1.2 9.1.4
web3 7.14.0 7.14.1
google-adk 1.22.1 1.27.1
pillow 12.1.0 12.1.1
pymupdf 1.26.7 1.27.2
reportlab 4.4.7 4.4.10
dulwich 0.25.2 1.1.0
qdrant-client 1.15.1 1.17.1
python-telegram-bot 22.5 22.6
async-lru 2.0.5 2.2.0
slack-sdk 3.39.0 3.41.0
discord-py 2.6.4 2.7.1
cryptography 46.0.3 46.0.5
pyjwt 2.10.1 2.12.1
pyopenssl 25.3.0 26.0.0
ruff 0.14.11 0.15.6

Updates google-genai from 1.57.0 to 1.67.0

Release notes

Sourced from google-genai's releases.

v1.67.0

1.67.0 (2026-03-12)

[!CAUTION] Known Issue: This release contains a bug where the typing-extensions lower bound is set too low, which causes the SDK to break in some environments.

Recommended Actions:

  • Fall back to 1.66.0: If you do not immediately need the new features in 1.67.0, we recommend sticking with the previous stable version: pip install google-genai==1.66.0
  • Manual Fix: If you must use 1.67.0, you can resolve the issue by manually upgrading typing-extensions: pip install "typing-extensions>=4.14.0"

Features

  • Add inference_generation_config to EvaluationConfig for Tuning (1fdb4b8)
  • Add live history_config with initial_history_in_client_content (a80babd)
  • Add support for referencing registered metrics by resource name in evaluation run API (41b348e)
  • Enable language code for audio transcription config in Live API for Vertex AI (c04be0d)

Bug Fixes

  • Forward http_options in async_request_streamed to enable retry support (8b3be87)
  • Forward http_options in async_request_streamed to enable retry support (#2097) (8b10efb)

v1.66.0

1.66.0 (2026-03-03)

Features

  • Add gemini-3.1-flash-image-preview model (dd52cc2)
  • Support signature for all Interaction tool types (abb388e)
  • Update data types from discovery doc. (15666c0)

v1.65.0

1.65.0 (2026-02-26)

Features

  • Add gemini-3.1-pro-preview to list of models in Interactions (fe86870)
  • Add Image Grounding support to GoogleSearch tool (0035182)
  • Enable server side MCP and disable all other AFC when server side MCP is configured. (4dd7b16)
  • Support more image sizes and resolutions (8b2a4e0)

Bug Fixes

... (truncated)

Changelog

Sourced from google-genai's changelog.

1.67.0 (2026-03-12)

Features

  • Add inference_generation_config to EvaluationConfig for Tuning (1fdb4b8)
  • Add live history_config with initial_history_in_client_content (a80babd)
  • Add support for referencing registered metrics by resource name in evaluation run API (41b348e)
  • Enable language code for audio transcription config in Live API for Vertex AI (c04be0d)

Bug Fixes

  • Forward http_options in async_request_streamed to enable retry support (8b3be87)
  • Forward http_options in async_request_streamed to enable retry support (#2097) (8b10efb)

1.66.0 (2026-03-03)

Features

  • Add gemini-3.1-flash-image-preview model (dd52cc2)
  • Support signature for all Interaction tool types (abb388e)
  • Update data types from discovery doc. (15666c0)

1.65.0 (2026-02-26)

Features

  • Add gemini-3.1-pro-preview to list of models in Interactions (fe86870)
  • Add Image Grounding support to GoogleSearch tool (0035182)
  • Enable server side MCP and disable all other AFC when server side MCP is configured. (4dd7b16)
  • Support more image sizes and resolutions (8b2a4e0)

Bug Fixes

  • Change interactions media mime type to enum (breaking change for experimental feature) (e0f3378)
  • Handle non-list response_stream in HttpResponse.json property (006042d)
  • Handle non-list response_stream in HttpResponse.json property (#1903) (61aec34)
  • Make aiohttp an optional dependency, bump aiohttp version upperbound, and ensure HttpOptions.async_client_args propagates to custom aiohttp.ClientSession request args for proxy etc. (b28d144), closes #2090 #2051 #1950

Documentation

  • Regenerate docs for 1.64.0 (a023141)
  • Update README and codegen_instructions for structured outputs (4d5a978)

1.64.0 (2026-02-18)

... (truncated)

Commits
  • 3442105 chore(main): release 1.67.0 (#2125)
  • a80babd feat: add live history_config with initial_history_in_client_content
  • 41b348e feat: Add support for referencing registered metrics by resource name in eval...
  • 1ddc853 chore: Update response MIME type field status.
  • c04be0d feat: enable language code for audio transcription config in Live API for Ver...
  • e6fe71a chore: process proxy and base url settings for file uploads
  • 861ab18 chore: Remove signature from tool call content/delta types and add `call_id...
  • 2349f42 chore: update comments
  • 8b3be87 Copybara import of the project:
  • 8b10efb fix: forward http_options in async_request_streamed to enable retry support (...
  • Additional commits viewable in compare view

Updates tenacity from 9.1.2 to 9.1.4

Release notes

Sourced from tenacity's releases.

9.1.4

What's Changed

Full Changelog: jd/tenacity@9.1.3...9.1.4

9.1.3

What's Changed

New Contributors

Full Changelog: jd/tenacity@9.1.2...9.1.3

Commits
  • d4e868d Fix retry() annotations with async sleep= function (#555)
  • 24415eb support async sleep for sync fn (#551)
  • 3bf33b4 chore: drop Python 3.9 support (EOL) (#552)
  • 7027da3 chore(deps): bump the github-actions group with 2 updates (#550)
  • 21ae7d0 docs: fix syntax error in wait_chain docstring example (#548)
  • ef12c9e chore(deps): bump actions/checkout in the github-actions group (#547)
  • c35a4b3 chore(deps): bump the github-actions group with 2 updates (#545)
  • e792bba ci: fix mypy (#546)
  • 0f55245 ci: remove reno requirements (#542)
  • 815c34f feat(wait): add wait_exception strategy (#541)
  • Additional commits viewable in compare view

Updates web3 from 7.14.0 to 7.14.1

Changelog

Sourced from web3's changelog.

web3.py v7.14.1 (2026-02-03)

Bugfixes


- Wrap timeout in ClientTimeout for AsyncBeacon post request (`[#3784](https://github.com/ethereum/web3.py/issues/3784) <https://github.com/ethereum/web3.py/issues/3784>`__)
- Fix ``HTTPProvider`` to share an explicitly provided ``session`` across all threads, rather than only the creating thread. (`[#3800](https://github.com/ethereum/web3.py/issues/3800) <https://github.com/ethereum/web3.py/issues/3800>`__)
- Fix TypedDict field names to use camelCase (``validatorIndex``, ``yParity``) matching JSON-RPC conventions and formatter outputs. (`[#3801](https://github.com/ethereum/web3.py/issues/3801) <https://github.com/ethereum/web3.py/issues/3801>`__)
- Exclude type checking in Sphinx module and submodules (`[#3803](https://github.com/ethereum/web3.py/issues/3803) <https://github.com/ethereum/web3.py/issues/3803>`__)

Improved Documentation

  • Added documentation for formatters explaining how they work, what the default formatters do, and how to customize them. ([#2994](https://github.com/ethereum/web3.py/issues/2994) <https://github.com/ethereum/web3.py/issues/2994>__)

Internal Changes - for web3.py Contributors


- Upgrade geth version in CI (`[#3787](https://github.com/ethereum/web3.py/issues/3787) <https://github.com/ethereum/web3.py/issues/3787>`__)
Commits

Updates google-adk from 1.22.1 to 1.27.1

Release notes

Sourced from google-adk's releases.

v1.27.1

Bug Fixes

  • Rolling back change to fix issue affecting LlmAgent creation due to missing version field (0e18f81)

v1.27.0

Features

  • [Core]

    • Introduce A2A request interceptors in RemoteA2aAgent (6f772d2)
    • Add UiWidget to EventActions for supporting new experimental UI Widgets feature (530ff06)
    • auth: Add pluggable support for auth integrations using AuthProviderRegistry within CredentialManager (d004074)
    • Support all types.SchemaUnion as output_schema in LLM Agent (63f450e)
    • durable runtime support (07fdd23)
    • runners: pass GetSessionConfig through Runner to session service (eff724a)
  • [Models]

    • Add support for PDF documents in Anthropic LLM (4c8ba74)
    • Add streaming support for Anthropic models (5770cd3), closes #3250
    • Enable output schema with tools for LiteLlm models (89df5fc), closes #3969
    • Preserve thought_signature in LiteLLM tool calls (ae565be), closes #4650
  • [Web]

    • Updated human in the loop: developers now can respond to long running functions directly in chat
    • Render artifacts when resuming
    • Fix some light mode styles
    • Fix token level streaming not working properly (22799c0)
  • [Observability]

    • telemetry: add new gen_ai.agent.version span attribute (ffe97ec)
    • otel: add gen_ai.tool.definitions to experimental semconv (4dd4d5e)
    • otel: add experimental semantic convention and emit gen_ai.client.inference.operation.details event (19718e9)
    • add missing token usage span attributes during model usage (77bf325)
    • capture tool execution error code in OpenTelemetry spans (e0a6c6d)
  • [Tools]

    • Warn when accessing DEFAULT_SKILL_SYSTEM_INSTRUCTION (35366f4)
    • add preserve_property_names option to OpenAPIToolset (078b516)
    • Add gcs filesystem support for Skills. It supports skills in text and pdf format, also has some sample agents (6edcb97)
    • Add list_skills_in_dir to skills utils (327b3af)
    • Add support for MCP App UI widgets in MCPTool (86db35c)
    • add Dataplex Catalog search tool to BigQuery ADK (82c2eef)
    • Add RunSkillScriptTool to SkillToolset (636f68f)
    • Add support for ADK tools in SkillToolset (44a5e6b)
    • limit number of user-provided BigQuery job labels and reserve internal prefixes (8c4ff74)
    • Add param support to Bigtable execute_sql (5702a4b)
    • bigtable: add Bigtable cluster metadata tools (34c560e)
    • execute-type param addition in GkeCodeExecutor (9c45166)
    • skill: Add BashTool (8a31612)
    • Add support for toolsets to additional_tools field of SkillToolset (066fcec)

... (truncated)

Changelog

Sourced from google-adk's changelog.

1.27.1 (2026-03-13)

Bug Fixes

  • Rolling back change to fix issue affecting LlmAgent creation due to missing version field (0e18f81)

1.27.0 (2026-03-12)

Features

  • [Core]

    • Introduce A2A request interceptors in RemoteA2aAgent (6f772d2)
    • Add UiWidget to EventActions for supporting new experimental UI Widgets feature (530ff06)
    • auth: Add pluggable support for auth integrations using AuthProviderRegistry within CredentialManager (d004074)
    • Support all types.SchemaUnion as output_schema in LLM Agent (63f450e)
    • durable runtime support (07fdd23)
    • runners: pass GetSessionConfig through Runner to session service (eff724a)
  • [Models]

    • Add support for PDF documents in Anthropic LLM (4c8ba74)
    • Add streaming support for Anthropic models (5770cd3), closes #3250
    • Enable output schema with tools for LiteLlm models (89df5fc), closes #3969
    • Preserve thought_signature in LiteLLM tool calls (ae565be), closes #4650
  • [Web]

    • Updated human in the loop: developers now can respond to long running functions directly in chat
    • Render artifacts when resuming
    • Fix some light mode styles
    • Fix token level streaming not working properly (22799c0)
  • [Observability]

    • telemetry: add new gen_ai.agent.version span attribute (ffe97ec)
    • otel: add gen_ai.tool.definitions to experimental semconv (4dd4d5e)
    • otel: add experimental semantic convention and emit gen_ai.client.inference.operation.details event (19718e9)
    • add missing token usage span attributes during model usage (77bf325)
    • capture tool execution error code in OpenTelemetry spans (e0a6c6d)
  • [Tools]

    • Warn when accessing DEFAULT_SKILL_SYSTEM_INSTRUCTION (35366f4)
    • add preserve_property_names option to OpenAPIToolset (078b516)
    • Add gcs filesystem support for Skills. It supports skills in text and pdf format, also has some sample agents (6edcb97)
    • Add list_skills_in_dir to skills utils (327b3af)
    • Add support for MCP App UI widgets in MCPTool (86db35c)
    • add Dataplex Catalog search tool to BigQuery ADK (82c2eef)
    • Add RunSkillScriptTool to SkillToolset (636f68f)
    • Add support for ADK tools in SkillToolset (44a5e6b)
    • limit number of user-provided BigQuery job labels and reserve internal prefixes (8c4ff74)
    • Add param support to Bigtable execute_sql (5702a4b)
    • bigtable: add Bigtable cluster metadata tools (34c560e)
    • execute-type param addition in GkeCodeExecutor (9c45166)
    • skill: Add BashTool (8a31612)
    • Add support for toolsets to additional_tools field of SkillToolset (066fcec)

... (truncated)

Commits
  • b4f1b99 chore: update last-release-sha for next release
  • bdea87f chore(release/candidate): release 1.27.1 (#4832)
  • 03df40a fix(telemetery): Rolling back change to fix issue affecting LlmAgent creation...
  • 7b94a76 fix: Refactor LiteLlm check to avoid ImportError
  • 066fcec feat: Add support for toolsets to additional_tools field of SkillToolset
  • ae565be fix: Preserve thought_signature in LiteLLM tool calls
  • 22799c0 chore: update adk web, see changelog [web] section
  • 3117446 feat: Added tracking headers for ADK CLI command to Agent Engine
  • ab4b736 fix: Refactor type string update in Anthropic tool param conversion
  • 0ad4de7 ADK changes
  • Additional commits viewable in compare view

Updates pillow from 12.1.0 to 12.1.1

Release notes

Sourced from pillow's releases.

12.1.1

https://pillow.readthedocs.io/en/stable/releasenotes/12.1.1.html

Dependencies

Other changes

Commits

Updates pymupdf from 1.26.7 to 1.27.2

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.27.2 released

Wheels for Windows, Linux and MacOS, and the sdist, are available on https://pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

Changes in version 1.27.2

  • Use MuPDF-1.27.2.

  • Fixed issues:

  • Other:

    • Retrospectively marked #4907 as fixed in pymupdf-1.27.1.

    • Improved get_textpage_ocr().

      For partial OCR, all page areas outside legible text are now OCRed, not just those within images. This means that OCR will now also be performed for vector graphics, and for text containing illegible characters.

PyMuPDF-1.27.1 released

Wheels for Windows, Linux and MacOS, and the sdist, are available on https://pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.27.1 (2026-02-11)

  • Use MuPDF-1.27.1.

  • Fixed issues:

  • Other:

    • Added pymupdf.TEXT_CLIP.
    • Removed support for mupdf < 1.26.

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.27.2

  • Use MuPDF-1.27.2.

  • Fixed issues:

    • Fixed 4903 <https://github.com/pymupdf/PyMuPDF/issues/4903>_: Typing broken because of *_forward_decl
  • Other:

    • Retrospectively marked #4907 as fixed in pymupdf-1.27.1.

    • Improved get_textpage_ocr().

      For partial OCR, all page areas outside legible text are now OCRed, not just those within images. This means that OCR will now also be performed for vector graphics, and for text containing illegible characters.

Changes in version 1.27.1 (2026-02-11)

  • Use MuPDF-1.27.1.

  • Fixed issues:

    • Fixed 4599 <https://github.com/pymupdf/PyMuPDF/issues/4599>_: page.cluster_drawings extract a lot of small clusters once upgraded to 1.26
    • Fixed 4751 <https://github.com/pymupdf/PyMuPDF/issues/4751>_: Memory leaking in page.widgets()
    • Fixed 4762 <https://github.com/pymupdf/PyMuPDF/issues/4762>_: Importing pymupdf make pillow segmentation fault for converting jp2 file on ArchLinux
    • Fixed 4790 <https://github.com/pymupdf/PyMuPDF/issues/4790>_: Problem to delete pages on PDF
    • Fixed 4857 <https://github.com/pymupdf/PyMuPDF/issues/4857>_: Package is missing py.typed file required for type checking
    • Fixed 4886 <https://github.com/pymupdf/PyMuPDF/issues/4886>_: width attribute behaviour seems wrong
    • Fixed 4907 <https://github.com/pymupdf/PyMuPDF/issues/4907>_: signal 11:SIGSEGV while using display_list.get_textpage()
  • Other:

    • Added pymupdf.TEXT_CLIP.
    • Removed support for mupdf < 1.26.
    • New arg raise_on_repair in Document.save().
    • New method Document.repair().

Changes in version 1.26.7 (2025-12-11)

  • Use MuPDF-1.26.12.

    • Fixed 4801 <https://github.com/pymupdf/PyMuPDF/issues/4801>_: Build failure dumping all environment variables

... (truncated)

Commits
  • 4bfc665 changes.txt: added info about improvements to get_textpage_ocr().
  • d6fb27d Updates for release of 1.27.2.
  • 015680e Docs: fixes the default system light mode rendering of the page
  • 447ff2c Rework textpage_ocr
  • 1d272d7 setup.py: avoid swig director problem on macos with python<3.13.
  • 30eb43f setup.py: use default swig for pyodide.
  • fcd7fe0 setup.py: use latest swig on macos.
  • 967b6f8 setup.py: fixed handling of --clean if mupdf is not within pymupdf checkout.
  • d53ed39 tests/conftest.py: add some platform details to any junit .xml file.
  • fc56e45 setup.py: removed special casing of python>=3.13 with py_limited_api.
  • Additional commits viewable in compare view

Updates reportlab from 4.4.7 to 4.4.10

Updates dulwich from 0.25.2 to 1.1.0

Release notes

Sourced from dulwich's releases.

1.1.0

What's Changed

New Contributors

Full Changelog: jelmer/dulwich@dulwich-1.0.0...dulwich-1.1.0

1.0.0

What's Changed

Full Changelog: jelmer/dulwich@dulwich-0.25.2...dulwich-1.0.0

Changelog

Sourced from dulwich's changelog.

1.1.0 2026-02-17

  • Add support for core.commentChar configuration option in commit message templates. (Jelmer Vernooij, #1852)

  • Add basic support for subtrees. (Jelmer Vernooij)

  • Implement server-side Git hooks (pre-receive, update, post-receive) in ReceivePackHandler. Pre-receive hooks can abort entire pushes, update hooks can decline individual ref updates, and post-receive hooks run after successful pushes. Hook output is sent to clients via sideband channels. (Jelmer Vernooij, #212)

  • Report progress during pack file downloads. Dulwich now displays real-time transfer progress (bytes received, transfer speed) when cloning or fetching repositories, matching Git's behavior. (Jelmer Vernooij, #1121)

  • Add client-side support for Git protocol v2 packfile-uris capability, allowing servers to offload packfile distribution to CDNs or external storage. Includes hash verification before writing to repository to prevent data corruption. (Jelmer Vernooij, #1794)

  • Add bundle URI support for faster clones and fetches. The new dulwich.bundle_uri module implements the Git bundle URI specification, allowing clients to download pre-computed bundles from HTTP(S) URLs to bootstrap repository data before fetching remaining objects. (Jelmer Vernooij)

  • Add --unshallow support to fetch command, allowing conversion of shallow repositories to complete ones by fetching all missing history. (Jelmer Vernooij, #1800)

  • Support GIT_TRACE_PACKET in dulwich.cli. (Jelmer Vernooij)

  • Fix porcelain.checkout incorrectly skipping files whose paths start with .git (such as .github/, .gitignore, .gitattributes) during working tree and index updates, leaving staged changes after a clean checkout. (Jelmer Vernooij)

  • Fix cloning of SHA-256 repositories by including object-format and agent capabilities in Git protocol v2 ls-refs and fetch commands. (Jelmer Vernooij)

1.0.0 2026-01-17

  • Release of 1.0!

    From here on, Dulwich will not break backwards compatibility until 2.0 - although we may print DeprecationWarning when using deprecated

... (truncated)

Commits
  • 7dddd93 release 1.1.0
  • b281a4e Fix checkout skipping files with paths starting with '.git' (#2098)
  • dec35ce Fix checkout skipping files with paths starting with '.git'
  • 3056440 Server side hooks (#2097)
  • fb8fb20 Implement server-side git hooks (pre-receive, update, post-receive)
  • 7a9e41c Disable git-lfs filter process in LFS status tests to fix flaky Windows failu...
  • 30f1e2f Disable git-lfs filter process in LFS status tests to fix flaky Windows failures
  • 01daf57 Macos wheels fix (#2095)
  • d476e15 Fix mac os X wheel build
  • 0764e71 Add progress reporting during pack file downloads (#2094)
  • Additional commits viewable in compare view

Updates qdrant-client from 1.15.1 to 1.17.1

Release notes

Sourced from qdrant-client's releases.

v1.17.1

Change Log

Features 🌊

Fixes 🔧

  • #1169 - do not modify date filters in local mode by @​jnMetaCode
  • #1168 - run server version check in a thread to avoid blocking async client by @​joein
  • #1157 - fix type hint error in grpc_uploader with older versions of protobuf by @​joein

Thanks to everyone who contributed to the current release! @​jnMetaCode @​Anush008 @​joein

v1.17.0

Change Log

Features 🚢

Fixes ⚙️

Thanks to everyone who contributed to the current release! @​cbcoutinho @​generall @​coszio @​joein

v1.16.2

Change Log

Deprecations ⏳

Fixes ⚙️

Thanks to everyone who contributed to the current release! @​holyMolyTolli @​joein

v1.16.1

Change Log

Features 🪐

  • #1116 - implement grpc version of cluster_collection_update by @​joein

... (truncated)

Commits
  • cd5eb25 bump version to v1.17.1
  • 1699d30 feat: Add support for custom headers (#1162)
  • a410b9d fix: do not modify payload filters in local mode in-place (#1169)
  • 7a01e54 new: run server version check in a thread, don't check bm25 availabil… (#1168)
  • cb4af4f deprecate: completely replace fastembed bm25 with qdrant core bm25 in hosted ...
  • 2763397 fix: fix type hint union with grpc enum with old protobuf (#1157)
  • e7101dc bump version to v1.17.0
  • e50eb17 Update models 1.17 (#1154)
  • 5234450 fix: apply score_threshold filtering after fusion queries in local mode (#1138)
  • 49fa101 bump version to 1.16.2
  • Additional commits viewable in

Bumps the uv-all group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [google-genai](https://github.com/googleapis/python-genai) | `1.57.0` | `1.67.0` |
| [tenacity](https://github.com/jd/tenacity) | `9.1.2` | `9.1.4` |
| [web3](https://github.com/ethereum/web3.py) | `7.14.0` | `7.14.1` |
| [google-adk](https://github.com/google/adk-python) | `1.22.1` | `1.27.1` |
| [pillow](https://github.com/python-pillow/Pillow) | `12.1.0` | `12.1.1` |
| [pymupdf](https://github.com/pymupdf/pymupdf) | `1.26.7` | `1.27.2` |
| [reportlab](https://www.reportlab.com/) | `4.4.7` | `4.4.10` |
| [dulwich](https://github.com/dulwich/dulwich) | `0.25.2` | `1.1.0` |
| [qdrant-client](https://github.com/qdrant/qdrant-client) | `1.15.1` | `1.17.1` |
| [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) | `22.5` | `22.6` |
| [async-lru](https://github.com/aio-libs/async-lru) | `2.0.5` | `2.2.0` |
| [slack-sdk](https://github.com/slackapi/python-slack-sdk) | `3.39.0` | `3.41.0` |
| [discord-py](https://github.com/Rapptz/discord.py) | `2.6.4` | `2.7.1` |
| [cryptography](https://github.com/pyca/cryptography) | `46.0.3` | `46.0.5` |
| [pyjwt](https://github.com/jpadilla/pyjwt) | `2.10.1` | `2.12.1` |
| [pyopenssl](https://github.com/pyca/pyopenssl) | `25.3.0` | `26.0.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.11` | `0.15.6` |



Updates `google-genai` from 1.57.0 to 1.67.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.57.0...v1.67.0)

Updates `tenacity` from 9.1.2 to 9.1.4
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](jd/tenacity@9.1.2...9.1.4)

Updates `web3` from 7.14.0 to 7.14.1
- [Changelog](https://github.com/ethereum/web3.py/blob/v7.14.1/docs/release_notes.rst)
- [Commits](ethereum/web3.py@v7.14.0...v7.14.1)

Updates `google-adk` from 1.22.1 to 1.27.1
- [Release notes](https://github.com/google/adk-python/releases)
- [Changelog](https://github.com/google/adk-python/blob/main/CHANGELOG.md)
- [Commits](google/adk-python@v1.22.1...v1.27.1)

Updates `pillow` from 12.1.0 to 12.1.1
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.1.0...12.1.1)

Updates `pymupdf` from 1.26.7 to 1.27.2
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.26.7...1.27.2)

Updates `reportlab` from 4.4.7 to 4.4.10

Updates `dulwich` from 0.25.2 to 1.1.0
- [Release notes](https://github.com/dulwich/dulwich/releases)
- [Changelog](https://github.com/jelmer/dulwich/blob/main/NEWS)
- [Commits](jelmer/dulwich@dulwich-0.25.2...dulwich-1.1.0)

Updates `qdrant-client` from 1.15.1 to 1.17.1
- [Release notes](https://github.com/qdrant/qdrant-client/releases)
- [Commits](qdrant/qdrant-client@v1.15.1...v1.17.1)

Updates `python-telegram-bot` from 22.5 to 22.6
- [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases)
- [Commits](python-telegram-bot/python-telegram-bot@v22.5...v22.6)

Updates `async-lru` from 2.0.5 to 2.2.0
- [Release notes](https://github.com/aio-libs/async-lru/releases)
- [Changelog](https://github.com/aio-libs/async-lru/blob/master/CHANGES.rst)
- [Commits](aio-libs/async-lru@v2.0.5...v2.2.0)

Updates `slack-sdk` from 3.39.0 to 3.41.0
- [Release notes](https://github.com/slackapi/python-slack-sdk/releases)
- [Commits](slackapi/python-slack-sdk@v3.39.0...v3.41.0)

Updates `discord-py` from 2.6.4 to 2.7.1
- [Commits](Rapptz/discord.py@v2.6.4...v2.7.1)

Updates `cryptography` from 46.0.3 to 46.0.5
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@46.0.3...46.0.5)

Updates `pyjwt` from 2.10.1 to 2.12.1
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.10.1...2.12.1)

Updates `pyopenssl` from 25.3.0 to 26.0.0
- [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst)
- [Commits](pyca/pyopenssl@25.3.0...26.0.0)

Updates `ruff` from 0.14.11 to 0.15.6
- [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.14.11...0.15.6)

---
updated-dependencies:
- dependency-name: google-genai
  dependency-version: 1.67.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-all
- dependency-name: tenacity
  dependency-version: 9.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-all
- dependency-name: web3
  dependency-version: 7.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-all
- dependency-name: google-adk
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-all
- dependency-name: pillow
  dependency-version: 12.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-all
- dependency-name: pymupdf
  dependency-version: 1.27.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-all
- dependency-name: reportlab
  dependency-version: 4.4.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-all
- dependency-name: dulwich
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: uv-all
- dependency-name: qdrant-client
  dependency-version: 1.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-all
- dependency-name: python-telegram-bot
  dependency-version: '22.6'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-all
- dependency-name: async-lru
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-all
- dependency-name: slack-sdk
  dependency-version: 3.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-all
- dependency-name: discord-py
  dependency-version: 2.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-all
- dependency-name: cryptography
  dependency-version: 46.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-all
- dependency-name: pyjwt
  dependency-version: 2.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-all
- dependency-name: pyopenssl
  dependency-version: 26.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: uv-all
- dependency-name: ruff
  dependency-version: 0.15.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants