Skip to content

Commit

Permalink
Bump django from 3.2.25 to 4.2.16 in /wall_e (#657)
Browse files Browse the repository at this point in the history
* Bump django from 3.2.25 to 4.2.16 in /wall_e

Bumps [django](https://github.com/django/django) from 3.2.25 to 4.2.16.
- [Commits](django/django@3.2.25...4.2.16)

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

Signed-off-by: dependabot[bot] <[email protected]>

* bump to asgiref is also needed

* update to wall_e_models is also needed for latest Django changes

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jace Manshadi <[email protected]>
  • Loading branch information
dependabot[bot] and modernNeo authored Oct 19, 2024
1 parent 3e8090e commit c0e6d39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
wall-e-models==0.56
wall-e-models==0.57
4 changes: 2 additions & 2 deletions wall_e/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ wolframalpha==5.0.0
configparser==5.2.0

# needed for DB interactions
Django==3.2.25
asgiref==3.4.1
Django==4.2.16
asgiref==3.6.0

0 comments on commit c0e6d39

Please sign in to comment.