mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-13 14:11:37 +00:00
refactor(backend): raise allauth (#10156)
* bump allauth * bump api version
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 = 383
|
INVENTREE_API_VERSION = 384
|
||||||
|
|
||||||
"""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 = """
|
||||||
|
v384 -> 2025-08-08 : https://github.com/inventree/InvenTree/pull/9969
|
||||||
|
- Bump allauth
|
||||||
|
|
||||||
v383 -> 2025-08-08 : https://github.com/inventree/InvenTree/pull/9969
|
v383 -> 2025-08-08 : https://github.com/inventree/InvenTree/pull/9969
|
||||||
- Correctly apply changes listed in v358
|
- Correctly apply changes listed in v358
|
||||||
- Breaking: StockCreate now always returns a list of StockItem
|
- Breaking: StockCreate now always returns a list of StockItem
|
||||||
|
@@ -423,8 +423,8 @@ django==4.2.23 \
|
|||||||
# djangorestframework
|
# djangorestframework
|
||||||
# djangorestframework-simplejwt
|
# djangorestframework-simplejwt
|
||||||
# drf-spectacular
|
# drf-spectacular
|
||||||
django-allauth[mfa, openid, saml, socialaccount]==65.9.0 \
|
django-allauth[mfa, openid, saml, socialaccount]==65.10.0 \
|
||||||
--hash=sha256:a06bca9974df44321e94c33bcf770bb6f924d1a44b57defbce4d7ec54a55483e
|
--hash=sha256:47daa3b0e11a1d75724ea32995de37bd2b8963e9e4cce2b3a7fd64eb6d3b3c48
|
||||||
# via -r src/backend/requirements.in
|
# via -r src/backend/requirements.in
|
||||||
django-anymail[amazon-ses, postal]==13.0 \
|
django-anymail[amazon-ses, postal]==13.0 \
|
||||||
--hash=sha256:6da4465eff18f679955f74332501a3a4299e34079015d91e1fce9c049d784d6c \
|
--hash=sha256:6da4465eff18f679955f74332501a3a4299e34079015d91e1fce9c049d784d6c \
|
||||||
@@ -929,8 +929,8 @@ oauthlib==3.3.1 \
|
|||||||
--hash=sha256:0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9 \
|
--hash=sha256:0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9 \
|
||||||
--hash=sha256:88119c938d2b8fb88561af5f6ee0eec8cc8d552b7bb1f712743136eb7523b7a1
|
--hash=sha256:88119c938d2b8fb88561af5f6ee0eec8cc8d552b7bb1f712743136eb7523b7a1
|
||||||
# via
|
# via
|
||||||
|
# django-allauth
|
||||||
# django-oauth-toolkit
|
# django-oauth-toolkit
|
||||||
# requests-oauthlib
|
|
||||||
openpyxl==3.1.5 \
|
openpyxl==3.1.5 \
|
||||||
--hash=sha256:5282c12b107bffeef825f4617dc029afaf41d0ea60823bbb665ef3079dc79de2 \
|
--hash=sha256:5282c12b107bffeef825f4617dc029afaf41d0ea60823bbb665ef3079dc79de2 \
|
||||||
--hash=sha256:cf0e3cf56142039133628b5acffe8ef0c12bc902d2aadd3e0fe5878dc08d1050
|
--hash=sha256:cf0e3cf56142039133628b5acffe8ef0c12bc902d2aadd3e0fe5878dc08d1050
|
||||||
@@ -1469,11 +1469,6 @@ requests==2.32.4 \
|
|||||||
# django-anymail
|
# django-anymail
|
||||||
# django-oauth-toolkit
|
# django-oauth-toolkit
|
||||||
# opentelemetry-exporter-otlp-proto-http
|
# opentelemetry-exporter-otlp-proto-http
|
||||||
# requests-oauthlib
|
|
||||||
requests-oauthlib==2.0.0 \
|
|
||||||
--hash=sha256:7dd8a5c40426b779b0868c404bdef9768deccf22749cde15852df527e6269b36 \
|
|
||||||
--hash=sha256:b3dffaebd884d8cd778494369603a9e7b58d29111bf6b41bdc2dcd87203af4e9
|
|
||||||
# via django-allauth
|
|
||||||
rpds-py==0.26.0 \
|
rpds-py==0.26.0 \
|
||||||
--hash=sha256:0919f38f5542c0a87e7b4afcafab6fd2c15386632d249e9a087498571250abe3 \
|
--hash=sha256:0919f38f5542c0a87e7b4afcafab6fd2c15386632d249e9a087498571250abe3 \
|
||||||
--hash=sha256:093d63b4b0f52d98ebae33b8c50900d3d67e0666094b1be7a12fffd7f65de74b \
|
--hash=sha256:093d63b4b0f52d98ebae33b8c50900d3d67e0666094b1be7a12fffd7f65de74b \
|
||||||
|
Reference in New Issue
Block a user