Skip to content

Commit

Permalink
Bump django-allauth from 0.54.0 to 0.63.6 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 0.63.6.
- [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst)
- [Commits](pennersr/django-allauth@0.54.0...0.63.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 4e751a0 commit 377bffd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 146 deletions.
156 changes: 11 additions & 145 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 = "^0.63.6"
django-htmx = "^1.17.3"
django-annoying = "^0.10.6"
django-environ = "^0.11.2"
Expand Down

0 comments on commit 377bffd

Please sign in to comment.