From 60559eb2694b50f4900a5509594d2e201067da84 Mon Sep 17 00:00:00 2001 From: Srisai Nachuri <24724236+srisainachuri@users.noreply.github.com> Date: Mon, 27 Dec 2021 20:40:36 -0800 Subject: [PATCH] updating requirements (#778) --- requirements.txt | 43 ++++++++++++++++++++----------------------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/requirements.txt b/requirements.txt index da06447c0..f762df1f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,39 +1,36 @@ -arabic-reshaper==2.1.1 -astroid==2.2.5 -cachetools==4.2.1 -certifi==2019.6.16 +arabic-reshaper==2.1.3 +asgiref==3.3.4 +cachetools==4.2.2 +certifi==2021.5.30 chardet==3.0.4 Django==2.2.6 django-easy-pdf==0.1.1 -djangorestframework==3.10.3 +djangorestframework==3.12.4 future==0.18.2 -google-api-core==1.25.1 -google-api-python-client==1.12.8 -google-auth==1.24.0 -google-auth-httplib2==0.0.4 -googleapis-common-protos==1.52.0 -html5lib==1.0.1 -httplib2==0.18.1 +google-api-core==1.30.0 +google-api-python-client==2.9.0 +google-auth==1.31.0 +google-auth-httplib2==0.1.0 +googleapis-common-protos==1.53.0 +html5lib==1.1 +httplib2==0.19.1 idna==2.8 -isort==4.3.21 -lazy-object-proxy==1.4.1 -mccabe==0.6.1 -Pillow==6.2.1 +packaging==20.9 +Pillow==8.2.0 protobuf==3.14.0 pyasn1==0.4.8 pyasn1-modules==0.2.8 -pylint==2.3.1 +pyparsing==2.4.7 PyPDF2==1.26.0 python-bidi==0.4.2 -pytz==2019.1 -reportlab==3.5.59 +pytz==2021.1 +reportlab==3.5.67 requests==2.22.0 rsa==4.7 six==1.15.0 -sqlparse==0.3.0 -typed-ast==1.4.0 +sqlparse==0.4.1 +typed-ast==1.4.3 uritemplate==3.0.1 urllib3==1.25.3 webencodings==0.5.1 -wrapt==1.11.2 -xhtml2pdf==0.2.3 +xhtml2pdf==0.2.5 \ No newline at end of file