Skip to content

Commit

Permalink
Bump django from 4.2.15 to 4.2.16 in /server
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16.
- [Commits](django/django@4.2.15...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 Oct 8, 2024
1 parent 3e1a5aa commit 613ccac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asgiref==3.8.1
cffi==1.16.0
Django==4.2.15
Django==4.2.16
django-cors-headers==4.4.0
django-healthchecks==1.5.0
psycopg2-binary==2.9.9
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ charset-normalizer==3.3.2
# via requests
cryptography==42.0.4
# via pyjwt
django==4.2.15
django==4.2.16
# via
# -r requirements.in
# django-cors-headers
Expand Down
2 changes: 1 addition & 1 deletion server/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ click==8.1.7
# pur
cryptography==42.0.4
# via pyjwt
django==4.2.15
django==4.2.16
# via
# -r ./requirements.in
# django-cors-headers
Expand Down

0 comments on commit 613ccac

Please sign in to comment.