diff --git a/requirements.txt b/requirements.txt index 09aacf6fc7..bef522500d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,7 @@ blinker==1.4 # via # -r requirements.in # gds-metrics + # sentry-sdk boto3==1.17.84 # via notifications-utils botocore==1.20.84 @@ -28,7 +29,9 @@ botocore==1.20.84 cachetools==4.2.2 # via notifications-utils certifi==2021.5.30 - # via requests + # via + # requests + # sentry-sdk cffi==1.14.5 # via cryptography chardet==4.0.0 @@ -49,7 +52,7 @@ docutils==0.15.2 # via awscli et-xmlfile==1.1.0 # via openpyxl -eventlet==0.30.2 # pyup: ignore +eventlet==0.30.2 # via -r requirements.in fido2==0.9.1 # via -r requirements.in @@ -61,6 +64,7 @@ flask==1.1.2 # flask-wtf # gds-metrics # notifications-utils + # sentry-sdk flask-login==0.5.0 # via -r requirements.in flask-redis==0.4.0 @@ -85,8 +89,6 @@ humanize==3.6.0 # via -r requirements.in idna==2.10 # via requests -importlib-metadata==4.6.1 - # via click itsdangerous==1.1.0 # via # -r requirements.in @@ -118,7 +120,7 @@ mistune==0.8.4 # via notifications-utils notifications-python-client==6.2.1 # via -r requirements.in -https://github.com/bitzesty/notifications-utils/archive/catalyst.zip +notifications-utils @ https://github.com/bitzesty/notifications-utils/archive/catalyst.zip # via -r requirements.in openpyxl==3.0.7 # via pyexcel-xlsx @@ -157,7 +159,7 @@ pyjwt==2.1.0 # via notifications-python-client pyparsing==2.4.7 # via packaging -pypdf2==1.26.0 +pypdf2==1.27.5 # via notifications-utils python-dateutil==2.8.1 # via @@ -210,12 +212,11 @@ statsd==3.3.0 # via notifications-utils texttable==1.6.3 # via pyexcel -typing-extensions==3.10.0.0 - # via importlib-metadata urllib3==1.26.5 # via # botocore # requests + # sentry-sdk webencodings==0.5.1 # via bleach werkzeug==1.0.1 @@ -226,8 +227,6 @@ xlrd==1.2.0 # via pyexcel-xls xlwt==1.3.0 # via pyexcel-xls -zipp==3.5.0 - # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -# setuptools \ No newline at end of file +# setuptools