From 2b7031becdec1d8d9e6aa399ce21816d2f8ecd3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 20:28:10 +0200 Subject: [PATCH] Bump urllib3 from 1.26.9 to 1.26.17 in /dnas (#188) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.9 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.9...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dnas/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnas/requirements.txt b/dnas/requirements.txt index abb017f..69f0d96 100644 --- a/dnas/requirements.txt +++ b/dnas/requirements.txt @@ -11,5 +11,5 @@ redis==4.4.4 requests==2.27.1 requests-oauthlib==1.3.1 tweepy==4.10.0 -urllib3==1.26.9 +urllib3==1.26.17 wrapt==1.14.1