From 662851a819953d5815381959aa73bf754ed69ec0 Mon Sep 17 00:00:00 2001 From: "Alex J. Champandard" <445208+alexjc@users.noreply.github.com> Date: Sat, 1 Apr 2023 14:39:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20Upgrade=20dependencies.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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"]