diff --git a/pyproject.toml b/pyproject.toml index 07f2d8e..b493a80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,14 +21,14 @@ texturize = 'texturize.__main__:main' python = "^3.6" creativeai = "^0.2.1" docopt = "^0.6.2" -progressbar2 = "^3.51.3" -schema = "^0.7.2" +progressbar2 = "^4.2.0" +schema = "^0.7.5" [tool.poetry.dev-dependencies] -pytest = "^5.4.3" -hypothesis = "^5.16.1" -pytest-cov = "^2.9.0" -keyring = "^21.2.1" +pytest = ">=7.0.0" +hypothesis = ">=6.0.0" +pytest-cov = ">=3.0.0" +keyring = ">=22.4.0" [build-system] requires = ["poetry>=1.0"]