Skip to content

Commit

Permalink
Bump django-allauth-2fa from 0.10.0 to 0.11.1
Browse files Browse the repository at this point in the history
Bumps [django-allauth-2fa](https://github.com/valohai/django-allauth-2fa) from 0.10.0 to 0.11.1.
- [Release notes](https://github.com/valohai/django-allauth-2fa/releases)
- [Changelog](https://github.com/valohai/django-allauth-2fa/blob/main/CHANGELOG.rst)
- [Commits](valohai/django-allauth-2fa@v0.10.0...v0.11.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 30, 2023
1 parent 8642552 commit bd4b716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'defusedxml==0.7.1',
'django==4.1.7',
'django-allauth==0.52.0',
'django-allauth-2fa==0.10.0',
'django-allauth-2fa==0.11.1',
'django-anymail[mailgun]==9.0',
'django-environ==0.9.0',
'django-otp==1.1.4',
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ django-allauth==0.52.0
# via
# -r requirements.in
# django-allauth-2fa
django-allauth-2fa==0.10.0
django-allauth-2fa==0.11.1
# via -r requirements.in
django-anymail[mailgun]==9.0
# via -r requirements.in
Expand Down

0 comments on commit bd4b716

Please sign in to comment.