From d5977be7d719472ab8eccc97e8673e1bde4bad42 Mon Sep 17 00:00:00 2001 From: Son NK Date: Thu, 20 Feb 2020 19:31:01 +0700 Subject: [PATCH] upgrade sentry-sdk==0.14.1 --- requirements.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5fb3010e..68558ed4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile # To update, run: # -# pip-compile --output-file requirements.txt requirements.in +# pip-compile # aiohttp==3.5.4 # via raven-aiohttp, yacron aiosmtpd==1.2 @@ -43,7 +43,8 @@ flask-wtf==0.14.2 flask==1.0.3 gunicorn==19.9.0 humanfriendly==4.18 # via coloredlogs -idna==2.8 # via requests, yarl +idna-ssl==1.1.0 # via aiohttp +idna==2.8 # via idna-ssl, requests, yarl importlib-metadata==0.18 # via pluggy, pytest ipython-genutils==0.2.0 # via traitlets ipython==7.5.0 @@ -84,13 +85,14 @@ requests-oauthlib==1.2.0 requests==2.22.0 # via requests-oauthlib ruamel.yaml==0.15.97 # via strictyaml s3transfer==0.2.1 # via boto3 -sentry-sdk==0.13.5 +sentry-sdk==0.14.1 simplejson==3.17.0 # via flask-profiler six==1.12.0 # via bcrypt, cryptography, flask-cors, packaging, pip-tools, prompt-toolkit, pyopenssl, pytest, python-dateutil, sqlalchemy-utils, traitlets sqlalchemy-utils==0.36.1 sqlalchemy==1.3.12 # via alembic, flask-sqlalchemy, sqlalchemy-utils strictyaml==1.0.2 # via yacron traitlets==4.3.2 # via ipython +typing-extensions==3.7.4.1 # via aiohttp unidecode==1.0.23 urllib3==1.25.3 # via botocore, requests, sentry-sdk watchtower==0.6.0 @@ -100,3 +102,6 @@ wtforms==2.2.1 yacron==0.9.0 yarl==1.3.0 # via aiohttp zipp==0.5.1 # via importlib-metadata + +# The following packages are considered to be unsafe in a requirements file: +# setuptools==45.2.0 # via ipython