From 2c7ab0f0a2ef6d4f0d781f1efcf49caafba41b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 06:15:06 +0000 Subject: [PATCH] build(deps): bump matplotlib from 3.10.8 to 3.10.9 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.10.8 to 3.10.9. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.8...v3.10.9) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8dbf56..8a39a46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "g4f>=0.6.1.6", "loguru==0.7.3", "pydantic-settings==2.13.1", - "matplotlib==3.10.8", + "matplotlib==3.10.9", ] [tool.ruff.lint]