From e40cccb755506ddeef59b33ba8e0f68c43f673eb Mon Sep 17 00:00:00 2001 From: Anisimova Karina <51861302+Karina5005@users.noreply.github.com> Date: Mon, 17 Jul 2023 18:51:53 +0300 Subject: [PATCH] Update python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8fe843e..711c340 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" packages = [{include = "backup_github"}] [tool.poetry.dependencies] -python = "^3.10" +python = "^3.8" requests = "^2.28.2" prometheus_client = "^0.16.0"