From 3cbe61077ae6359cb22332a87d6fdcd94c4a343d Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Fri, 2 Apr 2021 12:31:13 -0700 Subject: [PATCH] Update requirements.txt to avoid dependabot --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index decdd52..d83d7e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Pillow==6.2.2 +Pillow>=6.2.2 py2exe-py2==0.6.9; platform_system=='Windows' PyQt4 @ https://download.lfd.uci.edu/pythonlibs/w4tscw6k/cp27/PyQt4-4.11.4-cp27-cp27m-win32.whl; platform_system=='Windows' -reportlab==3.5.59 +reportlab>=3.5.59