From f4a0fe60e319c4b14b0b31b6a5f9864efd85da7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 02:58:40 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.26.14 to 1.26.17 in /engines/apivoid Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 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.14...1.26.17) --- 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..4db7426e 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.17 werkzeug==2.2.3 PatrowlEnginesUtils>=1.0.1 ratelimit==2.2.1