diff --git a/requirements.txt b/requirements.txt index 7fdddfb..43c3248 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ cryptography==3.3.2 dhash==1.3 jellyfish==0.5.6 Pillow==9.3.0 -requests==2.27.1 +requests==2.31.0 six==1.15.0 traitlets==4.3.2 diff --git a/setup.py b/setup.py index abae22c..0f5a5c3 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def is_exe(fpath): 'dhash==1.3', 'jellyfish==0.5.6', 'Pillow==9.3.0', - 'requests>=2.26,<2.28', + 'requests>=2.26,<2.32', 'six==1.15.0', 'traitlets==4.3.2' ]