Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent e5cb7db commit a75843e
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.4"
django-htmx = "^1.17.3"
django-annoying = "^0.10.6"
django-environ = "^0.11.2"
Expand Down

0 comments on commit a75843e

Please sign in to comment.