Skip to content

Commit

Permalink
Bump django-allauth from 0.54.0 to 64.0.0 in /{{cookiecutter.repo_name}}
Browse files Browse the repository at this point in the history
Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 0.54.0 to 64.0.0.
- [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst)
- [Commits](pennersr/django-allauth@0.54.0...64.0.0)

---
updated-dependencies:
- dependency-name: django-allauth
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent ed1881c commit ea74d42
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 147 deletions.
158 changes: 12 additions & 146 deletions {{cookiecutter.repo_name}}/poetry.lock

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

2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["{{cookiecutter.author_name}} <{{cookiecutter.email}}>"]
python = "^3.11"
Django = {extras = ["argon2"], version = "^4.2.14"}
whitenoise = {extras = ["brotli"], version = "^6.7.0"}
django-allauth = "^0.54.0"
django-allauth = "^64.0.0"
django-htmx = "^1.17.3"
django-annoying = "^0.10.6"
django-environ = "^0.11.2"
Expand Down

0 comments on commit ea74d42

Please sign in to comment.