dev: update packages to latest version (#1431)

This commit is contained in:
pablohashescobar 2023-06-30 19:37:26 +05:30 committed by GitHub
parent 7e2caf65bb
commit 110eb39a51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 17 deletions

View File

@ -63,6 +63,7 @@ if os.environ.get("SENTRY_DSN", False):
send_default_pii=True,
environment="local",
traces_sample_rate=0.7,
profiles_sample_rate=1.0,
)
REDIS_HOST = "localhost"

View File

@ -84,6 +84,7 @@ if bool(os.environ.get("SENTRY_DSN", False)):
traces_sample_rate=1,
send_default_pii=True,
environment="production",
profiles_sample_rate=1.0,
)
if DOCKERIZED and USE_MINIO:

View File

@ -66,6 +66,7 @@ sentry_sdk.init(
traces_sample_rate=1,
send_default_pii=True,
environment="staging",
profiles_sample_rate=1.0,
)
# The AWS region to connect to.

View File

@ -2,30 +2,30 @@
Django==3.2.19
django-braces==1.15.0
django-taggit==3.1.0
psycopg2==2.9.5
django-oauth-toolkit==2.2.0
django-taggit==4.0.0
psycopg2==2.9.6
django-oauth-toolkit==2.3.0
mistune==2.0.4
djangorestframework==3.14.0
redis==4.5.4
redis==4.6.0
django-nested-admin==4.0.2
django-cors-headers==3.13.0
django-cors-headers==4.1.0
whitenoise==6.3.0
django-allauth==0.52.0
django-allauth==0.54.0
faker==13.4.0
django-filter==22.1
django-filter==23.2
jsonmodels==2.6.0
djangorestframework-simplejwt==5.2.2
sentry-sdk==1.14.0
django-s3-storage==0.13.11
sentry-sdk==1.26.0
django-s3-storage==0.14.0
django-crum==0.7.9
django-guardian==2.4.0
dj_rest_auth==2.2.5
google-auth==2.16.0
google-api-python-client==2.75.0
django-redis==5.2.0
uvicorn==0.20.0
django-redis==5.3.0
uvicorn==0.22.0
channels==4.0.0
openai==0.27.2
slack-sdk==3.20.2
celery==5.2.7
openai==0.27.8
slack-sdk==3.21.3
celery==5.3.1

View File

@ -1,11 +1,11 @@
-r base.txt
dj-database-url==1.2.0
dj-database-url==2.0.0
gunicorn==20.1.0
whitenoise==6.3.0
django-storages==1.13.2
boto3==1.26.136
django-anymail==9.0
boto3==1.26.163
django-anymail==10.0
twilio==7.16.2
django-debug-toolbar==3.8.1
gevent==22.10.2