From f0e5b3027f004e3395f55041649b4f4a2c2da660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 23:17:28 +0000 Subject: [PATCH] Update pywhat requirement from 3.0.0 to 3.4.1 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.1) --- 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..fac3705a5 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.1" xortool-ciphey = "^0.1.16" [tool.poetry.dev-dependencies]