2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-10-23 09:27:39 +00:00

chores(backend): bump various deps (#10624)

* bump various deps

* align helpers deps

* revert allauth change

* fix style

* bump allauth too

* bum api version as there is a small allauth change
This commit is contained in:
Matthias Mair
2025-10-20 21:54:40 +02:00
committed by GitHub
parent 957d368e96
commit a02d1011e7
6 changed files with 1465 additions and 1242 deletions

View File

@@ -57,7 +57,7 @@ runs:
run: |
python3 -m pip install -U pip
pip3 install -U invoke wheel
pip3 install 'uv<0.3.0'
pip3 install uv>=0.9.4
- name: Allow uv to use the system Python by default
run: echo "UV_SYSTEM_PYTHON=1" >> $GITHUB_ENV
shell: bash