From 98d38801fa50e91a4e5e29ff8b3541e7c4a9333d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 30 Jan 2022 13:11:01 +0300 Subject: [PATCH] pyproject.toml: update requests and requests-cache --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 916c840..85de7fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,8 +15,8 @@ python = "^3.8" pandas = "^1.4.0" python-stdnum = "^1.13" xlrd = "^1.2.0" -requests = "^2.23.0" -requests-cache = "~0.6.4" +requests = "^2.27.1" +requests-cache = "^0.9.1" pycountry = "^19.8.18" langid = "^1.1.6" colorama = "^0.4.4"