From 5ecafdcc1d8d3b35494fbc109e6a887b67b7bf90 Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Thu, 31 Oct 2024 15:38:49 +0100 Subject: [PATCH] chore: update dev deps --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7d395f33..8f1e184a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,8 +51,8 @@ more_itertools = ">=10.0.0" build = "~1.2.0" griffe = "~1.2.0" ipdb = "~0.13.0" -mypy = "~1.11.0" -pre-commit = "~3.8.0" +mypy = "~1.13.0" +pre-commit = "~4.0.0" pydoc-markdown = "~4.8.0" pytest = "~8.3.0" pytest-asyncio = "~0.24.0" @@ -61,8 +61,8 @@ pytest-only = "~2.1.0" pytest-timeout = "~2.3.0" pytest-xdist = "~3.6.0" redbaron = "~0.9.0" -ruff = "~0.6.0" -setuptools = "~74.0.0" # setuptools are used by pytest but not explicitly required +ruff = "~0.7.0" +setuptools = "~75.0.0" # setuptools are used by pytest but not explicitly required [tool.ruff] line-length = 150