From 5d3f35059bcf979f05c5d260620e5e45772f3ebd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 14:59:31 +0000 Subject: [PATCH] fix(dependencies): update python to ^3.6.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a129be..0c7eee3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ version = "0.4.0" readme = "README.md" [tool.poetry.dependencies] -python = "^3.6" +python = "^3.6.15" typer = "^0.3.2" typing-extensions = "^3.7.4;python<3.8"