Skip to content

Commit

Permalink
build(deps-dev): bump the optional group with 1 update
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.57.0...0.58.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 380f058 commit 45e9ec3
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 @@ -64,7 +64,7 @@ dependencies = [

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

0 comments on commit 45e9ec3

Please sign in to comment.