mirror of
https://github.com/inventree/InvenTree.git
synced 2026-07-28 01:17:21 +00:00
chore(backend): major allauth bump (#12454)
* mayjor allauth bump * add PR link
This commit is contained in:
@@ -1,11 +1,14 @@
|
|||||||
"""InvenTree API version information."""
|
"""InvenTree API version information."""
|
||||||
|
|
||||||
# InvenTree API version
|
# InvenTree API version
|
||||||
INVENTREE_API_VERSION = 526
|
INVENTREE_API_VERSION = 527
|
||||||
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
|
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
|
||||||
|
|
||||||
INVENTREE_API_TEXT = """
|
INVENTREE_API_TEXT = """
|
||||||
|
|
||||||
|
v527 -> 2026-07-24 : https://github.com/inventree/InvenTree/pull/12454
|
||||||
|
- Extend API with dedicated login-by-code re-send endpoint
|
||||||
|
|
||||||
v526 -> 2026-07-24 : https://github.com/inventree/InvenTree/pull/12463
|
v526 -> 2026-07-24 : https://github.com/inventree/InvenTree/pull/12463
|
||||||
- Fix for data export on SalesOrderAllocation API endpoint
|
- Fix for data export on SalesOrderAllocation API endpoint
|
||||||
|
|
||||||
|
|||||||
@@ -532,9 +532,9 @@ django==5.2.16 \
|
|||||||
# djangorestframework
|
# djangorestframework
|
||||||
# djangorestframework-simplejwt
|
# djangorestframework-simplejwt
|
||||||
# drf-spectacular
|
# drf-spectacular
|
||||||
django-allauth[headless, mfa, openid, saml, socialaccount]==65.14.3 \
|
django-allauth[headless, mfa, openid, saml, socialaccount]==65.18.0 \
|
||||||
--hash=sha256:1d8e1127bdffceb8001bdd9bafbf97661f81e92f4b7bd4f6e799167b0311286d \
|
--hash=sha256:afb82e2c545b9a5539370ad120468faaed84715e095a7b6e76972dacdc6376fe \
|
||||||
--hash=sha256:548eef76ab85f6e48f46f98437abf22acf0e834f73e9915fb6cc3f31a0dcdf4d
|
--hash=sha256:e508640c83b94eaf1a9b4e9ac5332dc310dcdc83fca40d58a3f670e15bad1e84
|
||||||
# via
|
# via
|
||||||
# -c src/backend/requirements.txt
|
# -c src/backend/requirements.txt
|
||||||
# -r src/backend/requirements.in
|
# -r src/backend/requirements.in
|
||||||
|
|||||||
@@ -508,9 +508,9 @@ django==5.2.16 \
|
|||||||
# djangorestframework
|
# djangorestframework
|
||||||
# djangorestframework-simplejwt
|
# djangorestframework-simplejwt
|
||||||
# drf-spectacular
|
# drf-spectacular
|
||||||
django-allauth[headless, mfa, openid, saml, socialaccount]==65.14.3 \
|
django-allauth[headless, mfa, openid, saml, socialaccount]==65.18.0 \
|
||||||
--hash=sha256:1d8e1127bdffceb8001bdd9bafbf97661f81e92f4b7bd4f6e799167b0311286d \
|
--hash=sha256:afb82e2c545b9a5539370ad120468faaed84715e095a7b6e76972dacdc6376fe \
|
||||||
--hash=sha256:548eef76ab85f6e48f46f98437abf22acf0e834f73e9915fb6cc3f31a0dcdf4d
|
--hash=sha256:e508640c83b94eaf1a9b4e9ac5332dc310dcdc83fca40d58a3f670e15bad1e84
|
||||||
# via -r src/backend/requirements.in
|
# via -r src/backend/requirements.in
|
||||||
django-anymail[amazon-ses, postal]==15.0 \
|
django-anymail[amazon-ses, postal]==15.0 \
|
||||||
--hash=sha256:23d8ab6589afe8cc1ae7665c26879814ad192f4c3ed837a2a1868b0a056869e0 \
|
--hash=sha256:23d8ab6589afe8cc1ae7665c26879814ad192f4c3ed837a2a1868b0a056869e0 \
|
||||||
|
|||||||
Reference in New Issue
Block a user