Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 3, 2023
1 parent f90f648 commit ed38386
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
8 changes: 1 addition & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ argon2-cffi-bindings==21.2.0
# via argon2-cffi
asgiref==3.7.2
# via django
async-timeout==4.0.2
# via redis
attrs==23.1.0
# via
# jsonschema
Expand Down Expand Up @@ -59,7 +57,7 @@ decorator==5.1.1
# via jsonpath-ng
defusedxml==0.7.1
# via python3-openid
django==4.2.3
django==4.2.4
# via
# -r requirements/base.in
# crispy-bootstrap5
Expand Down Expand Up @@ -96,8 +94,6 @@ djangorestframework==3.14.0
# drf-spectacular
drf-spectacular==0.26.4
# via -r requirements/base.in
exceptiongroup==1.1.2
# via anyio
h11==0.14.0
# via httpcore
h2==4.1.0
Expand Down Expand Up @@ -189,8 +185,6 @@ sqlparse==0.4.4
# via django
text-unidecode==1.3
# via python-slugify
typing-extensions==4.7.1
# via asgiref
tzdata==2023.3
# via
# celery
Expand Down
22 changes: 1 addition & 21 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,12 @@ dill==0.3.7
# via pylint
distlib==0.3.7
# via virtualenv
django==4.2.3
django==4.2.4
# via
# -c requirements/base.txt
# django-debug-toolbar
django-debug-toolbar==4.1.0
# via -r requirements/dev.in
exceptiongroup==1.1.2
# via
# -c requirements/base.txt
# anyio
# pytest
executing==1.2.0
# via stack-data
factory-boy==3.3.0
Expand Down Expand Up @@ -175,7 +170,6 @@ pyyaml==6.0.1
six==1.16.0
# via
# -c requirements/base.txt
# asttokens
# python-dateutil
sniffio==1.3.0
# via
Expand All @@ -188,26 +182,12 @@ sqlparse==0.4.4
# django-debug-toolbar
stack-data==0.6.2
# via ipython
tomli==2.0.1
# via
# black
# build
# ipdb
# pip-tools
# pylint
# pyproject-hooks
# pytest
tomlkit==0.11.8
# via pylint
traitlets==5.9.0
# via
# ipython
# matplotlib-inline
typing-extensions==4.7.1
# via
# -c requirements/base.txt
# asgiref
# astroid
virtualenv==20.24.2
# via pre-commit
watchdog==3.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cryptography==41.0.2
# via
# -c requirements/base.txt
# django-anymail
django==4.2.3
django==4.2.4
# via
# -c requirements/base.txt
# django-anymail
Expand Down

0 comments on commit ed38386

Please sign in to comment.