diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c068100 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + - package-ecosystem: pip + directory: / + schedule: + interval: weekly + - package-ecosystem: pnpm + directory: gui + schedule: + interval: weekly diff --git a/gui/package.json b/gui/package.json index c2d3c38..aeff782 100644 --- a/gui/package.json +++ b/gui/package.json @@ -10,20 +10,20 @@ }, "license": "GPL-3.0", "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.1", - "vite-plugin-solid": "^2.7.0" + "typescript": "^5.3.3", + "vite": "^4.5.1", + "vite-plugin-solid": "^2.8.1" }, "dependencies": { - "@solidjs/router": "^0.8.2", - "@suid/icons-material": "^0.6.0", - "@suid/material": "^0.12.0", - "@suid/vite-plugin": "^0.1.3", - "axios": "^1.3.6", - "leaflet": "^1.9.3", - "plotly.js-dist-min": "^2.21.0", - "solid-js": "^1.7.3", + "@solidjs/router": "^0.8.4", + "@suid/icons-material": "^0.6.11", + "@suid/material": "^0.12.3", + "@suid/vite-plugin": "^0.1.5", + "axios": "^1.6.5", + "leaflet": "^1.9.4", + "plotly.js-dist-min": "^2.28.0", + "solid-js": "^1.8.11", "tippy.js": "^6.3.7", - "uuid": "^9.0.0" + "uuid": "^9.0.1" } } diff --git a/requirements.txt b/requirements.txt index 9dc12d9..def065a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,27 +1,27 @@ -aiofiles==23.1.0 -anyio==3.6.2 -beanie==1.18.0 -click==8.1.3 -fastapi==0.95.1 -httpx==0.23.3 -httpx-auth==0.15.0 -joblib==1.2.0 -matplotlib==3.7.1 -motor==3.1.2 -numba==0.56.4 -numpy==1.23.5 +aiofiles==23.2.1 +anyio==4.2.0 +beanie==1.24.0 +click==8.1.7 +fastapi==0.109.0 +httpx==0.26.0 +httpx-auth==0.19.0 +joblib==1.3.2 +matplotlib==3.8.2 +motor==3.3.2 +numba==0.58.1 +numpy==1.26.3 passlib[bcrypt]==1.7.4 -Pint==0.20.1 -pydantic==1.10.7 -pylint==2.17.2 -pytest-asyncio==0.21.0 -pytest-cov==4.0.0 -pytest==7.3.1 +Pint==0.23 +pydantic==2.5.3 +pylint==3.0.3 +pytest-asyncio==0.23.3 +pytest-cov==4.1.0 +pytest==7.4.4 python-dotenv==1.0.0 python-jose[cryptography]==3.3.0 python-multipart==0.0.6 -rich==13.3.4 -scipy==1.10.1 -setuptools==67.7.1 -structlog==23.1.0 -uvicorn==0.21.1 +rich==13.7.0 +scipy==1.11.4 +setuptools==69.0.3 +structlog==24.1.0 +uvicorn==0.26.0