Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent b7f6343 commit 5806ff9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ amqp==5.0.9
# kombu
argh==0.26.2
# via watchdog
asgiref==3.7.2
# via
# -r requirements.txt
# django
async-timeout==4.0.2
# via
# -r requirements.txt
Expand Down Expand Up @@ -82,7 +86,7 @@ coverage==4.5.1
# pytest-cov
dj-database-url==0.5.0
# via -r requirements.txt
django==2.2.28
django==3.2.24
# via
# -r requirements.txt
# django-celery-beat
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django==2.2.28
django==3.2.24
djangorestframework==3.11.2
boto3
dj-database-url
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
amqp==5.0.9
# via kombu
asgiref==3.7.2
# via django
async-timeout==4.0.2
# via redis
backoff==1.10.0
Expand Down Expand Up @@ -51,7 +53,7 @@ coreschema==0.0.4
# drf-yasg
dj-database-url==0.5.0
# via -r requirements.in
django==2.2.28
django==3.2.24
# via
# -r requirements.in
# django-celery-beat
Expand Down

0 comments on commit 5806ff9

Please sign in to comment.