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 @@ -120,21 +120,21 @@ kombu==5.5.4
# via
# -c requirements.txt
# celery
lxml==5.4.0
lxml==6.0.0
# via
# -c requirements.txt
# pyecore
mccabe==0.7.0
# via flake8
mesido==0.1.12
mesido==0.1.13
# via
# -c requirements.txt
# omotes-grow-worker (pyproject.toml)
msgpack==1.1.1
# via
# -c requirements.txt
# influxdb
multidict==6.5.1
multidict==6.6.3
# via
# -c requirements.txt
# yarl
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.12",
"mesido ~= 0.1.13",
"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 @@ -50,13 +50,13 @@ influxdb==5.3.2
# via mesido
kombu==5.5.4
# via celery
lxml==5.4.0
lxml==6.0.0
# via pyecore
mesido==0.1.12
mesido==0.1.13
# via omotes-grow-worker (pyproject.toml)
msgpack==1.1.1
# via influxdb
multidict==6.5.1
multidict==6.6.3
# via yarl
numpy==1.25.2
# via
Expand Down
Loading