mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
dev: update packages to latest version (#1431)
This commit is contained in:
parent
7e2caf65bb
commit
110eb39a51
@ -63,6 +63,7 @@ if os.environ.get("SENTRY_DSN", False):
|
|||||||
send_default_pii=True,
|
send_default_pii=True,
|
||||||
environment="local",
|
environment="local",
|
||||||
traces_sample_rate=0.7,
|
traces_sample_rate=0.7,
|
||||||
|
profiles_sample_rate=1.0,
|
||||||
)
|
)
|
||||||
|
|
||||||
REDIS_HOST = "localhost"
|
REDIS_HOST = "localhost"
|
||||||
|
@ -84,6 +84,7 @@ if bool(os.environ.get("SENTRY_DSN", False)):
|
|||||||
traces_sample_rate=1,
|
traces_sample_rate=1,
|
||||||
send_default_pii=True,
|
send_default_pii=True,
|
||||||
environment="production",
|
environment="production",
|
||||||
|
profiles_sample_rate=1.0,
|
||||||
)
|
)
|
||||||
|
|
||||||
if DOCKERIZED and USE_MINIO:
|
if DOCKERIZED and USE_MINIO:
|
||||||
|
@ -66,6 +66,7 @@ sentry_sdk.init(
|
|||||||
traces_sample_rate=1,
|
traces_sample_rate=1,
|
||||||
send_default_pii=True,
|
send_default_pii=True,
|
||||||
environment="staging",
|
environment="staging",
|
||||||
|
profiles_sample_rate=1.0,
|
||||||
)
|
)
|
||||||
|
|
||||||
# The AWS region to connect to.
|
# The AWS region to connect to.
|
||||||
|
@ -2,30 +2,30 @@
|
|||||||
|
|
||||||
Django==3.2.19
|
Django==3.2.19
|
||||||
django-braces==1.15.0
|
django-braces==1.15.0
|
||||||
django-taggit==3.1.0
|
django-taggit==4.0.0
|
||||||
psycopg2==2.9.5
|
psycopg2==2.9.6
|
||||||
django-oauth-toolkit==2.2.0
|
django-oauth-toolkit==2.3.0
|
||||||
mistune==2.0.4
|
mistune==2.0.4
|
||||||
djangorestframework==3.14.0
|
djangorestframework==3.14.0
|
||||||
redis==4.5.4
|
redis==4.6.0
|
||||||
django-nested-admin==4.0.2
|
django-nested-admin==4.0.2
|
||||||
django-cors-headers==3.13.0
|
django-cors-headers==4.1.0
|
||||||
whitenoise==6.3.0
|
whitenoise==6.3.0
|
||||||
django-allauth==0.52.0
|
django-allauth==0.54.0
|
||||||
faker==13.4.0
|
faker==13.4.0
|
||||||
django-filter==22.1
|
django-filter==23.2
|
||||||
jsonmodels==2.6.0
|
jsonmodels==2.6.0
|
||||||
djangorestframework-simplejwt==5.2.2
|
djangorestframework-simplejwt==5.2.2
|
||||||
sentry-sdk==1.14.0
|
sentry-sdk==1.26.0
|
||||||
django-s3-storage==0.13.11
|
django-s3-storage==0.14.0
|
||||||
django-crum==0.7.9
|
django-crum==0.7.9
|
||||||
django-guardian==2.4.0
|
django-guardian==2.4.0
|
||||||
dj_rest_auth==2.2.5
|
dj_rest_auth==2.2.5
|
||||||
google-auth==2.16.0
|
google-auth==2.16.0
|
||||||
google-api-python-client==2.75.0
|
google-api-python-client==2.75.0
|
||||||
django-redis==5.2.0
|
django-redis==5.3.0
|
||||||
uvicorn==0.20.0
|
uvicorn==0.22.0
|
||||||
channels==4.0.0
|
channels==4.0.0
|
||||||
openai==0.27.2
|
openai==0.27.8
|
||||||
slack-sdk==3.20.2
|
slack-sdk==3.21.3
|
||||||
celery==5.2.7
|
celery==5.3.1
|
@ -1,11 +1,11 @@
|
|||||||
-r base.txt
|
-r base.txt
|
||||||
|
|
||||||
dj-database-url==1.2.0
|
dj-database-url==2.0.0
|
||||||
gunicorn==20.1.0
|
gunicorn==20.1.0
|
||||||
whitenoise==6.3.0
|
whitenoise==6.3.0
|
||||||
django-storages==1.13.2
|
django-storages==1.13.2
|
||||||
boto3==1.26.136
|
boto3==1.26.163
|
||||||
django-anymail==9.0
|
django-anymail==10.0
|
||||||
twilio==7.16.2
|
twilio==7.16.2
|
||||||
django-debug-toolbar==3.8.1
|
django-debug-toolbar==3.8.1
|
||||||
gevent==22.10.2
|
gevent==22.10.2
|
||||||
|
Loading…
Reference in New Issue
Block a user