diff --git a/pyproject.toml b/pyproject.toml index c3fcc95..c117513 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "Source" = "https://github.com/OliverKillane/xmlable" [project.optional-dependencies] -dev = ["black==23.7.0", "mypy==1.5.1", "pytest==7.4.0"] +dev = ["black==23.9.1", "mypy==1.5.1", "pytest==7.4.2"] [tool.pytest.ini_options] minversion = "6.0"