diff --git a/tutorials/partial-redaction-with-dlp-and-gcf/app/requirements.txt b/tutorials/partial-redaction-with-dlp-and-gcf/app/requirements.txt index add2b71d52..548929b30d 100644 --- a/tutorials/partial-redaction-with-dlp-and-gcf/app/requirements.txt +++ b/tutorials/partial-redaction-with-dlp-and-gcf/app/requirements.txt @@ -2,3 +2,5 @@ google-cloud-dlp==0.5.0 google-cloud-storage==1.9.0 matplotlib==2.2.2 Pillow==5.1.0 +numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability +rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability