Skip to content

Commit b19ca03

Browse files
authored
refactor(backend): raise allauth (#10156)
* bump allauth * bump api version
1 parent 02b2586 commit b19ca03

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

src/backend/InvenTree/InvenTree/api_version.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
"""InvenTree API version information."""
22

33
# InvenTree API version
4-
INVENTREE_API_VERSION = 383
4+
INVENTREE_API_VERSION = 384
55

66
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
77

88
INVENTREE_API_TEXT = """
9+
v384 -> 2025-08-08 : https://github.com/inventree/InvenTree/pull/9969
10+
- Bump allauth
11+
912
v383 -> 2025-08-08 : https://github.com/inventree/InvenTree/pull/9969
1013
- Correctly apply changes listed in v358
1114
- Breaking: StockCreate now always returns a list of StockItem

src/backend/requirements.txt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ django==4.2.23 \
423423
# djangorestframework
424424
# djangorestframework-simplejwt
425425
# drf-spectacular
426-
django-allauth[mfa, openid, saml, socialaccount]==65.9.0 \
427-
--hash=sha256:a06bca9974df44321e94c33bcf770bb6f924d1a44b57defbce4d7ec54a55483e
426+
django-allauth[mfa, openid, saml, socialaccount]==65.10.0 \
427+
--hash=sha256:47daa3b0e11a1d75724ea32995de37bd2b8963e9e4cce2b3a7fd64eb6d3b3c48
428428
# via -r src/backend/requirements.in
429429
django-anymail[amazon-ses, postal]==13.0 \
430430
--hash=sha256:6da4465eff18f679955f74332501a3a4299e34079015d91e1fce9c049d784d6c \
@@ -929,8 +929,8 @@ oauthlib==3.3.1 \
929929
--hash=sha256:0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9 \
930930
--hash=sha256:88119c938d2b8fb88561af5f6ee0eec8cc8d552b7bb1f712743136eb7523b7a1
931931
# via
932+
# django-allauth
932933
# django-oauth-toolkit
933-
# requests-oauthlib
934934
openpyxl==3.1.5 \
935935
--hash=sha256:5282c12b107bffeef825f4617dc029afaf41d0ea60823bbb665ef3079dc79de2 \
936936
--hash=sha256:cf0e3cf56142039133628b5acffe8ef0c12bc902d2aadd3e0fe5878dc08d1050
@@ -1469,11 +1469,6 @@ requests==2.32.4 \
14691469
# django-anymail
14701470
# django-oauth-toolkit
14711471
# opentelemetry-exporter-otlp-proto-http
1472-
# requests-oauthlib
1473-
requests-oauthlib==2.0.0 \
1474-
--hash=sha256:7dd8a5c40426b779b0868c404bdef9768deccf22749cde15852df527e6269b36 \
1475-
--hash=sha256:b3dffaebd884d8cd778494369603a9e7b58d29111bf6b41bdc2dcd87203af4e9
1476-
# via django-allauth
14771472
rpds-py==0.26.0 \
14781473
--hash=sha256:0919f38f5542c0a87e7b4afcafab6fd2c15386632d249e9a087498571250abe3 \
14791474
--hash=sha256:093d63b4b0f52d98ebae33b8c50900d3d67e0666094b1be7a12fffd7f65de74b \

0 commit comments

Comments
 (0)