Skip to content

Commit f537430

Browse files
[chore] Update Python and Node dependencies (#162)
Co-authored-by: TLCFEM <19872523+TLCFEM@users.noreply.github.com>
1 parent e4d8b9d commit f537430

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

electron/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"publish": "electron-forge publish"
1111
},
1212
"devDependencies": {
13-
"@electron-forge/cli": "^7.10.2",
14-
"@electron-forge/maker-deb": "^7.10.2",
15-
"@electron-forge/maker-rpm": "^7.10.2",
16-
"@electron-forge/maker-squirrel": "^7.10.2",
17-
"@electron-forge/maker-zip": "^7.10.2",
18-
"@electron-forge/plugin-auto-unpack-natives": "^7.10.2",
19-
"@electron-forge/plugin-fuses": "^7.10.2",
13+
"@electron-forge/cli": "^7.11.1",
14+
"@electron-forge/maker-deb": "^7.11.1",
15+
"@electron-forge/maker-rpm": "^7.11.1",
16+
"@electron-forge/maker-squirrel": "^7.11.1",
17+
"@electron-forge/maker-zip": "^7.11.1",
18+
"@electron-forge/plugin-auto-unpack-natives": "^7.11.1",
19+
"@electron-forge/plugin-fuses": "^7.11.1",
2020
"@electron/fuses": "^2.0.0",
2121
"electron": "39.2.7"
2222
},

gui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"devDependencies": {
1212
"@types/leaflet": "^1.9.21",
13-
"@types/node": "^25.0.6",
13+
"@types/node": "^25.0.9",
1414
"@types/plotly.js-basic-dist-min": "^2.12.4",
15-
"prettier": "^3.7.4",
15+
"prettier": "^3.8.0",
1616
"solid-devtools": "^0.34.4",
1717
"typescript": "^5.9.3",
1818
"vite": "^6.4.1",

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ python-socketio==5.16.0 # via locust
9898
pyzmq==27.1.0 # via locust
9999
requests==2.32.5 # via locust, python-socketio, motion-base (pyproject.toml)
100100
rich==14.2.0 # via motion-base (pyproject.toml)
101-
ruff==0.14.11 # via motion-base (pyproject.toml)
101+
ruff==0.14.13 # via motion-base (pyproject.toml)
102102
scipy==1.17.0 # via motion-base (pyproject.toml)
103103
simple-websocket==1.1.0 # via python-engineio
104104
six==1.17.0 # via python-dateutil
105105
sniffio==1.3.1 # via elastic-transport, elasticsearch
106106
soupsieve==2.8.1 # via beautifulsoup4
107107
starlette==0.50.0 # via fastapi-slim
108108
structlog==25.5.0 # via motion-base (pyproject.toml)
109-
typing-extensions==4.15.0 # via aiosignal, anyio, beanie, beautifulsoup4, elasticsearch, fastapi-slim, flexcache, flexparser, pint, pydantic, pydantic-core, pytest-asyncio, starlette, typing-inspection
109+
typing-extensions==4.15.0 # via aiosignal, anyio, beanie, beautifulsoup4, elasticsearch, fastapi-slim, flexcache, flexparser, locust, pint, pydantic, pydantic-core, pytest-asyncio, starlette, typing-inspection
110110
typing-inspection==0.4.2 # via pydantic
111111
tzdata==2025.3 # via kombu
112112
tzlocal==5.3.1 # via celery

0 commit comments

Comments
 (0)