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