Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ casadi-gil-comp==3.6.7
# -c requirements.txt
# mesido
# rtc-tools-gil-comp
celery==5.5.2
celery==5.5.3
# via
# -c requirements.txt
# omotes-sdk-python
Expand Down Expand Up @@ -71,7 +71,7 @@ coolprop==6.6.0
# via
# -c requirements.txt
# mesido
coverage[toml]==7.8.0
coverage[toml]==7.9.1
# via pytest-cov
defusedxml==0.7.1
# via
Expand Down Expand Up @@ -116,7 +116,7 @@ iniconfig==2.1.0
# via pytest
isort==5.13.2
# via omotes-grow-worker (pyproject.toml)
kombu==5.5.3
kombu==5.5.4
# via
# -c requirements.txt
# celery
Expand All @@ -126,11 +126,11 @@ lxml==5.4.0
# pyecore
mccabe==0.7.0
# via flake8
mesido==0.1.11
mesido==0.1.12
# via
# -c requirements.txt
# omotes-grow-worker (pyproject.toml)
msgpack==1.1.0
msgpack==1.1.1
# via
# -c requirements.txt
# influxdb
Expand Down Expand Up @@ -166,8 +166,10 @@ ordered-set==4.1.0
# pyecore
packaging==25.0
# via
# -c requirements.txt
# black
# build
# kombu
# pytest
# setuptools-git-versioning
pamqp==3.3.0
Expand All @@ -189,11 +191,11 @@ prompt-toolkit==3.0.51
# via
# -c requirements.txt
# click-repl
propcache==0.3.1
propcache==0.3.2
# via
# -c requirements.txt
# yarl
protobuf==5.29.4
protobuf==5.29.5
# via
# -c requirements.txt
# omotes-sdk-protocol
Expand Down Expand Up @@ -242,7 +244,7 @@ pytz==2025.2
# -c requirements.txt
# influxdb
# pandas
requests==2.32.3
requests==2.32.4
# via
# -c requirements.txt
# influxdb
Expand Down Expand Up @@ -289,7 +291,7 @@ tomli==2.2.1
# mypy
# pytest
# setuptools-git-versioning
typing-extensions==4.13.2
typing-extensions==4.14.0
# via
# -c requirements.txt
# black
Expand Down Expand Up @@ -317,7 +319,7 @@ wcwidth==0.2.13
# prompt-toolkit
wheel==0.45.1
# via omotes-grow-worker (pyproject.toml)
yarl==1.20.0
yarl==1.20.1
# via
# -c requirements.txt
# aio-pika
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requires-python = ">=3.10"

dependencies = [
"python-dotenv ~= 1.0.0",
"mesido ~= 0.1.11",
"mesido ~= 0.1.12",
"omotes-sdk-python ~= 4.2.1"
]

Expand Down
20 changes: 11 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ casadi-gil-comp==3.6.7
# via
# mesido
# rtc-tools-gil-comp
celery==5.5.2
celery==5.5.3
# via omotes-sdk-python
certifi==2025.4.26
# via requests
Expand Down Expand Up @@ -48,13 +48,13 @@ idna==3.10
# yarl
influxdb==5.3.2
# via mesido
kombu==5.5.3
kombu==5.5.4
# via celery
lxml==5.4.0
# via pyecore
mesido==0.1.11
mesido==0.1.12
# via omotes-grow-worker (pyproject.toml)
msgpack==1.1.0
msgpack==1.1.1
# via influxdb
multidict==6.4.4
# via yarl
Expand All @@ -71,6 +71,8 @@ omotes-sdk-python==4.2.1
# via omotes-grow-worker (pyproject.toml)
ordered-set==4.1.0
# via pyecore
packaging==25.0
# via kombu
pamqp==3.3.0
# via
# aiormq
Expand All @@ -79,9 +81,9 @@ pandas==1.5.3
# via mesido
prompt-toolkit==3.0.51
# via click-repl
propcache==0.3.1
propcache==0.3.2
# via yarl
protobuf==5.29.4
protobuf==5.29.5
# via omotes-sdk-protocol
pyecore==0.13.2
# via
Expand All @@ -107,7 +109,7 @@ pytz==2025.2
# via
# influxdb
# pandas
requests==2.32.3
requests==2.32.4
# via influxdb
restrictedpython==8.0
# via pyecore
Expand All @@ -125,7 +127,7 @@ streamcapture==1.2.5
# via omotes-sdk-python
strenum==0.4.15
# via mesido
typing-extensions==4.13.2
typing-extensions==4.14.0
# via
# multidict
# omotes-sdk-python
Expand All @@ -140,7 +142,7 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
yarl==1.20.0
yarl==1.20.1
# via
# aio-pika
# aiormq
Expand Down
Loading