From 28ff105e2cce4f9aff333bc0d84c12145828c3f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 23:56:59 +0000 Subject: [PATCH] Bump urllib3 from 1.26.14 to 1.26.18 in /moderne-campaign Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 1.26.18. - [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.14...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- moderne-campaign/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moderne-campaign/requirements.txt b/moderne-campaign/requirements.txt index 0a06f6b..8bd0a5b 100644 --- a/moderne-campaign/requirements.txt +++ b/moderne-campaign/requirements.txt @@ -16,6 +16,6 @@ python-dateutil==2.8.2 requests==2.28.2 requests-toolbelt==0.10.1 six==1.16.0 -urllib3==1.26.14 +urllib3==1.26.18 websockets==10.4 yarl==1.8.2