From ab542b6b9b1979421531dcce636cfe30d18d3a9d Mon Sep 17 00:00:00 2001 From: Eliaz Bobadilla Date: Mon, 7 Mar 2022 20:43:57 -0500 Subject: [PATCH] :wrench: Update poetry config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66ff078..bddfca9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Eliaz Bobadilla "] license = "MIT" [tool.poetry.dependencies] -python = "^3.10.1" +python = "^3.10" pymongo = "^3.12.1" python-dotenv = "^0.19.1" dnspython = "^2.1.0"