Skip to content

Commit

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

---
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] authored Nov 18, 2023
1 parent 4698b97 commit c62c06d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
9 changes: 5 additions & 4 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#
alabaster==0.7.13
# via sphinx
appnope==0.1.3
# via ipython
asgiref==3.5.2
# via
# -c requirements/requirements.txt
Expand All @@ -20,6 +18,10 @@ babel==2.13.1
# via sphinx
backcall==0.2.0
# via ipython
backports-zoneinfo==0.2.1
# via
# -c requirements/requirements.txt
# django
black==22.12.0
# via -r requirements/dev-requirements.in
certifi==2022.5.18.1
Expand Down Expand Up @@ -49,7 +51,7 @@ dill==0.3.7
# via pylint
distlib==0.3.7
# via virtualenv
django==3.2.19
django==4.1.13
# via
# -c requirements/requirements.txt
# django-debug-toolbar
Expand Down Expand Up @@ -173,7 +175,6 @@ pytz==2022.1
# via
# -c requirements/requirements.txt
# babel
# django
pyyaml==6.0.1
# via pre-commit
requests==2.31.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ oauthlib # https://github.com/oauthlib/oauthlib

# Django
# ------------------------------------------------------------------------------
django>=3.2,<4.0 # pyup: < 3.3 # https://www.djangoproject.com/
django>=3.2,<5.0 # pyup: < 3.3 # https://www.djangoproject.com/
django-environ # https://github.com/joke2k/django-environ
django-maintenance-mode # https://github.com/fabiocaccamo/django-maintenance-mode
django-model-utils # https://github.com/jazzband/django-model-utils
Expand Down
5 changes: 3 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ async-timeout==4.0.2
# via redis
attrs==22.1.0
# via jsonschema
backports-zoneinfo==0.2.1
# via django
build==1.0.3
# via pip-tools
cachetools==5.2.0
Expand All @@ -36,7 +38,7 @@ cryptography==37.0.2
# via pyjwt
defusedxml==0.7.1
# via python3-openid
django==3.2.19
django==4.1.13
# via
# -r requirements/requirements.in
# crispy-bootstrap5
Expand Down Expand Up @@ -162,7 +164,6 @@ python3-openid==3.2.0
pytz==2022.1
# via
# -r requirements/requirements.in
# django
# django-anvil-consortium-manager
# django-dbbackup
# pandas
Expand Down

0 comments on commit c62c06d

Please sign in to comment.