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
49 changes: 28 additions & 21 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --constraint=requirements.txt --extra=dev --output-file=dev-requirements.txt pyproject.toml
# pip-compile --cert=None --client-cert=None --constraint=requirements.txt --extra=dev --index-url=None --output-file=dev-requirements.txt --pip-args=None pyproject.toml
#
aio-pika==9.4.3
# via
Expand All @@ -22,7 +22,7 @@ antlr4-python3-runtime==4.13.2
# pymoca
attrs==25.4.0
# via flake8-bugbear
billiard==4.2.3
billiard==4.2.4
# via
# -c requirements.txt
# celery
Expand All @@ -35,11 +35,11 @@ casadi-gil-comp==3.6.7
# -c requirements.txt
# mesido
# rtc-tools-gil-comp
celery==5.5.3
celery==5.6.2
# via
# -c requirements.txt
# omotes-sdk-python
certifi==2025.11.12
certifi==2026.1.4
# via
# -c requirements.txt
# requests
Expand Down Expand Up @@ -71,14 +71,17 @@ coolprop==6.6.0
# via
# -c requirements.txt
# mesido
coverage[toml]==7.12.0
coverage[toml]==7.13.3
# via pytest-cov
defusedxml==0.7.1
# via
# -c requirements.txt
# rtc-tools-gil-comp
exceptiongroup==1.3.0
# via pytest
exceptiongroup==1.3.1
# via
# -c requirements.txt
# celery
# pytest
flake8==7.1.1
# via
# flake8-bugbear
Expand All @@ -93,7 +96,7 @@ flake8-docstrings==1.7.0
# via omotes-grow-worker (pyproject.toml)
flake8-mock==0.4
# via omotes-grow-worker (pyproject.toml)
flake8-pyproject==1.2.3
flake8-pyproject==1.2.4
# via omotes-grow-worker (pyproject.toml)
flake8-quotes==3.4.0
# via omotes-grow-worker (pyproject.toml)
Expand All @@ -116,7 +119,7 @@ iniconfig==2.3.0
# via pytest
isort==5.13.2
# via omotes-grow-worker (pyproject.toml)
kombu==5.5.4
kombu==5.6.2
# via
# -c requirements.txt
# celery
Expand All @@ -126,15 +129,15 @@ lxml==6.0.2
# pyecore
mccabe==0.7.0
# via flake8
mesido==0.1.15
mesido==0.1.16
# via
# -c requirements.txt
# omotes-grow-worker (pyproject.toml)
msgpack==1.1.2
# via
# -c requirements.txt
# influxdb
multidict==6.7.0
multidict==6.7.1
# via
# -c requirements.txt
# yarl
Expand Down Expand Up @@ -164,7 +167,7 @@ ordered-set==4.1.0
# via
# -c requirements.txt
# pyecore
packaging==25.0
packaging==26.0
# via
# -c requirements.txt
# black
Expand All @@ -181,9 +184,9 @@ pandas==1.5.3
# via
# -c requirements.txt
# mesido
pathspec==0.12.1
pathspec==1.0.4
# via black
platformdirs==4.5.0
platformdirs==4.5.1
# via black
pluggy==1.6.0
# via pytest
Expand All @@ -195,7 +198,7 @@ propcache==0.4.1
# via
# -c requirements.txt
# yarl
protobuf==5.29.5
protobuf==5.29.6
# via
# -c requirements.txt
# omotes-sdk-protocol
Expand Down Expand Up @@ -252,7 +255,7 @@ restrictedpython==8.1
# via
# -c requirements.txt
# pyecore
rtc-tools-channel-flow==1.3.0
rtc-tools-channel-flow==1.3.1
# via
# -c requirements.txt
# rtc-tools-gil-comp
Expand All @@ -274,15 +277,15 @@ six==1.17.0
# python-dateutil
snowballstemmer==3.0.1
# via pydocstyle
streamcapture==1.2.5
streamcapture==1.2.6
# via
# -c requirements.txt
# omotes-sdk-python
strenum==0.4.15
# via
# -c requirements.txt
# mesido
tomli==2.3.0
tomli==2.4.0
# via
# black
# build
Expand All @@ -299,11 +302,15 @@ typing-extensions==4.15.0
# multidict
# mypy
# omotes-sdk-python
tzdata==2025.2
tzdata==2025.3
# via
# -c requirements.txt
# kombu
urllib3==2.5.0
tzlocal==5.3.1
# via
# -c requirements.txt
# celery
urllib3==2.6.3
# via
# -c requirements.txt
# requests
Expand All @@ -313,7 +320,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.14
wcwidth==0.5.3
# via
# -c requirements.txt
# prompt-toolkit
Expand Down
4 changes: 2 additions & 2 deletions 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.15",
"mesido ~= 0.1.16",
"omotes-sdk-python ~= 4.3.1"
]

Expand Down Expand Up @@ -69,7 +69,7 @@ enabled = true
starting_version = "0.0.1"

[tool.pytest.ini_options]
addopts = "--cov=grow_worker --cov-report html --cov-report term-missing --cov-fail-under 15"
addopts = "--cov=grow_worker --cov-report html --cov-report term-missing --cov-fail-under 35"

[tool.coverage.run]
source = ["src"]
Expand Down
33 changes: 19 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements.txt pyproject.toml
# pip-compile --cert=None --client-cert=None --index-url=None --output-file=requirements.txt --pip-args=None pyproject.toml
#
aio-pika==9.4.3
# via omotes-sdk-python
Expand All @@ -12,15 +12,15 @@ amqp==5.3.1
# via kombu
antlr4-python3-runtime==4.13.2
# via pymoca
billiard==4.2.3
billiard==4.2.4
# via celery
casadi-gil-comp==3.6.7
# via
# mesido
# rtc-tools-gil-comp
celery==5.5.3
celery==5.6.2
# via omotes-sdk-python
certifi==2025.11.12
certifi==2026.1.4
# via requests
charset-normalizer==3.4.4
# via requests
Expand All @@ -40,6 +40,8 @@ coolprop==6.6.0
# via mesido
defusedxml==0.7.1
# via rtc-tools-gil-comp
exceptiongroup==1.3.1
# via celery
future-fstrings==1.2.0
# via pyecore
idna==3.11
Expand All @@ -48,15 +50,15 @@ idna==3.11
# yarl
influxdb==5.3.2
# via mesido
kombu==5.5.4
kombu==5.6.2
# via celery
lxml==6.0.2
# via pyecore
mesido==0.1.15
mesido==0.1.16
# via omotes-grow-worker (pyproject.toml)
msgpack==1.1.2
# via influxdb
multidict==6.7.0
multidict==6.7.1
# via yarl
numpy==1.25.2
# via
Expand All @@ -71,7 +73,7 @@ omotes-sdk-python==4.3.2
# via omotes-grow-worker (pyproject.toml)
ordered-set==4.1.0
# via pyecore
packaging==25.0
packaging==26.0
# via kombu
pamqp==3.3.0
# via
Expand All @@ -83,7 +85,7 @@ prompt-toolkit==3.0.52
# via click-repl
propcache==0.4.1
# via yarl
protobuf==5.29.5
protobuf==5.29.6
# via omotes-sdk-protocol
pyecore==0.13.2
# via
Expand Down Expand Up @@ -113,7 +115,7 @@ requests==2.32.5
# via influxdb
restrictedpython==8.1
# via pyecore
rtc-tools-channel-flow==1.3.0
rtc-tools-channel-flow==1.3.1
# via rtc-tools-gil-comp
rtc-tools-gil-comp==2.6.1
# via mesido
Expand All @@ -123,24 +125,27 @@ six==1.17.0
# via
# influxdb
# python-dateutil
streamcapture==1.2.5
streamcapture==1.2.6
# via omotes-sdk-python
strenum==0.4.15
# via mesido
typing-extensions==4.15.0
# via
# exceptiongroup
# multidict
# omotes-sdk-python
tzdata==2025.2
tzdata==2025.3
# via kombu
urllib3==2.5.0
tzlocal==5.3.1
# via celery
urllib3==2.6.3
# via requests
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.14
wcwidth==0.5.3
# via prompt-toolkit
yarl==1.22.0
# via
Expand Down