Skip to content

Commit

Permalink
[create-pull-request] automated change (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: TLCFEM <[email protected]>
  • Loading branch information
github-actions[bot] and TLCFEM authored Dec 1, 2024
1 parent b6228a9 commit 289f5a3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"publish": "electron-forge publish"
},
"devDependencies": {
"@electron-forge/cli": "^7.5.0",
"@electron-forge/maker-deb": "^7.5.0",
"@electron-forge/maker-rpm": "^7.5.0",
"@electron-forge/maker-squirrel": "^7.5.0",
"@electron-forge/maker-zip": "^7.5.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.5.0",
"@electron-forge/plugin-fuses": "^7.5.0",
"@electron-forge/cli": "^7.6.0",
"@electron-forge/maker-deb": "^7.6.0",
"@electron-forge/maker-rpm": "^7.6.0",
"@electron-forge/maker-squirrel": "^7.6.0",
"@electron-forge/maker-zip": "^7.6.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.6.0",
"@electron-forge/plugin-fuses": "^7.6.0",
"@electron/fuses": "^1.8.0",
"electron": "33.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@types/leaflet": "^1.9.14",
"@types/node": "^22.10.0",
"@types/node": "^22.10.1",
"@types/plotly.js-dist-min": "^2.3.4",
"prettier": "^3.4.1",
"solid-devtools": "^0.30.1",
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --refresh --annotation-style=line --output-file=requirements.txt pyproject.toml
aiohappyeyeballs==2.4.3 # via aiohttp
aiohttp==3.11.7 # via elasticsearch
aiohappyeyeballs==2.4.4 # via aiohttp
aiohttp==3.11.8 # via elasticsearch
aiosignal==1.3.1 # via aiohttp
amqp==5.3.1 # via kombu
annotated-types==0.7.0 # via pydantic
Expand All @@ -18,7 +18,7 @@ click==8.1.7 # via beanie, celery, click-didyoumean, click-plugins,
click-didyoumean==0.3.1 # via celery
click-plugins==1.1.1 # via celery
click-repl==0.3.0 # via celery
cryptography==43.0.3 # via joserfc
cryptography==44.0.0 # via joserfc
dnspython==2.7.0 # via email-validator, pymongo
elastic-transport==8.15.1 # via elasticsearch
elasticsearch==8.16.0 # via motion-base (pyproject.toml)
Expand All @@ -29,7 +29,7 @@ flexparser==0.4 # via pint
frozenlist==1.5.0 # via aiohttp, aiosignal
h11==0.14.0 # via httpcore, uvicorn
httpcore==1.0.7 # via httpx
httpx==0.27.2 # via motion-base (pyproject.toml)
httpx==0.28.0 # via motion-base (pyproject.toml)
idna==3.10 # via anyio, email-validator, httpx, requests, yarl
joserfc==1.0.0 # via motion-base (pyproject.toml)
kombu==5.4.2 # via celery
Expand All @@ -45,16 +45,16 @@ platformdirs==4.3.6 # via pint
prompt-toolkit==3.0.48 # via click-repl
propcache==0.2.0 # via aiohttp, yarl
pycparser==2.22 # via cffi
pydantic==2.10.1 # via beanie, fastapi-slim, lazy-model
pydantic==2.10.2 # via beanie, fastapi-slim, lazy-model
pydantic-core==2.27.1 # via pydantic
pymongo==4.9.2 # via mongoengine, motor
python-dateutil==2.9.0.post0 # via celery
python-dotenv==1.0.1 # via motion-base (pyproject.toml)
python-multipart==0.0.17 # via motion-base (pyproject.toml)
python-multipart==0.0.18 # via motion-base (pyproject.toml)
requests==2.32.3 # via motion-base (pyproject.toml)
scipy==1.14.1 # via motion-base (pyproject.toml)
six==1.16.0 # via python-dateutil
sniffio==1.3.1 # via anyio, httpx
sniffio==1.3.1 # via anyio
starlette==0.41.3 # via fastapi-slim
structlog==24.4.0 # via motion-base (pyproject.toml)
toml==0.10.2 # via beanie
Expand Down

0 comments on commit 289f5a3

Please sign in to comment.