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
42 changes: 21 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 --cert=None --client-cert=None --constraint=requirements.txt --extra=dev --index-url=None --output-file=dev-requirements.txt --pip-args=None pyproject.toml
# pip-compile --constraint=requirements.txt --extra=dev --output-file=dev-requirements.txt pyproject.toml
#
aio-pika==9.4.3
# via
Expand Down Expand Up @@ -39,15 +39,15 @@ celery==5.6.3
# via
# -c requirements.txt
# omotes-sdk-python
certifi==2026.2.25
certifi==2026.6.17
# via
# -c requirements.txt
# requests
charset-normalizer==3.4.7
# via
# -c requirements.txt
# requests
click==8.3.2
click==8.4.2
# via
# -c requirements.txt
# black
Expand All @@ -71,7 +71,7 @@ coolprop==6.6.0
# via
# -c requirements.txt
# mesido
coverage[toml]==7.13.5
coverage[toml]==7.14.3
# via pytest-cov
defusedxml==0.7.1
# via
Expand Down Expand Up @@ -106,7 +106,7 @@ future-fstrings==1.2.0
# via
# -c requirements.txt
# pyecore
idna==3.11
idna==3.18
# via
# -c requirements.txt
# requests
Expand All @@ -123,17 +123,17 @@ kombu==5.6.2
# via
# -c requirements.txt
# celery
lxml==6.0.4
lxml==6.1.1
# via
# -c requirements.txt
# pyecore
mccabe==0.7.0
# via flake8
mesido==0.1.18.1
mesido==0.1.18.2
# via
# -c requirements.txt
# omotes-grow-worker (pyproject.toml)
msgpack==1.1.2
msgpack==1.2.1
# via
# -c requirements.txt
# influxdb
Expand Down Expand Up @@ -167,7 +167,7 @@ ordered-set==4.1.0
# via
# -c requirements.txt
# pyecore
packaging==26.0
packaging==26.2
# via
# -c requirements.txt
# black
Expand All @@ -184,17 +184,17 @@ pandas==1.5.3
# via
# -c requirements.txt
# mesido
pathspec==1.0.4
pathspec==1.1.1
# via black
platformdirs==4.9.6
platformdirs==4.10.0
# via black
pluggy==1.6.0
# via pytest
prompt-toolkit==3.0.52
# via
# -c requirements.txt
# click-repl
propcache==0.4.1
propcache==0.5.2
# via
# -c requirements.txt
# yarl
Expand Down Expand Up @@ -242,16 +242,16 @@ python-dotenv==1.0.1
# via
# -c requirements.txt
# omotes-grow-worker (pyproject.toml)
pytz==2026.1.post1
pytz==2026.2
# via
# -c requirements.txt
# influxdb
# pandas
requests==2.33.1
requests==2.34.2
# via
# -c requirements.txt
# influxdb
restrictedpython==8.1
restrictedpython==8.3
# via
# -c requirements.txt
# pyecore
Expand All @@ -275,7 +275,7 @@ six==1.17.0
# flake8-tuple
# influxdb
# python-dateutil
snowballstemmer==3.0.1
snowballstemmer==3.1.1
# via pydocstyle
streamcapture==1.2.7
# via
Expand All @@ -302,15 +302,15 @@ typing-extensions==4.15.0
# multidict
# mypy
# omotes-sdk-python
tzdata==2026.1
tzdata==2026.2
# via
# -c requirements.txt
# kombu
tzlocal==5.3.1
tzlocal==5.4.4
# via
# -c requirements.txt
# celery
urllib3==2.6.3
urllib3==2.7.0
# via
# -c requirements.txt
# requests
Expand All @@ -320,13 +320,13 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.6.0
wcwidth==0.8.2
# via
# -c requirements.txt
# prompt-toolkit
wheel==0.45.1
# via omotes-grow-worker (pyproject.toml)
yarl==1.23.0
yarl==1.24.2
# 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.18.1",
"mesido ~= 0.1.18.2",
"omotes-sdk-python ~= 4.3.3",
]

Expand Down
34 changes: 17 additions & 17 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 --cert=None --client-cert=None --index-url=None --output-file=requirements.txt --pip-args=None pyproject.toml
# pip-compile --output-file=requirements.txt pyproject.toml
#
aio-pika==9.4.3
# via omotes-sdk-python
Expand All @@ -20,11 +20,11 @@ casadi-gil-comp==3.6.7
# rtc-tools-gil-comp
celery==5.6.3
# via omotes-sdk-python
certifi==2026.2.25
certifi==2026.6.17
# via requests
charset-normalizer==3.4.7
# via requests
click==8.3.2
click==8.4.2
# via
# celery
# click-didyoumean
Expand All @@ -44,19 +44,19 @@ exceptiongroup==1.3.1
# via celery
future-fstrings==1.2.0
# via pyecore
idna==3.11
idna==3.18
# via
# requests
# yarl
influxdb==5.3.2
# via mesido
kombu==5.6.2
# via celery
lxml==6.0.4
lxml==6.1.1
# via pyecore
mesido==0.1.18.1
mesido==0.1.18.2
# via omotes-grow-worker (pyproject.toml)
msgpack==1.1.2
msgpack==1.2.1
# via influxdb
multidict==6.7.1
# via yarl
Expand All @@ -73,7 +73,7 @@ omotes-sdk-python==4.3.3
# via omotes-grow-worker (pyproject.toml)
ordered-set==4.1.0
# via pyecore
packaging==26.0
packaging==26.2
# via kombu
pamqp==3.3.0
# via
Expand All @@ -83,7 +83,7 @@ pandas==1.5.3
# via mesido
prompt-toolkit==3.0.52
# via click-repl
propcache==0.4.1
propcache==0.5.2
# via yarl
protobuf==5.29.6
# via omotes-sdk-protocol
Expand All @@ -107,13 +107,13 @@ python-dateutil==2.9.0.post0
# pandas
python-dotenv==1.0.1
# via omotes-grow-worker (pyproject.toml)
pytz==2026.1.post1
pytz==2026.2
# via
# influxdb
# pandas
requests==2.33.1
requests==2.34.2
# via influxdb
restrictedpython==8.1
restrictedpython==8.3
# via pyecore
rtc-tools-channel-flow==1.3.1
# via rtc-tools-gil-comp
Expand All @@ -134,20 +134,20 @@ typing-extensions==4.15.0
# exceptiongroup
# multidict
# omotes-sdk-python
tzdata==2026.1
tzdata==2026.2
# via kombu
tzlocal==5.3.1
tzlocal==5.4.4
# via celery
urllib3==2.6.3
urllib3==2.7.0
# via requests
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.6.0
wcwidth==0.8.2
# via prompt-toolkit
yarl==1.23.0
yarl==1.24.2
# via
# aio-pika
# aiormq
Expand Down
Loading