diff --git a/requirements.txt b/requirements.txt index 60b5a1ba0..c4b4c72b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,13 +2,13 @@ asn1crypto==0.24.0 certifi==2018.8.24 cffi==1.11.5 colorama==0.3.7 -pylint==2.3.1 +pylint==2.7.0 jmespath==0.9.3 -numpy==1.14.5 -protobuf==3.6.1 +numpy==1.22.2 +protobuf==3.18.3 pyasn1==0.4.2 s3transfer==0.1.13 -tensorflow==1.13.1 +tensorflow==2.12.0rc1 termcolor==1.1.0 sphinx-rtd-theme==0.4.2 recommonmark==0.4.0 @@ -17,3 +17,6 @@ pytest==4.2.0 pytest-xdist==1.26.1 nose==1.3.7 pyyaml==5.1 +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability +werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability +wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability