From 5ec6608746ef5cc0a1cdd233cb7f1f72269403d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:02:09 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.26.14 to 1.26.18 in /engines/nmap 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/nmap/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/nmap/requirements.txt b/engines/nmap/requirements.txt index c66e353c..af3cadb8 100644 --- a/engines/nmap/requirements.txt +++ b/engines/nmap/requirements.txt @@ -13,5 +13,5 @@ PatrowlEnginesUtils>=1.0.2 psutil==5.9.4 requests==2.28.2 setuptools==65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability -urllib3==1.26.14 +urllib3==1.26.18 werkzeug==2.2.3