Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump djangorestframework from 3.14.0 to 3.15.2 in /backend #984

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
5 changes: 2 additions & 3 deletions backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ django-ses==3.5.2
# via -r requirements.txt
django-storages==1.14.2
# via -r requirements.txt
djangorestframework==3.14.0
djangorestframework==3.15.2
# via
# -r requirements.txt
# drf-spectacular
Expand All @@ -103,7 +103,7 @@ et-xmlfile==1.1.0
# openpyxl
executing==2.0.1
# via stack-data
faker==24.2.1
faker==24.4.0
# via -r requirements-dev.in
flake8==7.0.0
# via pytest-flake8
Expand Down Expand Up @@ -222,7 +222,6 @@ pytz==2024.1
# -r requirements.txt
# croniter
# django-ses
# djangorestframework
pyyaml==6.0.1
# via
# -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ psutil~=5.9.8 # optional requirement for django-q2
croniter~=2.0.2 # optional requirement for django-q2

# REST framework
djangorestframework~=3.14.0
djangorestframework~=3.15.2
drf-spectacular~=0.27.1

# database
Expand Down
3 changes: 1 addition & 2 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ django-ses==3.5.2
# via -r requirements.in
django-storages==1.14.2
# via -r requirements.in
djangorestframework==3.14.0
djangorestframework==3.15.2
# via
# -r requirements.in
# drf-spectacular
Expand Down Expand Up @@ -108,7 +108,6 @@ pytz==2024.1
# via
# croniter
# django-ses
# djangorestframework
pyyaml==6.0.1
# via
# drf-spectacular
Expand Down
Loading