diff --git a/python/pyproject.toml b/python/pyproject.toml index b07348b..e6d2f3e 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -21,7 +21,7 @@ tag_prefix = "python/" python = "^3.7" [tool.poetry.dev-dependencies] -pytest = "^6.0.1" +pytest = "^7.2" hypothesis = "^5.23.11" pydoc-md = "^0.1.0"