From 754c8851c37eb46d26442e53b082d109c5a7e00b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Aug 2021 23:16:57 +0000 Subject: [PATCH] Update pywhat requirement from 3.0.0 to 3.4.0 Updates the requirements on [pywhat](https://github.com/bee-san/pyWhat) to permit the latest version. - [Release notes](https://github.com/bee-san/pyWhat/releases) - [Commits](https://github.com/bee-san/pyWhat/commits/3.4.0) --- updated-dependencies: - dependency-name: pywhat dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0bebb059a..20ab1d81f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ base91 = "^1.0.1" pybase62 = "^0.4.3" click = ">=7.1.2,<9.0.0" mock = "^4.0.3" -pywhat = "3.0.0" +pywhat = "3.4.0" xortool-ciphey = "^0.1.16" [tool.poetry.dev-dependencies]