From 34f0cb0e10a8e9fa726ca332c5d3e9d3014a355b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:41:37 +0000 Subject: [PATCH] =?UTF-8?q?OPT:=20Update=20all=20non-major=20dependencies?= =?UTF-8?q?=20=E2=AC=86=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 10b7c0d..33fc9ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,25 +52,25 @@ zstd = ["zstd"] optional = true [tool.poetry.group.dev.dependencies] -freezegun = "1.5.2" -mypy = "1.16.1" -pytest = "8.4.1" -pytest-asyncio = "1.0.0" -pytest-cov = "6.2.1" -ruff = "0.12.1" +freezegun = "1.5.5" +mypy = "1.20.2" +pytest = "8.4.2" +pytest-asyncio = "1.3.0" +pytest-cov = "6.3.0" +ruff = "0.15.11" types-redis = "^4.4.0.4" [tool.poetry.group.docs] optional = true [tool.poetry.group.docs.dependencies] -black = "25.1.0" -cairosvg = "2.8.2" -mkdocs-autorefs = "1.4.2" +black = "25.12.0" +cairosvg = "2.9.0" +mkdocs-autorefs = "1.4.4" mkdocs-git-committers-plugin-2 = "2.5.0" -mkdocs-git-revision-date-localized-plugin = "1.4.7" -mkdocs-material = "9.6.15" -mkdocstrings = { version = "0.29.1", extras = ["python"] } +mkdocs-git-revision-date-localized-plugin = "1.5.1" +mkdocs-material = "9.7.6" +mkdocstrings = { version = "0.30.1", extras = ["python"] } pillow = "11.3.0" [tool.black]