Skip to content

Commit 2fa878f

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/leaflet": "^1.9.21",
1313
"@types/node": "^24.10.1",
1414
"@types/plotly.js-basic-dist-min": "^2.12.4",
15-
"prettier": "^3.6.2",
15+
"prettier": "^3.7.3",
1616
"solid-devtools": "^0.34.4",
1717
"typescript": "^5.9.3",
1818
"vite": "^6.4.1",

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ aiosignal==1.4.0 # via aiohttp
66
amqp==5.3.1 # via kombu
77
annotated-doc==0.0.4 # via fastapi-slim
88
annotated-types==0.7.0 # via pydantic
9-
anyio==4.11.0 # via elasticsearch, starlette
9+
anyio==4.12.0 # via elasticsearch, starlette
1010
attrs==25.4.0 # via aiohttp
1111
bcrypt==5.0.0 # via motion-base (pyproject.toml)
1212
beanie==2.0.1 # via motion-base (pyproject.toml)
@@ -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.121.3 # via motion-base (pyproject.toml)
27+
fastapi-slim==0.122.0 # 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
@@ -45,7 +45,7 @@ prompt-toolkit==3.0.52 # via click-repl
4545
propcache==0.4.1 # via aiohttp, yarl
4646
py-spy==0.4.1 # via motion-base (pyproject.toml)
4747
pycparser==2.23 # via cffi
48-
pydantic==2.12.4 # via beanie, fastapi-slim, lazy-model
48+
pydantic==2.12.5 # via beanie, fastapi-slim, lazy-model
4949
pydantic-core==2.41.5 # via pydantic
5050
pyinstrument==5.1.1 # via motion-base (pyproject.toml)
5151
pymongo==4.15.4 # via beanie, mongoengine
@@ -55,7 +55,7 @@ python-multipart==0.0.20 # via motion-base (pyproject.toml)
5555
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
58-
sniffio==1.3.1 # via anyio, elastic-transport, elasticsearch
58+
sniffio==1.3.1 # via elastic-transport, elasticsearch
5959
starlette==0.50.0 # 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

0 commit comments

Comments
 (0)