Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ djangorestframework==3.15.1
# drf-yasg
drf-yasg==1.21.10
# via -r requirements-dev.in
exceptiongroup==1.2.2
# via pytest
exceptiongroup==1.3.1
# via
# -c requirements.txt
# pytest
faker==12.0.1
# via mixer
filelock==3.16.1
Expand Down Expand Up @@ -111,6 +113,10 @@ tomli==1.2.3
# build
# pip-tools
# pytest
typing-extensions==4.15.0
# via
# -c requirements.txt
# exceptiongroup
uritemplate==3.0.1
# via drf-yasg
virtualenv==20.26.6
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ le-utils>=0.2.12
gunicorn==23.0.0
django-postmark==0.1.6
jsonfield==3.1.0
celery==5.5.3
celery==5.6.0
redis
python-postmark==0.7.0
Django==3.2.24
Expand Down
10 changes: 8 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ botocore==1.20.75
# s3transfer
cachetools==4.2.2
# via google-auth
celery==5.5.3
celery==5.6.0
# via
# -r requirements.in
# django-celery-results
Expand Down Expand Up @@ -95,6 +95,8 @@ django-webpack-loader==0.7.0
# via -r requirements.in
djangorestframework==3.15.1
# via -r requirements.in
exceptiongroup==1.3.1
# via celery
google-api-core[grpc]==1.27.0
# via
# google-cloud-core
Expand Down Expand Up @@ -154,7 +156,7 @@ jsonschema==4.25.1
# via -r requirements.in
jsonschema-specifications==2024.10.1
# via jsonschema
kombu==5.5.2
kombu==5.6.1
# via celery
langcodes==3.5.1
# via -r requirements.in
Expand All @@ -174,6 +176,7 @@ packaging==25.0
# google-cloud-error-reporting
# google-cloud-kms
# gunicorn
# kombu
pillow==12.0.0
# via -r requirements.in
prometheus-client==0.10.1
Expand Down Expand Up @@ -254,6 +257,7 @@ sqlparse==0.4.1
# via django
typing-extensions==4.15.0
# via
# exceptiongroup
# pydantic
# pydantic-core
# referencing
Expand All @@ -262,6 +266,8 @@ typing-inspection==0.4.2
# via pydantic
tzdata==2025.2
# via kombu
tzlocal==5.3.1
# via celery
urllib3==1.26.18
# via
# botocore
Expand Down