Skip to content

Commit

Permalink
Bump general deps (#5170)
Browse files Browse the repository at this point in the history
* bump deps

* down to py 3.9

* pin pillow
  • Loading branch information
matmair authored Jul 4, 2023
1 parent f16c8a5 commit aec56d4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
15 changes: 8 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ drf-spectacular # DRF API documentation
feedparser # RSS newsfeed parser
gunicorn # Gunicorn web server
pdf2image # PDF to image conversion
pillow # Image manipulation
pillow==9.5.0 # Image manipulation # FIXED 2023-07-04 as we require PIL.Image.ANTIALIAS
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
Expand Down
30 changes: 15 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ django-allauth==0.54.0
# django-allauth-2fa
django-allauth-2fa==0.10.0
# via -r requirements.in
django-cleanup==7.0.0
django-cleanup==8.0.0
# via -r requirements.in
django-cors-headers==4.0.0
django-cors-headers==4.1.0
# via -r requirements.in
django-crispy-forms==1.14.0
# via -r requirements.in
Expand All @@ -98,15 +98,15 @@ django-error-report==0.2.0
# via -r requirements.in
django-filter==23.2
# via -r requirements.in
django-flags==5.0.12
django-flags==5.0.13
# via -r requirements.in
django-formtools==2.4.1
# via -r requirements.in
django-ical==1.9.1
django-ical==1.9.2
# via -r requirements.in
django-import-export==2.5.0
# via -r requirements.in
django-js-asset==2.0.0
django-js-asset==2.1.0
# via django-mptt
django-maintenance-mode==0.18.0
# via -r requirements.in
Expand All @@ -116,7 +116,7 @@ django-money==2.1.1
# via -r requirements.in
django-mptt==0.11.0
# via -r requirements.in
django-otp==1.2.1
django-otp==1.2.2
# via django-allauth-2fa
django-picklefield==3.1
# via django-q
Expand All @@ -126,7 +126,7 @@ django-q-sentry==0.1.6
# via -r requirements.in
django-recurrence==1.11.1
# via django-ical
django-redis==5.2.0
django-redis==5.3.0
# via -r requirements.in
django-sql-utils==0.6.1
# via -r requirements.in
Expand All @@ -150,15 +150,15 @@ djangorestframework==3.14.0
# drf-spectacular
djangorestframework-simplejwt[crypto]==5.2.2
# via -r requirements.in
drf-spectacular==0.26.2
drf-spectacular==0.26.3
# via -r requirements.in
dulwich==0.21.5
# via -r requirements.in
et-xmlfile==1.1.0
# via openpyxl
feedparser==6.0.10
# via -r requirements.in
fonttools[woff]==4.39.4
fonttools[woff]==4.40.0
# via weasyprint
gunicorn==20.1.0
# via -r requirements.in
Expand Down Expand Up @@ -208,7 +208,7 @@ py-moneyed==1.2
# django-money
pycparser==2.21
# via cffi
pydyf==0.6.0
pydyf==0.7.0
# via weasyprint
pyjwt[crypto]==2.7.0
# via
Expand Down Expand Up @@ -253,7 +253,7 @@ redis==3.5.3
# via
# django-q
# django-redis
regex==2023.5.5
regex==2023.6.3
# via -r requirements.in
requests==2.31.0
# via
Expand All @@ -262,7 +262,7 @@ requests==2.31.0
# requests-oauthlib
requests-oauthlib==1.3.1
# via django-allauth
sentry-sdk==1.25.0
sentry-sdk==1.27.0
# via
# -r requirements.in
# django-q-sentry
Expand All @@ -278,7 +278,7 @@ sqlparse==0.4.4
# via
# django
# django-sql-utils
tablib[html,ods,xls,xlsx,yaml]==3.4.0
tablib[html,ods,xls,xlsx,yaml]==3.5.0
# via
# -r requirements.in
# django-import-export
Expand All @@ -287,15 +287,15 @@ tinycss2==1.1.1
# bleach
# cssselect2
# weasyprint
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# asgiref
# qrcode
uritemplate==4.1.1
# via
# coreapi
# drf-spectacular
urllib3==2.0.2
urllib3==2.0.3
# via
# dulwich
# requests
Expand Down

0 comments on commit aec56d4

Please sign in to comment.