Skip to content

Commit

Permalink
Update django-phonenumber-field to 8.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hansegucker authored and claudep committed Jul 24, 2024
1 parent cad466a commit 0027b69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased
### Changed
- Allow django-phonenumber-field 8.x.x.

## 1.16.0
### Fixed
- Avoid potentially empty `<ul>` on the profile page.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"Django>=3.2",
"django_otp>=0.8.0",
"qrcode>=4.0.0,<7.99",
"django-phonenumber-field<8",
"django-phonenumber-field<9",
"django-formtools",
]
keywords = ["django", "two-factor"]
Expand Down

0 comments on commit 0027b69

Please sign in to comment.