Skip to content
Open
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
4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires-python = ">=3.12"
dependencies = [
"argon2-cffi==23.1.0",
"celery[redis]>=5.6.3",
"django==5.1.4",
"django==5.1.15",
"django-axes==8.3.1",
"django-celery-beat>=2.9.0",
"django-cors-headers==4.9.0",
Expand All @@ -18,7 +18,7 @@ dependencies = [
"python-decouple==3.8",
"python-json-logger>=4.1.0",
"python-slugify==8.0.4",
"sentry-sdk>=2.60.0",
"sentry-sdk>=2.61.1",
"whitenoise==6.12.0",
]

Expand Down
8 changes: 4 additions & 4 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
# via click
cron-descriptor==1.4.5
# via django-celery-beat
django==5.1.4
django==5.1.15
# via
# django-axes
# django-celery-beat
Expand All @@ -55,7 +55,7 @@ django-cors-headers==4.9.0
# via interpop-backend
django-filter==24.3
# via interpop-backend
django-timezone-field==7.2.1
django-timezone-field==7.2.2
# via django-celery-beat
djangorestframework==3.17.1
# via
Expand Down Expand Up @@ -93,7 +93,7 @@ python-slugify==8.0.4
# via interpop-backend
redis==6.4.0
# via kombu
sentry-sdk==2.60.0
sentry-sdk==2.61.1
# via interpop-backend
six==1.17.0
# via python-dateutil
Expand All @@ -116,7 +116,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.7.0
wcwidth==0.8.0
# via prompt-toolkit
whitenoise==6.12.0
# via interpop-backend
Loading