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"