diff --git a/cvat/requirements/base.txt b/cvat/requirements/base.txt index 3007f4d840c7..2460fe1e653d 100644 --- a/cvat/requirements/base.txt +++ b/cvat/requirements/base.txt @@ -1,7 +1,7 @@ click==6.7 Django==2.2.13 django-appconf==1.0.4 -django-auth-ldap==1.4.0 +django-auth-ldap==2.2.0 django-cacheops==5.0 django-compressor==2.4 django-rq==2.0.0 @@ -10,11 +10,11 @@ Pillow==7.1.2 numpy==1.18.5 python-ldap==3.2.0 pytz==2020.1 -pyunpack==0.1.2 +pyunpack==0.2.1 rcssmin==1.0.6 redis==3.2.0 -requests==2.23.0 rjsmin==1.1.0 +requests==2.24.0 rq==1.0.0 rq-scheduler==0.10.0 scipy==1.4.1 @@ -42,7 +42,7 @@ tensorflow==1.15.2 keras==2.3.1 opencv-python==4.1.0.25 h5py==2.9.0 -imgaug==0.2.9 +imgaug==0.4.0 django-cors-headers==3.3.0 furl==2.0.0 av==6.2.0 diff --git a/cvat/requirements/production.txt b/cvat/requirements/production.txt index fed7e9262311..36e64e297374 100644 --- a/cvat/requirements/production.txt +++ b/cvat/requirements/production.txt @@ -1,3 +1,3 @@ -r base.txt psycopg2-binary==2.8.5 -mod-wsgi==4.6.2 \ No newline at end of file +mod-wsgi==4.7.1 \ No newline at end of file diff --git a/cvat/requirements/testing.txt b/cvat/requirements/testing.txt index 356645815f20..25e85bb3a30e 100644 --- a/cvat/requirements/testing.txt +++ b/cvat/requirements/testing.txt @@ -2,5 +2,5 @@ fakeredis==1.4.1 # Fix dependencies for fakeredis 1.1.0 # Pip will not reinstall six package if it is installed already -six==1.12.0 +six==1.15.0 coveralls \ No newline at end of file