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
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ lxml==6.1.1
# pyecore
mccabe==0.7.0
# via flake8
mesido==0.1.19
mesido==0.1.20
# via
# -c requirements.txt
# omotes-grow-worker (pyproject.toml)
msgpack==1.1.2
msgpack==1.2.0
# via
# -c requirements.txt
# influxdb
Expand Down Expand Up @@ -306,7 +306,7 @@ tzdata==2026.2
# via
# -c requirements.txt
# kombu
tzlocal==5.3.1
tzlocal==5.4
# via
# -c requirements.txt
# celery
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.19",
"mesido ~= 0.1.20",
"omotes-sdk-python ~= 4.3.4",
]

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ kombu==5.6.2
# via celery
lxml==6.1.1
# via pyecore
mesido==0.1.19
mesido==0.1.20
# via omotes-grow-worker (pyproject.toml)
msgpack==1.1.2
msgpack==1.2.0
# via influxdb
multidict==6.7.1
# via yarl
Expand Down Expand Up @@ -136,7 +136,7 @@ typing-extensions==4.15.0
# omotes-sdk-python
tzdata==2026.2
# via kombu
tzlocal==5.3.1
tzlocal==5.4
# via celery
urllib3==2.7.0
# via requests
Expand Down
Loading