mirror of
https://github.com/simple-login/app.git
synced 2025-02-22 23:02:55 +08:00
upgrade sentry-sdk==0.14.1
This commit is contained in:
parent
f416dc6af6
commit
d5977be7d7
1 changed files with 8 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile --output-file requirements.txt requirements.in
|
# pip-compile
|
||||||
#
|
#
|
||||||
aiohttp==3.5.4 # via raven-aiohttp, yacron
|
aiohttp==3.5.4 # via raven-aiohttp, yacron
|
||||||
aiosmtpd==1.2
|
aiosmtpd==1.2
|
||||||
|
@ -43,7 +43,8 @@ flask-wtf==0.14.2
|
||||||
flask==1.0.3
|
flask==1.0.3
|
||||||
gunicorn==19.9.0
|
gunicorn==19.9.0
|
||||||
humanfriendly==4.18 # via coloredlogs
|
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
|
importlib-metadata==0.18 # via pluggy, pytest
|
||||||
ipython-genutils==0.2.0 # via traitlets
|
ipython-genutils==0.2.0 # via traitlets
|
||||||
ipython==7.5.0
|
ipython==7.5.0
|
||||||
|
@ -84,13 +85,14 @@ requests-oauthlib==1.2.0
|
||||||
requests==2.22.0 # via requests-oauthlib
|
requests==2.22.0 # via requests-oauthlib
|
||||||
ruamel.yaml==0.15.97 # via strictyaml
|
ruamel.yaml==0.15.97 # via strictyaml
|
||||||
s3transfer==0.2.1 # via boto3
|
s3transfer==0.2.1 # via boto3
|
||||||
sentry-sdk==0.13.5
|
sentry-sdk==0.14.1
|
||||||
simplejson==3.17.0 # via flask-profiler
|
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
|
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-utils==0.36.1
|
||||||
sqlalchemy==1.3.12 # via alembic, flask-sqlalchemy, sqlalchemy-utils
|
sqlalchemy==1.3.12 # via alembic, flask-sqlalchemy, sqlalchemy-utils
|
||||||
strictyaml==1.0.2 # via yacron
|
strictyaml==1.0.2 # via yacron
|
||||||
traitlets==4.3.2 # via ipython
|
traitlets==4.3.2 # via ipython
|
||||||
|
typing-extensions==3.7.4.1 # via aiohttp
|
||||||
unidecode==1.0.23
|
unidecode==1.0.23
|
||||||
urllib3==1.25.3 # via botocore, requests, sentry-sdk
|
urllib3==1.25.3 # via botocore, requests, sentry-sdk
|
||||||
watchtower==0.6.0
|
watchtower==0.6.0
|
||||||
|
@ -100,3 +102,6 @@ wtforms==2.2.1
|
||||||
yacron==0.9.0
|
yacron==0.9.0
|
||||||
yarl==1.3.0 # via aiohttp
|
yarl==1.3.0 # via aiohttp
|
||||||
zipp==0.5.1 # via importlib-metadata
|
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
|
||||||
|
|
Loading…
Reference in a new issue