From 3031e0f235937c4408c86d3d03f98617014955e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:02:12 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.26.14 to 1.26.18 in /engines/apivoid 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] --- engines/apivoid/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/apivoid/requirements.txt b/engines/apivoid/requirements.txt index 17453c98..6ab8f41a 100644 --- a/engines/apivoid/requirements.txt +++ b/engines/apivoid/requirements.txt @@ -8,7 +8,7 @@ itsdangerous==2.0 Jinja2==3.1.2 MarkupSafe==2.1.1 requests==2.28.2 -urllib3==1.26.14 +urllib3==1.26.18 werkzeug==2.2.3 PatrowlEnginesUtils>=1.0.1 ratelimit==2.2.1