From 17e16fb8ce6e15ab7f0db56db8d640a4e85e2f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 08:57:34 +0000 Subject: [PATCH] Bump urllib3 from 1.25.7 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.7 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.25.7...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 81e41de..6b4a39c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ numpy==1.17.4 opencv-python==4.1.1.26 Pillow==6.2.2 requests==2.22.0 -urllib3==1.25.7 +urllib3==1.26.5 flask==2.0.3 \ No newline at end of file diff --git a/setup.py b/setup.py index f4ce73d..b8b8426 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ 'opencv-python==4.1.1.26', 'Pillow==6.2.2', 'requests==2.22.0', - 'urllib3==1.25.7' + 'urllib3==1.26.5' ], test_suite='tests', keywords=['home-assistant', 'coral', 'edgetpu'],