Skip to content

Commit

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

---
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 Jul 4, 2023
1 parent f2135c8 commit 9dd0005
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
6 changes: 1 addition & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,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
billiard==3.6.4.0
Expand Down Expand Up @@ -50,7 +48,7 @@ cryptography==41.0.0
# via pyjwt
defusedxml==0.7.1
# via python3-openid
django==4.2.1
django==4.2.3
# via
# -r requirements/base.in
# crispy-bootstrap5
Expand Down Expand Up @@ -141,8 +139,6 @@ sqlparse==0.4.4
# via django
text-unidecode==1.3
# via python-slugify
typing-extensions==4.6.2
# via asgiref
tzdata==2023.3
# via django-celery-beat
uritemplate==4.1.1
Expand Down
20 changes: 1 addition & 19 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,12 @@ dill==0.3.6
# via pylint
distlib==0.3.6
# via virtualenv
django==4.2.1
django==4.2.3
# via
# -c requirements/base.txt
# django-debug-toolbar
django-debug-toolbar==4.1.0
# via -r requirements/dev.in
exceptiongroup==1.1.1
# via
# anyio
# pytest
executing==1.2.0
# via stack-data
factory-boy==3.2.1
Expand Down Expand Up @@ -169,7 +165,6 @@ pyyaml==6.0
six==1.16.0
# via
# -c requirements/base.txt
# asttokens
# python-dateutil
sniffio==1.3.0
# via anyio
Expand All @@ -180,25 +175,12 @@ sqlparse==0.4.4
# django-debug-toolbar
stack-data==0.6.2
# via ipython
tomli==2.0.1
# via
# black
# build
# ipdb
# pylint
# pyproject-hooks
# pytest
tomlkit==0.11.8
# via pylint
traitlets==5.9.0
# via
# ipython
# matplotlib-inline
typing-extensions==4.6.2
# via
# -c requirements/base.txt
# asgiref
# astroid
virtualenv==20.23.0
# 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.0
# via
# -c requirements/base.txt
# django-anymail
django==4.2.1
django==4.2.3
# via
# -c requirements/base.txt
# django-anymail
Expand Down Expand Up @@ -78,10 +78,6 @@ sqlparse==0.4.4
# via
# -c requirements/base.txt
# django
typing-extensions==4.6.2
# via
# -c requirements/base.txt
# asgiref
urllib3==1.26.16
# via
# -c requirements/base.txt
Expand Down

0 comments on commit 9dd0005

Please sign in to comment.