Skip to content

Commit

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

* bump again

* bump frontend as well

* fixed allauth version for now

* fixed requirements files

* fixed requirements files 2

* fixed changed lib path
  • Loading branch information
matmair authored Sep 6, 2023
1 parent f917c91 commit 683cf24
Show file tree
Hide file tree
Showing 6 changed files with 931 additions and 916 deletions.
2 changes: 1 addition & 1 deletion InvenTree/InvenTree/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from django.utils.translation import gettext_lazy as _

from django_q.models import Success
from django_q.monitor import Stat
from django_q.status import Stat

import InvenTree.email
import InvenTree.ready
Expand Down
33 changes: 21 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ asgiref==3.7.2
# via
# -c requirements.txt
# django
build==0.10.0
build==1.0.0
# via pip-tools
certifi==2023.7.22
# via
# -c requirements.txt
# requests
cfgv==3.3.1
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.2.0
# via
# -c requirements.txt
# requests
click==8.1.6
click==8.1.7
# via pip-tools
coverage==5.5
# via
Expand All @@ -30,20 +30,20 @@ coveralls==2.1.2
# via -r requirements-dev.in
distlib==0.3.7
# via virtualenv
django==3.2.20
django==3.2.21
# via
# -c requirements.txt
# django-debug-toolbar
# django-slowtests
django-debug-toolbar==4.1.0
django-debug-toolbar==4.2.0
# via -r requirements-dev.in
django-slowtests==1.1.1
# via -r requirements-dev.in
django-test-migrations==1.3.0
# via -r requirements-dev.in
docopt==0.6.2
# via coveralls
filelock==3.12.2
filelock==3.12.3
# via virtualenv
flake8==6.1.0
# via
Expand All @@ -52,12 +52,16 @@ flake8==6.1.0
# pep8-naming
flake8-docstrings==1.7.0
# via -r requirements-dev.in
identify==2.5.26
identify==2.5.27
# via pre-commit
idna==3.4
# via
# -c requirements.txt
# requests
importlib-metadata==6.8.0
# via
# -c requirements.txt
# build
isort==5.12.0
# via -r requirements-dev.in
mccabe==0.7.0
Expand All @@ -70,11 +74,11 @@ packaging==23.1
# build
pep8-naming==0.13.3
# via -r requirements-dev.in
pip-tools==7.2.0
pip-tools==7.3.0
# via -r requirements-dev.in
platformdirs==3.10.0
# via virtualenv
pre-commit==3.3.3
pre-commit==3.4.0
# via -r requirements-dev.in
pycodestyle==2.11.0
# via flake8
Expand All @@ -84,7 +88,7 @@ pyflakes==3.1.0
# via flake8
pyproject-hooks==1.0.0
# via build
pytz==2023.3
pytz==2023.3.post1
# via
# -c requirements.txt
# django
Expand Down Expand Up @@ -113,14 +117,19 @@ typing-extensions==4.7.1
# -c requirements.txt
# asgiref
# django-test-migrations
# filelock
urllib3==2.0.4
# via
# -c requirements.txt
# requests
virtualenv==20.24.2
virtualenv==20.24.4
# via pre-commit
wheel==0.41.1
wheel==0.41.2
# via pip-tools
zipp==3.16.0
# via
# -c requirements.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Django>=3.2.14,<4 # Django package
coreapi # API documentation for djangorestframework
cryptography>=40.0.0,!=40.0.2 # Core cryptographic functionality
django-allauth # SSO for external providers via OpenID
django-allauth<0.55.0 # SSO for external providers via OpenID # FIXED 2023-09-06 due to https://github.com/iMerica/dj-rest-auth/issues/534
django-allauth-2fa # MFA / 2FA
django-cleanup # Automated deletion of old / unused uploaded files
django-cors-headers # CORS headers extension for DRF
Expand Down
32 changes: 17 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
async-timeout==4.0.2
async-timeout==4.0.3
# via redis
attrs==23.1.0
# via
Expand Down Expand Up @@ -47,7 +47,7 @@ diff-match-patch==20230430
# via django-import-export
dj-rest-auth==4.0.1
# via -r requirements.in
django==3.2.20
django==3.2.21
# via
# -r requirements.in
# dj-rest-auth
Expand Down Expand Up @@ -123,13 +123,13 @@ django-picklefield==3.1
# via django-q2
django-q-sentry==0.1.6
# via -r requirements.in
django-q2==1.5.4
django-q2==1.5.5
# via -r requirements.in
django-recurrence==1.11.1
# via django-ical
django-redis==5.3.0
# via -r requirements.in
django-sesame==3.2
django-sesame==3.2.1
# via -r requirements.in
django-sql-utils==0.6.1
# via -r requirements.in
Expand All @@ -141,7 +141,7 @@ django-taggit==4.0.0
# via -r requirements.in
django-user-sessions==2.0.0
# via -r requirements.in
django-weasyprint==2.2.0
django-weasyprint==2.2.1
# via -r requirements.in
django-xforwardedfor-middleware==2.0
# via -r requirements.in
Expand All @@ -151,17 +151,17 @@ djangorestframework==3.14.0
# dj-rest-auth
# djangorestframework-simplejwt
# drf-spectacular
djangorestframework-simplejwt[crypto]==5.2.2
djangorestframework-simplejwt[crypto]==5.3.0
# via -r requirements.in
drf-spectacular==0.26.4
# via -r requirements.in
dulwich==0.21.5
dulwich==0.21.6
# via -r requirements.in
et-xmlfile==1.1.0
# via openpyxl
feedparser==6.0.10
# via -r requirements.in
fonttools[woff]==4.42.0
fonttools[woff]==4.42.1
# via weasyprint
gunicorn==21.2.0
# via -r requirements.in
Expand All @@ -172,14 +172,16 @@ icalendar==5.0.7
idna==3.4
# via requests
importlib-metadata==6.8.0
# via markdown
# via
# django-q2
# markdown
inflection==0.5.1
# via drf-spectacular
itypes==1.2.0
# via coreapi
jinja2==3.1.2
# via coreschema
jsonschema==4.18.6
jsonschema==4.19.0
# via drf-spectacular
jsonschema-specifications==2023.7.1
# via jsonschema
Expand Down Expand Up @@ -237,7 +239,7 @@ python-fsutil==0.10.0
# via django-maintenance-mode
python3-openid==3.2.0
# via django-allauth
pytz==2023.3
pytz==2023.3.post1
# via
# django
# django-dbbackup
Expand All @@ -254,13 +256,13 @@ qrcode[pil]==7.4.2
# django-allauth-2fa
rapidfuzz==0.7.6
# via -r requirements.in
redis==4.6.0
redis==5.0.0
# via django-redis
referencing==0.30.2
# via
# jsonschema
# jsonschema-specifications
regex==2023.6.3
regex==2023.8.8
# via -r requirements.in
requests==2.31.0
# via
Expand All @@ -269,11 +271,11 @@ requests==2.31.0
# requests-oauthlib
requests-oauthlib==1.3.1
# via django-allauth
rpds-py==0.9.2
rpds-py==0.10.2
# via
# jsonschema
# referencing
sentry-sdk==1.29.2
sentry-sdk==1.30.0
# via
# -r requirements.in
# django-q-sentry
Expand Down
64 changes: 32 additions & 32 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,50 +12,50 @@
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@lingui/core": "^4.3.0",
"@lingui/react": "^4.3.0",
"@mantine/carousel": "^6.0.17",
"@mantine/core": "^6.0.17",
"@mantine/dates": "^6.0.17",
"@mantine/dropzone": "^6.0.17",
"@mantine/form": "^6.0.17",
"@mantine/hooks": "^6.0.17",
"@mantine/modals": "^6.0.17",
"@mantine/notifications": "^6.0.17",
"@sentry/react": "^7.64.0",
"@tabler/icons-react": "^2.28.0",
"@tanstack/react-query": "^4.32.0",
"axios": "^1.4.0",
"@lingui/core": "^4.4.2",
"@lingui/react": "^4.4.2",
"@mantine/carousel": "^6.0.20",
"@mantine/core": "^6.0.20",
"@mantine/dates": "^6.0.20",
"@mantine/dropzone": "^6.0.20",
"@mantine/form": "^6.0.20",
"@mantine/hooks": "^6.0.20",
"@mantine/modals": "^6.0.20",
"@mantine/notifications": "^6.0.20",
"@sentry/react": "^7.68.0",
"@tabler/icons-react": "^2.33.0",
"@tanstack/react-query": "^4.33.0",
"axios": "^1.5.0",
"dayjs": "^1.11.9",
"embla-carousel-react": "^8.0.0-rc11",
"embla-carousel-react": "^8.0.0-rc12",
"html5-qrcode": "^2.3.8",
"mantine-datatable": "^2.9.0",
"mantine-datatable": "^2.9.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.3.4",
"react-router-dom": "^6.14.2",
"zustand": "^4.3.9"
"react-router-dom": "^6.15.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@lingui/cli": "^4.3.0",
"@lingui/macro": "^4.3.0",
"@playwright/test": "^1.36.1",
"@types/node": "^20.4.4",
"@types/react": "^18.2.15",
"@babel/core": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@lingui/cli": "^4.4.2",
"@lingui/macro": "^4.4.2",
"@playwright/test": "^1.37.1",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-grid-layout": "^1.3.2",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.0.3",
"@vitejs/plugin-react": "^4.0.4",
"babel-plugin-macros": "^3.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-babel-macros": "^1.0.6"
}
}
Loading

0 comments on commit 683cf24

Please sign in to comment.