mirror of
https://github.com/inventree/InvenTree.git
synced 2026-02-02 11:24:51 +00:00
Merge branch 'master' of https://github.com/inventree/InvenTree into feat--matrix-testing
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# - gunicorn as the InvenTree web server
|
||||
# - django-q as the InvenTree background worker process
|
||||
# - Caddy as a reverse proxy
|
||||
# - redis as the cache manager (optional, disabled by default)
|
||||
# - redis as the cache manager (optional, enabled by default)
|
||||
|
||||
# ---------------------
|
||||
# READ BEFORE STARTING!
|
||||
@@ -64,6 +64,8 @@ services:
|
||||
- .env
|
||||
expose:
|
||||
- ${INVENTREE_CACHE_PORT:-6379}
|
||||
volumes:
|
||||
- ${INVENTREE_EXT_VOLUME}/redis:/data
|
||||
restart: always
|
||||
|
||||
# InvenTree web server service
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# This file was autogenerated by uv via the following command:
|
||||
# uv pip compile contrib/container/requirements.in -o contrib/container/requirements.txt --python-version=3.11 -b src/backend/requirements.txt
|
||||
asgiref==3.10.0
|
||||
asgiref==3.11.0
|
||||
# via django
|
||||
django==5.2.9
|
||||
django==5.2.10
|
||||
# via
|
||||
# -r contrib/container/requirements.in
|
||||
# django-auth-ldap
|
||||
django-auth-ldap==5.2.0
|
||||
django-auth-ldap==5.3.0
|
||||
# via -r contrib/container/requirements.in
|
||||
gunicorn==23.0.0
|
||||
# via -r contrib/container/requirements.in
|
||||
@@ -20,11 +20,11 @@ packaging==25.0
|
||||
# via
|
||||
# gunicorn
|
||||
# mariadb
|
||||
psycopg[binary, pool]==3.2.12
|
||||
psycopg[binary, pool]==3.3.2
|
||||
# via -r contrib/container/requirements.in
|
||||
psycopg-binary==3.2.12
|
||||
psycopg-binary==3.3.2
|
||||
# via psycopg
|
||||
psycopg-pool==3.2.7
|
||||
psycopg-pool==3.3.0
|
||||
# via psycopg
|
||||
pyasn1==0.6.1
|
||||
# via
|
||||
@@ -40,13 +40,13 @@ pyyaml==6.0.3
|
||||
# via -r contrib/container/requirements.in
|
||||
setuptools==80.9.0
|
||||
# via -r contrib/container/requirements.in
|
||||
sqlparse==0.5.3
|
||||
sqlparse==0.5.5
|
||||
# via django
|
||||
typing-extensions==4.15.0
|
||||
# via
|
||||
# psycopg
|
||||
# psycopg-pool
|
||||
uv==0.9.8
|
||||
uv==0.9.22
|
||||
# via -r contrib/container/requirements.in
|
||||
wheel==0.45.1
|
||||
# via -r contrib/container/requirements.in
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# This file was autogenerated by uv via the following command:
|
||||
# uv pip compile contrib/dev_reqs/requirements.in -o contrib/dev_reqs/requirements.txt -b src/backend/requirements.txt
|
||||
certifi==2025.10.5
|
||||
certifi==2026.1.4
|
||||
# via requests
|
||||
charset-normalizer==3.4.4
|
||||
# via requests
|
||||
@@ -14,11 +14,9 @@ pyyaml==6.0.3
|
||||
# via -r contrib/dev_reqs/requirements.in
|
||||
requests==2.32.5
|
||||
# via -r contrib/dev_reqs/requirements.in
|
||||
ruamel-yaml==0.18.15
|
||||
ruamel-yaml==0.19.1
|
||||
# via jc
|
||||
ruamel-yaml-clib==0.2.15
|
||||
# via ruamel-yaml
|
||||
urllib3==2.6.0
|
||||
urllib3==2.6.3
|
||||
# via requests
|
||||
xmltodict==1.0.2
|
||||
# via jc
|
||||
|
||||
Reference in New Issue
Block a user