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

Upgrade: bump djangorestframework from 3.15.1 to 3.15.2 in /back-end #82

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Upgrade: bump djangorestframework from 3.15.1 to 3.15.2 in /back-end
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.1 to 3.15.2.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.15.1...3.15.2)

---
updated-dependencies:
- dependency-name: djangorestframework
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Jun 26, 2024
commit 554ee8122f1e3294e23d393ae31b387f7a1c0076
2 changes: 1 addition & 1 deletion back-end/requirements.txt
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ asgiref==3.8.1
Django==5.0.4
django-autoslug==1.9.9
django-jazzmin==3.0.0
djangorestframework==3.15.1
djangorestframework==3.15.2
Pillow==10.3.0
psycopg2-binary==2.9.9
python-dotenv==1.0.1