2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-03 13:58:47 +00:00

Docker build: Update python deps (#5270) (#5271)

* Update python deps

* Update requirements.in

* Fix requirements-dev.txt

(cherry picked from commit b717011f06a293416066fc50df5d572f85338e4b)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot] 2023-07-18 20:11:29 +10:00 committed by GitHub
parent e1a0e79ead
commit 49c9b5b1aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Basic package requirements # Basic package requirements
invoke>=1.4.0 # Invoke build tool invoke>=1.4.0 # Invoke build tool
pyyaml>=6.0 pyyaml>=6.0.1
setuptools==65.6.3 setuptools==65.6.3
wheel>=0.37.0 wheel>=0.37.0

View File

@ -86,7 +86,7 @@ pytz==2023.3
# via # via
# -c requirements.txt # -c requirements.txt
# django # django
pyyaml==6.0 pyyaml==6.0.1
# via # via
# -c requirements.txt # -c requirements.txt
# pre-commit # pre-commit

View File

@ -40,6 +40,7 @@ pillow # Image manipulation
pint==0.21 # Unit conversion # FIXED 2023-05-30 breaks tests https://github.com/matmair/InvenTree/actions/runs/5095665936/jobs/9160852560 pint==0.21 # Unit conversion # FIXED 2023-05-30 breaks tests https://github.com/matmair/InvenTree/actions/runs/5095665936/jobs/9160852560
python-barcode[images] # Barcode generator python-barcode[images] # Barcode generator
python-dotenv # Environment variable management python-dotenv # Environment variable management
pyyaml>=6.0.1 # YAML parsing
qrcode[pil] # QR code generator qrcode[pil] # QR code generator
rapidfuzz==0.7.6 # Fuzzy string matching rapidfuzz==0.7.6 # Fuzzy string matching
regex # Advanced regular expressions regex # Advanced regular expressions

View File

@ -239,8 +239,9 @@ pytz==2023.3
# django-dbbackup # django-dbbackup
# djangorestframework # djangorestframework
# icalendar # icalendar
pyyaml==6.0 pyyaml==6.0.1
# via # via
# -r requirements.in
# drf-spectacular # drf-spectacular
# tablib # tablib
qrcode[pil]==7.4.2 qrcode[pil]==7.4.2