Skip to content

Commit

Permalink
build(deps-dev): update django-allauth requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [django-allauth](https://github.com/pennersr/django-allauth) to permit the latest version.
- [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst)
- [Commits](pennersr/django-allauth@0.56.1...0.57.0)

---
updated-dependencies:
- dependency-name: django-allauth
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 1, 2023
1 parent 3252c54 commit f4b0886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies = [

[project.optional-dependencies]
allauth = [
"django-allauth~=0.56.1",
"django-allauth>=0.56.1,<0.58.0",
]
ci = [
"coveralls~=3.3",
Expand Down

0 comments on commit f4b0886

Please sign in to comment.