From 3082c570c8c9817e4308fcdfb9fa1e7c39694b91 Mon Sep 17 00:00:00 2001 From: Peter Taylor Date: Sun, 27 Nov 2022 19:57:52 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35aa129..154ab7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "Readme.md" [tool.poetry.dependencies] python = "^3.8" -requests = "beautifulsoup4" +requests = " ^2.28.1" beautifulsoup4 = "^4.10.0" clint = "^0.5.1"