From ad4bf7e3a0866d90d2bdf3fcd5608834213452c3 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Thu, 25 May 2023 22:37:50 +0200 Subject: [PATCH] [tools] Fixed dependabot warning Signed-off-by: Alexander Borsuk --- tools/python/descriptions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/descriptions/requirements.txt b/tools/python/descriptions/requirements.txt index e206ccfe6e..a9a5f1e71e 100644 --- a/tools/python/descriptions/requirements.txt +++ b/tools/python/descriptions/requirements.txt @@ -1,5 +1,5 @@ htmlmin==0.1.12 -requests==2.23.0 +requests>=2.31.0 beautifulsoup4==4.9.1 wikidata==0.6.1 wikipedia-api==0.5.4