diff --git a/pyproject.toml b/pyproject.toml index c2a7b12..98e06cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,19 +28,19 @@ starfleet = "starfleet.cli.entrypoint:cli" [project.optional-dependencies] tests = [ - "pytest==7.4.4", + "pytest==8.0.0", "pytest-cov==4.1.0", "pytest-xdist==3.5.0", - "black==23.12.1", - "flake8==6.1.0", + "black==24.1.1", + "flake8==7.0.0", "pylint==3.0.3", - "tox==4.11.4", + "tox==4.12.1", "moto==4.2.9", "mkdocs==1.5.3", "mkdocstrings[python]==0.24.0", "mkdocs-gen-files==0.5.0", "mkdocs-literate-nav==0.6.1", - "mkdocs-material==9.5.3", + "mkdocs-material==9.5.6", "cfn-lint>=0.77", "checkov>=2.3", ]