diff --git a/src/backend/InvenTree/InvenTree/api_version.py b/src/backend/InvenTree/InvenTree/api_version.py index 362c508030..9bcfb33418 100644 --- a/src/backend/InvenTree/InvenTree/api_version.py +++ b/src/backend/InvenTree/InvenTree/api_version.py @@ -1,11 +1,14 @@ """InvenTree API version information.""" # 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.""" 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 - Correctly apply changes listed in v358 - Breaking: StockCreate now always returns a list of StockItem diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt index f780d1e706..5fd73a8abd 100644 --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -423,8 +423,8 @@ django==4.2.23 \ # djangorestframework # djangorestframework-simplejwt # drf-spectacular -django-allauth[mfa, openid, saml, socialaccount]==65.9.0 \ - --hash=sha256:a06bca9974df44321e94c33bcf770bb6f924d1a44b57defbce4d7ec54a55483e +django-allauth[mfa, openid, saml, socialaccount]==65.10.0 \ + --hash=sha256:47daa3b0e11a1d75724ea32995de37bd2b8963e9e4cce2b3a7fd64eb6d3b3c48 # via -r src/backend/requirements.in django-anymail[amazon-ses, postal]==13.0 \ --hash=sha256:6da4465eff18f679955f74332501a3a4299e34079015d91e1fce9c049d784d6c \ @@ -929,8 +929,8 @@ oauthlib==3.3.1 \ --hash=sha256:0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9 \ --hash=sha256:88119c938d2b8fb88561af5f6ee0eec8cc8d552b7bb1f712743136eb7523b7a1 # via + # django-allauth # django-oauth-toolkit - # requests-oauthlib openpyxl==3.1.5 \ --hash=sha256:5282c12b107bffeef825f4617dc029afaf41d0ea60823bbb665ef3079dc79de2 \ --hash=sha256:cf0e3cf56142039133628b5acffe8ef0c12bc902d2aadd3e0fe5878dc08d1050 @@ -1469,11 +1469,6 @@ requests==2.32.4 \ # django-anymail # django-oauth-toolkit # 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 \ --hash=sha256:0919f38f5542c0a87e7b4afcafab6fd2c15386632d249e9a087498571250abe3 \ --hash=sha256:093d63b4b0f52d98ebae33b8c50900d3d67e0666094b1be7a12fffd7f65de74b \