Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 6, 2023
1 parent 97b345d commit 620edef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
9 changes: 3 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-dev.in
#
asgiref==3.3.4
asgiref==3.7.2
# via
# -c requirements.txt
# django
Expand Down Expand Up @@ -53,7 +53,7 @@ customizable-django-profiler @ git+https://github.com/someshchaturvedi/customiza
# via -r requirements-dev.in
distlib==0.3.1
# via virtualenv
django==3.2.19
django==4.2.3
# via
# -c requirements.txt
# django-debug-toolbar
Expand Down Expand Up @@ -206,10 +206,6 @@ python-dateutil==2.8.2
# via
# -c requirements.txt
# faker
pytz==2022.1
# via
# -c requirements.txt
# django
pyyaml==6.0
# via
# -c requirements.txt
Expand Down Expand Up @@ -261,6 +257,7 @@ tomli==1.2.3
typing-extensions==4.5.0
# via
# -c requirements.txt
# asgiref
# locust
uritemplate==3.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ celery==5.2.7
redis
pathlib
python-postmark==0.5.8
Django==3.2.19
Django==4.2.3
django-webpack-loader==0.7.0
google-cloud-error-reporting
google-cloud-storage
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
amqp==5.1.1
# via kombu
asgiref==3.3.4
asgiref==3.7.2
# via django
async-timeout==4.0.2
# via redis
Expand Down Expand Up @@ -54,7 +54,7 @@ click-repl==0.2.0
# via celery
confusable-homoglyphs==3.2.0
# via django-registration
django==3.2.19
django==4.2.3
# via
# -r requirements.in
# django-bulk-update
Expand Down Expand Up @@ -226,7 +226,6 @@ python-postmark==0.5.8
pytz==2022.1
# via
# celery
# django
# django-postmark
# google-api-core
pyyaml==6.0
Expand Down Expand Up @@ -262,6 +261,7 @@ sqlparse==0.4.1
# via django
typing-extensions==4.5.0
# via
# asgiref
# libcst
# typing-inspect
typing-inspect==0.8.0
Expand Down

0 comments on commit 620edef

Please sign in to comment.