Skip to content

deps(python): bump the python-minor group across 1 directory with 9 updates#5184

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/python-minor-700735d066
Closed

deps(python): bump the python-minor group across 1 directory with 9 updates#5184
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/python-minor-700735d066

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the python-minor group with 9 updates in the / directory:

Package From To
fastapi 0.135.1 0.135.2
fastmcp 3.1.0 3.1.1
anthropic 0.84.0 0.86.0
google-cloud-storage 3.9.0 3.10.1
pytest-cov 7.0.0 7.1.0
ruff 0.15.5 0.15.7
bokeh 3.8.2 3.9.0
lets-plot 4.8.2 4.9.0
cairosvg 2.8.2 2.9.0

Updates fastapi from 0.135.1 to 0.135.2

Release notes

Sourced from fastapi's releases.

0.135.2

Upgrades

  • ⬆️ Increase lower bound to pydantic >=2.9.0. and fix the test suite. PR #15139 by @​svlandeg.

Docs

Translations

Internal

... (truncated)

Commits
  • 25a3697 🔖 Release version 0.135.2
  • ab125da 📝 Update release notes
  • 122b6d4 📝 Add missing last release notes dates (#15202)
  • 68ac0ab 📝 Update release notes
  • ea6e287 📝 Update docs for contributors and team members regarding translation PRs (#1...
  • d0a6f20 📝 Update release notes
  • fd9e192 💄 Fix code blocks in reference docs overflowing table width (#15094)
  • fce9460 📝 Update release notes
  • 0227991 🔨 Exclude spam comments from statistics in scripts/people.py (#15088)
  • cbd64b0 📝 Update release notes
  • Additional commits viewable in compare view

Updates fastmcp from 3.1.0 to 3.1.1

Release notes

Sourced from fastmcp's releases.

v3.1.1: 'Tis But a Patch

Pins pydantic-monty<0.0.8 to fix a breaking change in Monty that affects code mode. Monty 0.0.8 removed the external_functions constructor parameter, causing MontySandboxProvider to fail. This patch caps the version so existing installs work correctly.

What's Changed

Fixes 🐞

Full Changelog: PrefectHQ/fastmcp@v3.1.0...v3.1.1

Commits

Updates anthropic from 0.84.0 to 0.86.0

Release notes

Sourced from anthropic's releases.

v0.86.0

0.86.0 (2026-03-18)

Full Changelog: v0.85.0...v0.86.0

Features

Bug Fixes

  • AsyncAnthropic._make_status_error missing 529 and 413 cases (#1244) (05220bc)
  • deps: bump minimum typing-extensions version (09ab112)
  • pydantic: do not pass by_alias unless set (b17480e)

Chores

  • internal: tweak CI branches (3c0308c)

v0.85.0

0.85.0 (2026-03-16)

Full Changelog: v0.84.0...v0.85.0

Features

  • api: chore(config): clean up model enum list (#31) (cce1a5b)
  • api: GA thinking-display-setting (207340c)
  • tests: update mock server (7dc86a4)

Bug Fixes

  • client: add missing 413 and 529 error handlers to async client (#1554) (9c2986f)
  • tool runner: propagate container_id for programmatic tool calling (#1462) (3ae7ff6)
  • tools: use filtered messages list in async compaction (#1124) (710d666)

Chores

  • ci: bump uv version (09656ac)
  • internal: codegen related update (c9e9fc2)
  • internal: codegen related update (77f77d1)
  • tests: unskip tests that are now supported in steady (827330b)
Changelog

Sourced from anthropic's changelog.

0.86.0 (2026-03-18)

Full Changelog: v0.85.0...v0.86.0

Features

Bug Fixes

  • AsyncAnthropic._make_status_error missing 529 and 413 cases (#1244) (05220bc)
  • deps: bump minimum typing-extensions version (09ab112)
  • pydantic: do not pass by_alias unless set (b17480e)

Chores

  • internal: tweak CI branches (3c0308c)

0.85.0 (2026-03-16)

Full Changelog: v0.84.0...v0.85.0

Features

  • api: chore(config): clean up model enum list (#31) (cce1a5b)
  • api: GA thinking-display-setting (207340c)
  • tests: update mock server (7dc86a4)

Bug Fixes

  • client: add missing 413 and 529 error handlers to async client (#1554) (9c2986f)
  • tool runner: propagate container_id for programmatic tool calling (#1462) (3ae7ff6)
  • tools: use filtered messages list in async compaction (#1124) (710d666)

Chores

  • ci: bump uv version (09656ac)
  • internal: codegen related update (c9e9fc2)
  • internal: codegen related update (77f77d1)
  • tests: unskip tests that are now supported in steady (827330b)
Commits
  • d7c0974 release: 0.86.0
  • c46a3e4 feat(api): manual updates
  • 34045e4 feat(api): manual updates
  • 5ccd6b4 feat: add support for filesystem memory tools (#1247)
  • 206252f chore(internal): tweak CI branches
  • c5e5f3e fix(deps): bump minimum typing-extensions version
  • 8669b92 fix(pydantic): do not pass by_alias unless set
  • 05220bc fix: AsyncAnthropic._make_status_error missing 529 and 413 cases (#1244)
  • be3dd14 release: 0.85.0
  • fc9f47e feat(api): GA thinking-display-setting
  • Additional commits viewable in compare view

Updates google-cloud-storage from 3.9.0 to 3.10.1

Release notes

Sourced from google-cloud-storage's releases.

google-cloud-storage: v3.10.1

3.10.1 (2026-03-23)

Bug Fixes

  • raise ValueError if api_endpoint is unset when using AnonymousCredentials in AsyncGrpcClient. (#1778) (17828ea3)

google-cloud-storage: v3.10.0

3.10.0 (2026-03-18)

Features

Perf Improvments

Bug Fixes

Changelog

Sourced from google-cloud-storage's changelog.

3.10.1 (2026-03-23)

Bug Fixes

3.10.0 (2026-03-18)

Features

Perf Improvments

Bug Fixes

Commits
  • fce6a6b chore: librarian release pull request: 20260323T070628Z (#1782)
  • f768af7 chore: run bidi_tests independently (#1781)
  • 17828ea fix: raise ValueError if api_endpoint is unset when using AnonymousCredential...
  • 8b7fbde chore: librarian release pull request: 20260318T145147Z (#1776)
  • 21bb20f feat(samples): add argparse and clarify traversal support in download_many sn...
  • 5581988 fix(storage): skip downloading blobs whose name contain ":" eg: C: D: ...
  • c5735c3 feat(storage): support returning skipped items as UserWarning in download_man...
  • 14cfd61 feat(storage): Use raw proto access for read resumption strategy (#1764)
  • 2a6e8b0 feat: add support for bucket encryption enforcement config (#1742)
  • 141f7ac chore: skip hmac tests until b/493225655 is fixed (#1771)
  • Additional commits viewable in compare view

Updates pytest-cov from 7.0.0 to 7.1.0

Changelog

Sourced from pytest-cov's changelog.

7.1.0 (2026-03-21)

  • Fixed total coverage computation to always be consistent, regardless of reporting settings. Previously some reports could produce different total counts, and consequently can make --cov-fail-under behave different depending on reporting options. See [#641](https://github.com/pytest-dev/pytest-cov/issues/641) <https://github.com/pytest-dev/pytest-cov/issues/641>_.

  • Improve handling of ResourceWarning from sqlite3.

    The plugin adds warning filter for sqlite3 ResourceWarning unclosed database (since 6.2.0). It checks if there is already existing plugin for this message by comparing filter regular expression. When filter is specified on command line the message is escaped and does not match an expected message. A check for an escaped regular expression is added to handle this case.

    With this fix one can suppress ResourceWarning from sqlite3 from command line::

    pytest -W "ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning" ...

  • Various improvements to documentation. Contributed by Art Pelling in [#718](https://github.com/pytest-dev/pytest-cov/issues/718) <https://github.com/pytest-dev/pytest-cov/pull/718>_ and "vivodi" in [#738](https://github.com/pytest-dev/pytest-cov/issues/738) <https://github.com/pytest-dev/pytest-cov/pull/738>. Also closed [#736](https://github.com/pytest-dev/pytest-cov/issues/736) <https://github.com/pytest-dev/pytest-cov/issues/736>.

  • Fixed some assertions in tests. Contributed by in Markéta Machová in [#722](https://github.com/pytest-dev/pytest-cov/issues/722) <https://github.com/pytest-dev/pytest-cov/pull/722>_.

  • Removed unnecessary coverage configuration copying (meant as a backup because reporting commands had configuration side-effects before coverage 5.0).

Commits
  • 66c8a52 Bump version: 7.0.0 → 7.1.0
  • f707662 Make the examples use pypy 3.11.
  • 6049a78 Make context test use the old ctracer (seems the new sysmon tracer behaves di...
  • 8ebf20b Update changelog.
  • 861d30e Remove the backup context manager - shouldn't be needed since coverage 5.0, ...
  • fd4c956 Pass the precision on the nulled total (seems that there's some caching goion...
  • 78c9c4e Only run the 3.9 on older deps.
  • 4849a92 Punctuation.
  • 197c35e Update changelog and hopefully I don't forget to publish release again :))
  • 14dc1c9 Update examples to use 3.11 and make the adhoc layout example look a bit more...
  • Additional commits viewable in compare view

Updates ruff from 0.15.5 to 0.15.7

Release notes

Sourced from ruff's releases.

0.15.7

Release Notes

Released on 2026-03-19.

Preview features

  • Display output severity in preview (#23845)
  • Don't show noqa hover for non-Python documents (#24040)

Rule changes

  • [pycodestyle] Recognize pyrefly: as a pragma comment (E501) (#24019)

Server

  • Don't return code actions for non-Python documents (#23905)

Documentation

  • Add company AI policy to contributing guide (#24021)
  • Document editor features for Markdown code formatting (#23924)
  • [pylint] Improve phrasing (PLC0208) (#24033)

Other changes

  • Use PEP 639 license information (#19661)

Contributors

Install ruff 0.15.7

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ruff/releases/download/0.15.7/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/ruff/releases/download/0.15.7/ruff-installer.ps1 | iex"
</tr></table> 

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.7

Released on 2026-03-19.

Preview features

  • Display output severity in preview (#23845)
  • Don't show noqa hover for non-Python documents (#24040)

Rule changes

  • [pycodestyle] Recognize pyrefly: as a pragma comment (E501) (#24019)

Server

  • Don't return code actions for non-Python documents (#23905)

Documentation

  • Add company AI policy to contributing guide (#24021)
  • Document editor features for Markdown code formatting (#23924)
  • [pylint] Improve phrasing (PLC0208) (#24033)

Other changes

  • Use PEP 639 license information (#19661)

Contributors

0.15.6

Released on 2026-03-12.

Preview features

  • Add support for lazy import parsing (#23755)
  • Add support for star-unpacking of comprehensions (PEP 798) (#23788)
  • Reject semantic syntax errors for lazy imports (#23757)
  • Drop a few rules from the preview default set (#23879)
  • [airflow] Flag Variable.get() calls outside of task execution context (AIR003) (#23584)
  • [airflow] Flag runtime-varying values in DAG/task constructor arguments (AIR304) (#23631)
  • [flake8-bugbear] Implement delattr-with-constant (B043) (#23737)

... (truncated)

Commits
  • 0ef39de Bump 0.15.7 (#24049)
  • beb543b [ty] ecosystem-analyzer: Fail on newly panicking projects (#24043)
  • 378fe73 Don't show noqa hover for non-Python documents (#24040)
  • b5665bd [pylint] Improve phrasing (PLC0208) (#24033)
  • 6e20f22 test: migrate show_settings and version tests to use CliTest (#23702)
  • f99b284 Drain file watcher events during test setup (#24030)
  • 744c996 [ty] Filter out unsatisfiable inference attempts during generic call narrowin...
  • 1616095 [ty] Avoid inferring intersection types for call arguments (#23933)
  • 7f275f4 [ty] Pin mypy_primer in setup_primer_project.py (#24020)
  • 7255e36 [pycodestyle] Recognize pyrefly: as a pragma comment (E501) (#24019)
  • Additional commits viewable in compare view

Updates bokeh from 3.8.2 to 3.9.0

Changelog

Sourced from bokeh's changelog.

2026-03-11 3.9:

  • bugfixes:

    • #14584 Div from bokeh.models.dom raisese ValueError in show call
    • #14724 Bokeh protocol doesn't use binary encoding in pull-doc-reply message
    • #14569 [component: bokehjs] Adjust overlay in case of 1D box zoom
    • #14799 [component: build] Compilation failing with whitespace in path
    • #13578 [component: tests] Unit tests are failing due to changes in pytest-asyncio
    • #14568 [component: bokehjs] [BUG] Wheel Zoom Tool and Categorical Axis Range
    • #14817 MyPy can crash on Bokeh 3.9.0.dev9 code
    • #14776 [component: bokehjs] Don't add BBox if an axis has fixed position
    • #14815 [component: bokehjs] Bounds using FactorRanges aren't respected in the first visualization
    • #14881 Default compression level seems too high
    • #14894 NoChannelsConfiguredError breaks CI after PR #14309
    • #10706 [component: bokehjs] [BUG] DataCube not respecting 'target' arg on initial creation
    • #14404 bokeh info should handle missing npm more gracefully
    • #14502 Legends fail to export using bokeh.io.export_svgs
    • #14549 [component: bokehjs] Updating Div text from hover causes infinite loop
    • #14616 Add is_silenced function to the public API
    • #14645 [component: bokehjs] CategoricalSlider shows 'undefined' for some categories when a certain number of categories is given
    • #14690 [component: bokehjs] Bokehjs test/devtools server examples error on Windows
    • #14700 [component: tests] Regression test for #11339 fails randomly since Chrome version upgrade.
    • #14709 [component: build] ESM minified bundles don't work due to bad imports
    • #14730 CI sometimes fails on MacOS with "The template is not valid"
    • #14744 [component: bokehjs] Use outline_width in Legend
    • #14750 [component: bokehjs] Block glyph doesn't account for reversed axes
    • #14756 [component: build] Build CI job failing
  • features:

    • #14417 [component: bokehjs] Cannot scroll or wrap large number of tabs
    • #14742 [FEATURE] Add padding to step
    • #14772 [component: bokehjs] Add support for property value editing in Examiner component
    • #14779 Add support for displaying contents with Markdown syntax
    • #14607 Enhancements for bokeh settings
    • #14716 [component: bokehjs] [Feature Request] Native Text/Glyph Outline Support (Inspired by Matplotlib PathEffects)
  • tasks:

    • #14346 Redesign Dropdown widget to use Menu model
    • #14698 Use auto_box_zoom as the default tool
    • #14786 [component: build] Replace ts-node and tsconfig-paths with tsc, ES modules and imports maps
    • #14789 [component: build] Migrate to eslint 9.x
    • #14793 Enhance performance of bitset in CDS view
    • #14795 [component: bokehjs] Enhance performance of indices map in CDS view
    • #14782 [component: build] Drop baseUrl from tsconfig.json files
    • #14802 [component: bokehjs] Enhance performance of _value_record_references in has_props
    • #14804 Pandas 3.0 compatibility
    • #14810 [component: bokehjs] Use ES2026 UInt8Array.{to,from}Base64 if available
    • #14816 Adapt to new CoW behavior in Pandas 3.0
    • #14822 Allow to disable linking layouts cross panels in Tabs
    • #14824 [component: bokehjs] Perform inplace byte swap for big endian conversion

... (truncated)

Commits

Updates lets-plot from 4.8.2 to 4.9.0

Release notes

Sourced from lets-plot's releases.

v4.9.0

[4.9.0] - 2026-03-11

Added

  • Python 3.14 support.

  • Python 3.14 free-threading support [#1454].

  • Plot Annotations:

    • New labels parameter in geom_smooth() designed to display statistical summaries of the fitted model directly on the plot.
      This parameter accepts a smooth_labels() object, which provides access to model-specific variables like $R^2$, the regression equation and others.

      See: example notebook.

    • Plot tags. A tag can be specified via labs(tag=...) and styled using theme parameters [#1407].

      See: example notebook and updated plot layout scheme.

    • Plot tags customization parameters in theme():

      • plot_tag - sets the tag style via element_text().
      • plot_tag_location - specifies the area used for positioning the tag.
      • plot_tag_position - specifies the position of the tag within the selected area.
      • plot_tag_prefix - text added before the tag value.
      • plot_tag_suffix - text added after the tag value.

      See: example notebook.

  • Geometries:

    • New geom_bracket(), geom_bracket_dodge() [#1114].

      See: example notebook.

    • geom_imshow():

      • Support for custom colormaps [#780].

      • New cguide parameter: use to customize the colorbar for grayscale images.

        See: example notebook.

  • Color Scales:

    • New palette() method for color scales: generates a list of hex color codes that can be used with scale_color_manual() to maintain consistent colors across multiple plots [#1444].

      See: example notebook.

    • New overflow parameter in scale_color_brewer() / scale_fill_brewer(): controls how colors are generated when more colors are needed than the palette provides.
      Options: 'interpolate' ('i'), 'cycle' ('c'), 'generate' ('g').

... (truncated)

Changelog

Sourced from lets-plot's changelog.

[4.9.0] - 2026-03-11

Added

  • Python 3.14 support.

  • Python 3.14 free-threading support [#1454].

  • Plot Annotations:

    • New labels parameter in geom_smooth() designed to display statistical summaries of the fitted model directly on the plot.
      This parameter accepts a smooth_labels() object, which provides access to model-specific variables like $R^2$, the regression equation and others.

      See: example notebook.

    • Plot tags. A tag can be specified via labs(tag=...) and styled using theme parameters [#1407].

      See: example notebook and updated plot layout scheme.

    • Plot tags customization parameters in theme():

      • plot_tag - sets the tag style via element_text().
      • plot_tag_location - specifies the area used for positioning the tag.
      • plot_tag_position - specifies the position of the tag within the selected area.
      • plot_tag_prefix - text added before the tag value.
      • plot_tag_suffix - text added after the tag value.

      See: example notebook.

  • Geometries:

    • New geom_bracket(), geom_bracket_dodge() [#1114].

      See: example notebook.

    • geom_imshow():

      • Support for custom colormaps [#780].

      • New cguide parameter: use to customize the colorbar for grayscale images.

        See: example notebook.

  • Color Scales:

    • New palette() method for color scales: generates a list of hex color codes that can be used with scale_color_manual() to maintain consistent colors across multiple plots [#1444].

      See: example notebook.

    • New overflow parameter in scale_color_brewer() / scale_fill_brewer(): controls how colors are generated when more colors are needed than the palette provides.
      Options: 'interpolate' ('i'), 'cycle' ('c'), 'generate' ('g').

... (truncated)

Commits
  • 130891f Updated version v4.9.0
  • d5536fa Docs 4.9.0 (#1473)
  • 41ed660 Docstrings: Change docstrings for the inherited members of the smooth_labels().
  • dc2399e Docstrings: Add example for the palette() method of the ColorScaleFeatureSpec.
  • b5b53a9 Add another demo-image
  • 7826946 Update future_changes.md
  • 71eabaf Run demos with 4.9.0rc1
  • f29feb8 Add demo images
  • 73e7caa Update geom_bracket demo
  • cace014 Update future_changes.md
  • Additional commits viewable in compare view
Description has been truncated

…pdates

Bumps the python-minor group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.135.1` | `0.135.2` |
| [fastmcp](https://github.com/PrefectHQ/fastmcp) | `3.1.0` | `3.1.1` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.84.0` | `0.86.0` |
| [google-cloud-storage](https://github.com/googleapis/python-storage) | `3.9.0` | `3.10.1` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.5` | `0.15.7` |
| [bokeh](https://github.com/bokeh/bokeh) | `3.8.2` | `3.9.0` |
| [lets-plot](https://github.com/JetBrains/lets-plot) | `4.8.2` | `4.9.0` |
| [cairosvg](https://github.com/Kozea/CairoSVG) | `2.8.2` | `2.9.0` |



Updates `fastapi` from 0.135.1 to 0.135.2
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.135.1...0.135.2)

Updates `fastmcp` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/PrefectHQ/fastmcp/releases)
- [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx)
- [Commits](PrefectHQ/fastmcp@v3.1.0...v3.1.1)

Updates `anthropic` from 0.84.0 to 0.86.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.84.0...v0.86.0)

Updates `google-cloud-storage` from 3.9.0 to 3.10.1
- [Release notes](https://github.com/googleapis/python-storage/releases)
- [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-storage@v3.9.0...v3.10.1)

Updates `pytest-cov` from 7.0.0 to 7.1.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0)

Updates `ruff` from 0.15.5 to 0.15.7
- [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.5...0.15.7)

Updates `bokeh` from 3.8.2 to 3.9.0
- [Changelog](https://github.com/bokeh/bokeh/blob/3.9.0/docs/CHANGELOG)
- [Commits](bokeh/bokeh@3.8.2...3.9.0)

Updates `lets-plot` from 4.8.2 to 4.9.0
- [Release notes](https://github.com/JetBrains/lets-plot/releases)
- [Changelog](https://github.com/JetBrains/lets-plot/blob/master/CHANGELOG.md)
- [Commits](JetBrains/lets-plot@v4.8.2...v4.9.0)

Updates `cairosvg` from 2.8.2 to 2.9.0
- [Release notes](https://github.com/Kozea/CairoSVG/releases)
- [Changelog](https://github.com/Kozea/CairoSVG/blob/main/NEWS.rst)
- [Commits](Kozea/CairoSVG@2.8.2...2.9.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.135.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-minor
- dependency-name: fastmcp
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-minor
- dependency-name: anthropic
  dependency-version: 0.86.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor
- dependency-name: google-cloud-storage
  dependency-version: 3.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor
- dependency-name: pytest-cov
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor
- dependency-name: ruff
  dependency-version: 0.15.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-minor
- dependency-name: bokeh
  dependency-version: 3.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor
- dependency-name: lets-plot
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor
- dependency-name: cairosvg
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Mar 23, 2026
@MarkusNeusinger
Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 24, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 24, 2026
@dependabot dependabot bot deleted the dependabot/uv/python-minor-700735d066 branch March 24, 2026 21:34
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant