Docker build: Update python deps (#5270)

* Update python deps

* Update requirements.in

* Fix requirements-dev.txt
This commit is contained in:
Oliver 2023-07-18 19:43:45 +10:00 committed by GitHub
parent 7a8e59305f
commit b717011f06
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
invoke>=1.4.0 # Invoke build tool
pyyaml>=6.0
pyyaml>=6.0.1
setuptools==65.6.3
wheel>=0.37.0

View File

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

View File

@ -41,6 +41,7 @@ pillow==9.5.0 # Image manipulation # FIXED 2023-07-04
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-dotenv # Environment variable management
pyyaml>=6.0.1 # YAML parsing
qrcode[pil] # QR code generator
rapidfuzz==0.7.6 # Fuzzy string matching
regex # Advanced regular expressions

View File

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