diff --git a/pyproject.toml b/pyproject.toml index 0884c6b..d9ca502 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,9 +54,9 @@ completion = [ "argcomplete >= 2.0", ] test = [ - "tox >= 4.4", - "pytest >= 7.2", - "pytest-cov >= 4.0", + "tox >= 4.11.3", + "pytest >= 7.4", + "pytest-cov >= 4.1", ] docs = [ "sphinx >= 6.1", @@ -65,7 +65,7 @@ docs = [ "readthedocs-sphinx-search == 0.2.0", ] linters = [ - "pre-commit >= 3.0.4", + "pre-commit >= 3.4.0", ] [tool.distutils.bdist_wheel] @@ -76,7 +76,7 @@ multi_line_output = 3 profile = "black" [tool.black] -target-version = ["py38", "py39", "py310", "py311", "py312"] +target-version = ["py38", "py39", "py310", "py311"] # , "py312"] [tool.bandit] exclude_dirs = ["tests"]