diff --git a/pyproject.toml b/pyproject.toml index c5926aa..87c2290 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ version = {attr = "logiklib.__version__"} [project.optional-dependencies] test = [ - "pytest==8.4.1", + "pytest==8.4.2", "flake8==7.3.0", "codespell==2.4.1" ]