Skip to content

Commit dca028b

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"leaflet": "^1.9.4",
2929
"marked": "^16.4.1",
3030
"marked-highlight": "^2.2.2",
31-
"plotly.js-basic-dist-min": "^3.1.2",
31+
"plotly.js-basic-dist-min": "^3.2.0",
3232
"solid-js": "^1.9.10",
3333
"tippy.js": "^6.3.7"
3434
},

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dnspython==2.8.0 # via email-validator, pymongo
2424
elastic-transport==9.2.0 # via elasticsearch
2525
elasticsearch==9.2.0 # via motion-base (pyproject.toml)
2626
email-validator==2.3.0 # via motion-base (pyproject.toml)
27-
fastapi-slim==0.120.1 # via motion-base (pyproject.toml)
27+
fastapi-slim==0.120.4 # via motion-base (pyproject.toml)
2828
flexcache==0.3 # via pint
2929
flexparser==0.4 # via pint
3030
frozenlist==1.8.0 # via aiohttp, aiosignal
@@ -39,7 +39,7 @@ multidict==6.7.0 # via aiohttp, yarl
3939
numba==0.62.1 # via motion-base (pyproject.toml)
4040
numpy==2.3.4 # via numba, scipy
4141
packaging==25.0 # via kombu
42-
pint==0.25 # via motion-base (pyproject.toml)
42+
pint==0.25.1 # via motion-base (pyproject.toml)
4343
platformdirs==4.5.0 # via pint
4444
prompt-toolkit==3.0.52 # via click-repl
4545
propcache==0.4.1 # via aiohttp, yarl
@@ -56,7 +56,7 @@ requests==2.32.5 # via motion-base (pyproject.toml)
5656
scipy==1.16.3 # via motion-base (pyproject.toml)
5757
six==1.17.0 # via python-dateutil
5858
sniffio==1.3.1 # via anyio, elastic-transport, elasticsearch
59-
starlette==0.49.1 # via fastapi-slim
59+
starlette==0.49.3 # via fastapi-slim
6060
structlog==25.5.0 # via motion-base (pyproject.toml)
6161
typing-extensions==4.15.0 # via aiosignal, anyio, beanie, elasticsearch, fastapi-slim, flexcache, flexparser, pint, pydantic, pydantic-core, starlette, typing-inspection
6262
typing-inspection==0.4.2 # via pydantic

0 commit comments

Comments
 (0)