From 65c10c0955b8b08bd83db79d052fd2fffaa901a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:02:02 +0000 Subject: [PATCH] Bump urllib3 from 1.8.2 to 1.26.5 in /elastalert Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.8.2 to 1.26.5. - [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.8.2...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- elastalert/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elastalert/requirements.txt b/elastalert/requirements.txt index 1e1e0f4..d7d1d4a 100644 --- a/elastalert/requirements.txt +++ b/elastalert/requirements.txt @@ -23,5 +23,5 @@ texttable==0.8.4 tlslite==0.4.8 twilio==5.6.0 unittest2==0.8.0 -urllib3==1.8.2 +urllib3==1.26.5 wsgiref==0.1.2