2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-12 04:28:45 +00:00

chore(backend): bump django-q2 (#11910)

* bump django-q2

* API bump
This commit is contained in:
Matthias Mair
2026-05-10 01:12:01 +02:00
committed by GitHub
parent 9a2b82d582
commit 69c11d106c
3 changed files with 10 additions and 7 deletions
@@ -1,11 +1,14 @@
"""InvenTree API version information."""
# InvenTree API version
INVENTREE_API_VERSION = 483
INVENTREE_API_VERSION = 484
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
INVENTREE_API_TEXT = """
v484 -> 2026-05-10 : https://github.com/inventree/InvenTree/pull/11910
- Adds more docstrings to (scheduled) tasks
v483 -> 2026-05-04 : https://github.com/inventree/InvenTree/pull/11861
- Enable bulk-update operations on the BomItem API endpoint, allowing multiple BOM items to be updated in a single API call
+3 -3
View File
@@ -672,9 +672,9 @@ django-q-sentry==0.1.6 \
# via
# -c src/backend/requirements.txt
# -r src/backend/requirements.in
django-q2==1.9.0 \
--hash=sha256:4eded27644b0ffb291839c9f9c12fea6c0dec63ebd891fa6881b0b446098a49d \
--hash=sha256:ef7facca96fae9c11ddf2c5252d3817975c7a9a6d989fa0d65487d8823d57799
django-q2==1.10.0 \
--hash=sha256:7746c1cb7178551d81f25f47603ed29b80599e93d82ffd198c493a2b2323f3b5 \
--hash=sha256:cc805008986c560ed4e0a3ef08776c1b41f403a60477b2726a2545ae64b71504
# via
# -c src/backend/requirements.txt
# -r src/backend/requirements.in
+3 -3
View File
@@ -612,9 +612,9 @@ django-picklefield==3.4.0 \
django-q-sentry==0.1.6 \
--hash=sha256:9b8b4d7fad253a7d9a47f2c2ab0d9dea83078b7ef45c8849dbb1e4176ef8d050
# via -r src/backend/requirements.in
django-q2==1.9.0 \
--hash=sha256:4eded27644b0ffb291839c9f9c12fea6c0dec63ebd891fa6881b0b446098a49d \
--hash=sha256:ef7facca96fae9c11ddf2c5252d3817975c7a9a6d989fa0d65487d8823d57799
django-q2==1.10.0 \
--hash=sha256:7746c1cb7178551d81f25f47603ed29b80599e93d82ffd198c493a2b2323f3b5 \
--hash=sha256:cc805008986c560ed4e0a3ef08776c1b41f403a60477b2726a2545ae64b71504
# via -r src/backend/requirements.in
django-recurrence==1.14 \
--hash=sha256:154a6221bd6667c35250d9fa89bbc4792b3f1ec5dc8dff0f5872186b6df3cf76 \