diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4835fc3..bcf5e87 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: additional_dependencies: ["toml"] - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black language_version: python3 diff --git a/pyproject.toml b/pyproject.toml index 2536d29..c3738c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.9" # TODO [tool.poetry.group.dev.dependencies] pytest = "^7.4.3" pytest-mock = "^3.12.0" -black = "^23.10.1" +black = "^23.11.0" flake8 = "^6.1.0" isort = "^5.12.0" pre-commit = "^3.5.0"