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 554bc49 commit e39bbfd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 34 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
36 changes: 14 additions & 22 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,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 All @@ -77,14 +72,26 @@ h11==0.14.0
# via
# -c requirements/base.txt
# httpcore
h2==4.1.0
# via
# -c requirements/base.txt
# httpx
hpack==4.0.0
# via
# -c requirements/base.txt
# h2
httpcore==0.17.3
# via
# -c requirements/base.txt
# httpx
httpx==0.24.1
httpx[http2]==0.24.1
# via
# -c requirements/base.txt
# pytest-httpx
hyperframe==6.0.1
# via
# -c requirements/base.txt
# h2
identify==2.5.26
# via pre-commit
idna==3.4
Expand Down Expand Up @@ -197,7 +204,6 @@ pyyaml==6.0.1
six==1.16.0
# via
# -c requirements/base.txt
# asttokens
# python-dateutil
sniffio==1.3.0
# via
Expand All @@ -212,26 +218,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
6 changes: 1 addition & 5 deletions 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 Expand Up @@ -80,10 +80,6 @@ sqlparse==0.4.4
# via
# -c requirements/base.txt
# django
typing-extensions==4.7.1
# via
# -c requirements/base.txt
# asgiref
urllib3==1.26.16
# via
# -c requirements/base.txt
Expand Down

0 comments on commit e39bbfd

Please sign in to comment.