Skip to content

Commit

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

---
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 Aug 8, 2024
1 parent c8d8a70 commit 5b6d6eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
django==4.2.14
django==5.1
# via
# -c requirements/requirements.txt
# django-debug-toolbar
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ oauthlib # https://github.com/oauthlib/oauthlib
# Password hashing
argon2-cffi # https://github.com/hynek/argon2_cffi

django>=4.2,<5.0 # pyup: < 3.3 # https://www.djangoproject.com/
django>=4.2,<6.0 # pyup: < 3.3 # https://www.djangoproject.com/
# Read from .env files
# Note that django-environ 0.11+ introduces a bug where secret keys are truncated if they have a #
# https://github.com/joke2k/django-environ/issues/497
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cryptography==42.0.4
# via pyjwt
defusedxml==0.7.1
# via python3-openid
django==4.2.14
django==5.1
# via
# -r requirements/requirements.in
# crispy-bootstrap5
Expand Down

0 comments on commit 5b6d6eb

Please sign in to comment.