2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Bump general deps (#5170)

* bump deps

* down to py 3.9

* pin pillow
This commit is contained in:
Matthias Mair
2023-07-04 23:20:56 +02:00
committed by GitHub
parent f16c8a5444
commit aec56d4b34
3 changed files with 24 additions and 23 deletions

View File

@ -43,7 +43,7 @@ django-test-migrations==1.3.0
# via -r requirements-dev.in
docopt==0.6.2
# via coveralls
filelock==3.12.0
filelock==3.12.2
# via virtualenv
flake8==6.0.0
# via
@ -68,11 +68,11 @@ packaging==23.1
# via build
pep8-naming==0.13.3
# via -r requirements-dev.in
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements-dev.in
platformdirs==3.5.1
platformdirs==3.8.0
# via virtualenv
pre-commit==3.3.2
pre-commit==3.3.3
# via -r requirements-dev.in
pycodestyle==2.10.0
# via flake8
@ -104,17 +104,18 @@ sqlparse==0.4.4
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -c requirements.txt
# asgiref
# django-test-migrations
urllib3==2.0.2
urllib3==2.0.3
# via
# -c requirements.txt
# requests
virtualenv==20.23.0
virtualenv==20.23.1
# via pre-commit
wheel==0.40.0
# via pip-tools