Skip to content

Commit ccc8dab

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

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@types/leaflet": "^1.9.21",
13-
"@types/node": "^25.0.3",
13+
"@types/node": "^25.0.6",
1414
"@types/plotly.js-basic-dist-min": "^2.12.4",
1515
"prettier": "^3.7.4",
1616
"solid-devtools": "^0.34.4",

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --refresh --annotation-style=line --all-extras --output-file=requirements.txt pyproject.toml
3-
aiodns==3.6.1 # via aiohttp
3+
aiodns==4.0.0 # via aiohttp
44
aiohappyeyeballs==2.6.1 # via aiohttp
55
aiohttp==3.13.3 # via elasticsearch, motion-base (pyproject.toml)
66
aiosignal==1.4.0 # via aiohttp
@@ -78,7 +78,7 @@ prompt-toolkit==3.0.52 # via click-repl
7878
propcache==0.4.1 # via aiohttp, yarl
7979
psutil==7.2.1 # via locust
8080
py-spy==0.4.1 # via motion-base (pyproject.toml)
81-
pycares==4.11.0 # via aiodns
81+
pycares==5.0.1 # via aiodns
8282
pycparser==2.23 # via cffi
8383
pydantic==2.12.5 # via beanie, fastapi-slim, lazy-model
8484
pydantic-core==2.41.5 # via pydantic
@@ -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.10 # via motion-base (pyproject.toml)
102-
scipy==1.16.3 # via motion-base (pyproject.toml)
101+
ruff==0.14.11 # via motion-base (pyproject.toml)
102+
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
@@ -115,8 +115,8 @@ uvicorn==0.40.0 # via motion-base (pyproject.toml)
115115
vine==5.1.0 # via amqp, celery, kombu
116116
wcwidth==0.2.14 # via prompt-toolkit
117117
websocket-client==1.9.0 # via python-socketio
118-
werkzeug==3.1.4 # via flask, flask-cors, flask-login, locust
118+
werkzeug==3.1.5 # via flask, flask-cors, flask-login, locust
119119
wsproto==1.3.2 # via simple-websocket
120120
yarl==1.22.0 # via aiohttp
121121
zope-event==6.1 # via gevent
122-
zope-interface==8.1.1 # via gevent
122+
zope-interface==8.2 # via gevent

0 commit comments

Comments
 (0)