Skip to content

Commit

Permalink
Bump django from 3.2.25 to 4.2.16 in /{{cookiecutter.project_slug}}
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 3.2.25 to 4.2.16.
- [Commits](django/django@3.2.25...4.2.16)

---
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 Sep 9, 2024
1 parent 8bdd56d commit 16e073a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python_version = "3.9"

[packages]
cryptography = "~=42.0.4"
django = "==3.2.25"
django = "==4.2.16"
"boto3" = "~=1.34.59"
django-environ = "~=0.11.2"
django-storages = "~=1.14"
Expand Down
10 changes: 5 additions & 5 deletions {{cookiecutter.project_slug}}/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16e073a

Please sign in to comment.