diff --git a/pyproject.toml b/pyproject.toml index 8acfe0c..5b299d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.6" docker = "^5.0.3" -pytest = "^5.4.1" +pytest = "^7.0.1" [tool.poetry.dev-dependencies] black = "^19.10b0"