mirror of
https://github.com/ae-utbm/sith.git
synced 2026-05-13 20:48:06 +00:00
[UPDATE] Update phonenumbers requirement
Updates the requirements on [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) to permit the latest version. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.29...v9.0.30) --- updated-dependencies: - dependency-name: phonenumbers dependency-version: 9.0.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ dependencies = [
|
|||||||
"django-jinja<3.0.0,>=2.11.0",
|
"django-jinja<3.0.0,>=2.11.0",
|
||||||
"cryptography>=47.0.0,<48.0.0",
|
"cryptography>=47.0.0,<48.0.0",
|
||||||
"django-phonenumber-field>=8.4.0,<9.0.0",
|
"django-phonenumber-field>=8.4.0,<9.0.0",
|
||||||
"phonenumbers>=9.0.29,<10.0.0",
|
"phonenumbers>=9.0.30,<10.0.0",
|
||||||
"reportlab>=4.5.0,<5.0.0",
|
"reportlab>=4.5.0,<5.0.0",
|
||||||
"django-haystack>=3.3.0,<4.0.0",
|
"django-haystack>=3.3.0,<4.0.0",
|
||||||
"xapian-haystack>=4.0.0,<5.0.0",
|
"xapian-haystack>=4.0.0,<5.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user