Skip to content

Commit

Permalink
Bump django from 3.0 to 4.2.16
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 3.0 to 4.2.16.
- [Commits](django/django@3.0...4.2.16)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 81e4f60 commit c5e2caf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ maintainers = [
requires-python = ">=3.11"

dependencies = [
"Django==3.0",
"Django==4.2.16",
# Creates REST APIs
"djangorestframework",
# locks down access to api endpoints
Expand Down
2 changes: 1 addition & 1 deletion requirements/common.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==3.0
Django==4.2.16
# Creates REST APIs
djangorestframework
# Used for DRF filtering
Expand Down

0 comments on commit c5e2caf

Please sign in to comment.