From 7e66fd70d60e8b4438fb66ee4dfda70d62c153ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:08:02 +0000 Subject: [PATCH] Update typing-inspect requirement from ^0.6.0 to >=0.6,<0.8 Updates the requirements on [typing-inspect](https://github.com/ilevkivskyi/typing_inspect) to permit the latest version. - [Release notes](https://github.com/ilevkivskyi/typing_inspect/releases) - [Commits](https://github.com/ilevkivskyi/typing_inspect/commits) --- updated-dependencies: - dependency-name: typing-inspect 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 071a1b476..4254191ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ flake8 = "^3.8.4" cipheydists = "^0.3.34" cipheycore = "^0.3.2" appdirs = "^1.4.4" -typing_inspect = { version = "^0.6.0", python = "~3.7" } +typing_inspect = { version = ">=0.6,<0.8", python = "~3.7" } base58 = "^2.0.1" base91 = "^1.0.1" pybase62 = "^0.4.3"