From f586a41c68881c8f483d549e821c7f9fec95d9ba Mon Sep 17 00:00:00 2001 From: Kuba Mazurek Date: Thu, 27 May 2021 18:12:58 +0200 Subject: [PATCH] Bump goth version to 0.3.* (#405) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index caca9d941..43e5ed3fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ colorama = "^0.4.4" # It will be then installable with `poetry install -E integration-tests`. # Note that putting `goth` in `poetry.dev-dependencies` instead of `poetry.dependencies` # would not work: see https://github.com/python-poetry/poetry/issues/129. -goth = { version = "^0.2.1", optional = true, python = "^3.8.0" } +goth = { version = "^0.3", optional = true, python = "^3.8.0" } Deprecated = "^1.2.12" [tool.poetry.extras]