diff --git a/requirements.in b/requirements.in index 7ee46905f3..c1d8d58156 100644 --- a/requirements.in +++ b/requirements.in @@ -16,7 +16,7 @@ pyexcel-xlsx==0.6.0 pyexcel-ods3==0.6.0 pytz==2021.1 gunicorn==20.1.0 -eventlet==0.30.2 # pyup: ignore +eventlet==0.31.0 # pyup: ignore notifications-python-client==6.2.1 Shapely==1.7.1 sentry-sdk[flask] diff --git a/requirements.txt b/requirements.txt index 09aacf6fc7..eabf0e4657 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.31.0 # 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 @@ -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