From d5c4ac18b7e8a40fea1f4aed88389e1196eb3c28 Mon Sep 17 00:00:00 2001 From: Ben Goldsworthy Date: Fri, 16 Feb 2024 22:39:16 +0000 Subject: [PATCH] build: update requirements --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements.txt b/requirements.txt index b1e0d9b..bdf3210 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,10 @@ astroid==3.0.2 black==23.12.1 +certifi==2024.2.2 +charset-normalizer==3.3.2 click==8.1.7 dill==0.3.7 +idna==3.6 isort==5.13.2 mccabe==0.7.0 mypy-extensions==1.0.0 @@ -10,4 +13,6 @@ pathspec==0.12.1 platformdirs==4.1.0 pylint==3.0.3 python-dotenv==1.0.0 +requests==2.31.0 tomlkit==0.12.3 +urllib3==2.2.0