From f46edd9c8f06ec60e4f6a8bc5745f4810e54e1bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:36:38 +0000 Subject: [PATCH] Bump urllib3 in /projects/Wikipedia_search_wordcloud Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.10...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/Wikipedia_search_wordcloud/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Wikipedia_search_wordcloud/requirements.txt b/projects/Wikipedia_search_wordcloud/requirements.txt index 9d9947328..dd73a2b33 100644 --- a/projects/Wikipedia_search_wordcloud/requirements.txt +++ b/projects/Wikipedia_search_wordcloud/requirements.txt @@ -12,6 +12,6 @@ python-dateutil==2.8.1 requests==2.24.0 six==1.15.0 soupsieve==2.0.1 -urllib3==1.25.10 +urllib3==1.26.19 wikipedia==1.4.0 wordcloud==1.8.0