From 8286aaebd2af171c25f0457e237e91ffa9e03dee Mon Sep 17 00:00:00 2001 From: Promise Fru Date: Mon, 9 Oct 2023 16:11:06 +0100 Subject: [PATCH] Bump requests from 2.28.1 to 2.31.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4596252..f52c198 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ packages=find_packages(), package_data={"": ["info.json", "*-icon.svg"]}, install_requires=[ - "requests~=2.28.1", + "requests~=2.31.0", "google-api-python-client~=2.66.0", "google-auth-httplib2~=0.1.0", "google-auth-oauthlib~=0.4.3",