diff --git a/pyproject.toml b/pyproject.toml index 643e127..c8f13ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,16 +25,16 @@ starfleet = "starfleet.cli.entrypoint:cli" [project.optional-dependencies] tests = [ - "pytest==7.4.0", + "pytest==7.4.1", "pytest-cov==4.1.0", "pytest-xdist==3.3.1", "black==23.7.0", "flake8==6.1.0", "pylint==2.17.5", - "tox==4.11.0", + "tox==4.11.1", "moto==4.1.12", "mkdocs==1.5.2", - "mkdocstrings[python]==0.22.0", + "mkdocstrings[python]==0.23.0", "mkdocs-gen-files==0.5.0", "mkdocs-literate-nav==0.6.0", "mkdocs-material==9.2.8",