From bfecfdc13da7d0a6080a3c95c82a9e206796998c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:12:03 +0000 Subject: [PATCH] chore(deps): update testing deps --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4964862..5dca0f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,8 +55,8 @@ ops = "^2.17.1" optional = true [tool.poetry.group.fmt.dependencies] -black = "^24.8.0" -isort = "^5.13.2" +black = "^25.0.0" +isort = "^6.0.0" [tool.poetry.group.lint] optional = true @@ -64,7 +64,7 @@ optional = true [tool.poetry.group.lint.dependencies] codespell = "^2.3.0" flake8 = "^7.0.0" -flake8-builtins = "^2.5.0" +flake8-builtins = "^3.0.0" flake8-copyright = "^0.2.4" flake8-docstrings = "^1.7.0" pep8-naming = "^0.14.1"