From 779da0f8b717b8af970beab1611fee86d83fdb74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:52:17 +0000 Subject: [PATCH] Bump urllib3 from 1.26.5 to 1.26.17 in /mysite Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.5...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mysite/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysite/requirements.txt b/mysite/requirements.txt index b3c8e74..eb7e7b8 100644 --- a/mysite/requirements.txt +++ b/mysite/requirements.txt @@ -31,5 +31,5 @@ requests==2.31.0 selenium==3.141.0 six==1.12.0 sqlparse==0.3.0 -urllib3==1.26.5 +urllib3==1.26.17 vine==1.3.0 \ No newline at end of file