Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Jan 18, 2024
1 parent c488ac8 commit 72fe47d
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 35 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
24 changes: 12 additions & 12 deletions gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
46 changes: 23 additions & 23 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 72fe47d

Please sign in to comment.