diff --git a/cvat/requirements/base.txt b/cvat/requirements/base.txt index 501ad395b7d..8a7d3ea97db 100644 --- a/cvat/requirements/base.txt +++ b/cvat/requirements/base.txt @@ -7,14 +7,14 @@ django-compressor==2.4 django-rq==2.3.2 EasyProcess==0.3 Pillow==9.3.0 -numpy==1.22.0 +numpy==1.22.2 python-ldap==3.4.0 pytz==2020.1 pyunpack==0.2.1 rcssmin==1.0.6 redis==3.5.3 rjsmin==1.1.0 -requests==2.26.0 +requests==2.31.0 rq==1.5.2 rq-scheduler==0.10.0 sqlparse==0.4.2 @@ -37,7 +37,7 @@ h5py==3.6.0 django-cors-headers==3.5.0 furl==2.1.0 av==9.2.0 --no-binary=av -tensorflow==2.9.3 # Optional requirement of Datumaro. Use tensorflow-macos==2.8.0 for Mac M1 +tensorflow==2.11.1 # Optional requirement of Datumaro. Use tensorflow-macos==2.8.0 for Mac M1 # The package is used by pyunpack as a command line tool to support multiple # archives. Don't use as a python module because it has GPL license. patool==1.12 @@ -53,3 +53,4 @@ dnspython==2.2.0 setuptools==65.5.1 django-health-check==3.17.0 psutil==5.9.4 +wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability