Skip to content

Commit

Permalink
Bump requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kdsuneraavinash committed Mar 19, 2024
1 parent eb1156b commit ae94e50
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 11 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ---------------------------------------- Django and Core Libraries
django==5.0.2
django==5.0.3
django-environ==0.11.2
django-model-utils==4.4.0
django-filter==23.5
django-filter==24.1
Pillow==10.2.0
psycopg2-binary==2.9.9
argon2-cffi==23.1.0
Expand All @@ -12,37 +12,35 @@ gunicorn==21.2.0
djangorestframework==3.14.0
django-cors-headers==4.3.1
drf-spectacular==0.27.1
drf-standardized-errors[openapi]==0.12.6
drf-standardized-errors[openapi]==0.13.0
dj-rest-auth==5.0.2
djangorestframework-simplejwt==5.3.1

# ---------------------------------------- Django Admin
django-admin-interface==0.28.5
django-admin-interface==0.28.6
django-import-export==3.3.7

# ---------------------------------------- Third-Party Integrations
django-anymail==10.2
sentry-sdk==1.40.5
django-anymail==10.3
sentry-sdk==1.42.0
django-constance[database]==3.1.0
django-storages[boto3]==1.14.2
celery==5.3.6
django-celery-results==2.5.1
# django_celery_beat==2.5.0
# https://github.com/celery/django-celery-beat/issues/680
git+https://github.com/celery/django-celery-beat.git@cd41f68895ec114cd971479e2108c0f3c47554c7
django_celery_beat==2.6.0

# ---------------------------------------- Testing and Code Quality
pre-commit==3.6.2
mypy==1.8.0
mypy==1.9.0
djangorestframework-stubs==3.14.5
django-stubs==4.2.7
types-python-dateutil==2.8.19.20240106
types-requests==2.31.0.20240218
types-python-dateutil==2.9.0.20240316
types-requests==2.31.0.20240311

# ---------------------------------------- Debugging and Development Tools
django-debug-toolbar==4.3.0
django-extensions==3.2.3
django-structlog==7.1.0
django-structlog==8.0.0

# ---------------------------------------- Debugging and Development Tools
pip-upgrader==1.4.15

0 comments on commit ae94e50

Please sign in to comment.