diff --git a/requirements.txt b/requirements.txt index bc4292e..557d343 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.25.8 flask==1.1.2 \ No newline at end of file diff --git a/setup.py b/setup.py index f4ce73d..93dd076 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.25.8' ], test_suite='tests', keywords=['home-assistant', 'coral', 'edgetpu'],