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
8 changes: 4 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ antlr4-python3-runtime==4.13.2
# pymoca
attrs==25.4.0
# via flake8-bugbear
billiard==4.2.2
billiard==4.2.3
# via
# -c requirements.txt
# celery
Expand All @@ -47,7 +47,7 @@ charset-normalizer==3.4.4
# via
# -c requirements.txt
# requests
click==8.3.0
click==8.3.1
# via
# -c requirements.txt
# black
Expand All @@ -71,7 +71,7 @@ coolprop==6.6.0
# via
# -c requirements.txt
# mesido
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via pytest-cov
defusedxml==0.7.1
# via
Expand Down Expand Up @@ -126,7 +126,7 @@ lxml==6.0.2
# pyecore
mccabe==0.7.0
# via flake8
mesido==0.1.14
mesido==0.1.15
# via
# -c requirements.txt
# omotes-grow-worker (pyproject.toml)
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.14",
"mesido ~= 0.1.15",
"omotes-sdk-python ~= 4.3.1"
]

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ amqp==5.3.1
# via kombu
antlr4-python3-runtime==4.13.2
# via pymoca
billiard==4.2.2
billiard==4.2.3
# via celery
casadi-gil-comp==3.6.7
# via
Expand All @@ -24,7 +24,7 @@ certifi==2025.11.12
# via requests
charset-normalizer==3.4.4
# via requests
click==8.3.0
click==8.3.1
# via
# celery
# click-didyoumean
Expand Down Expand Up @@ -52,7 +52,7 @@ kombu==5.5.4
# via celery
lxml==6.0.2
# via pyecore
mesido==0.1.14
mesido==0.1.15
# via omotes-grow-worker (pyproject.toml)
msgpack==1.1.2
# via influxdb
Expand Down