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
59 changes: 28 additions & 31 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --constraint=requirements.txt --extra=dev --output-file=dev-requirements.txt pyproject.toml
Expand All @@ -16,7 +16,7 @@ amqp==5.3.1
# via
# -c requirements.txt
# kombu
attrs==24.3.0
attrs==25.3.0
# via flake8-bugbear
billiard==4.2.1
# via
Expand All @@ -26,19 +26,19 @@ black==24.10.0
# via simulator-worker (pyproject.toml)
build==1.2.2.post1
# via simulator-worker (pyproject.toml)
celery==5.3.6
celery==5.5.1
# via
# -c requirements.txt
# omotes-sdk-python
certifi==2024.12.14
certifi==2025.1.31
# via
# -c requirements.txt
# requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -c requirements.txt
# requests
click==8.1.7
click==8.1.8
# via
# -c requirements.txt
# black
Expand All @@ -62,10 +62,8 @@ coolprop==6.6.0
# via
# -c requirements.txt
# omotes-simulator-core
coverage[toml]==7.6.9
# via
# coverage
# pytest-cov
coverage[toml]==7.8.0
# via pytest-cov
dataclass-wizard==0.22.3
# via
# -c requirements.txt
Expand Down Expand Up @@ -103,15 +101,15 @@ influxdb==5.3.2
# via
# -c requirements.txt
# omotes-simulator-core
iniconfig==2.0.0
iniconfig==2.1.0
# via pytest
isort==5.13.2
# via simulator-worker (pyproject.toml)
kombu==5.4.2
kombu==5.5.2
# via
# -c requirements.txt
# celery
lxml==5.3.0
lxml==5.3.2
# via
# -c requirements.txt
# pyecore
Expand All @@ -121,7 +119,7 @@ msgpack==1.1.0
# via
# -c requirements.txt
# influxdb
multidict==6.1.0
multidict==6.4.3
# via
# -c requirements.txt
# yarl
Expand All @@ -138,15 +136,15 @@ numpy==2.1.3
# pandas
# pandas-stubs
# scipy
omotes-sdk-protocol==0.1.13
omotes-sdk-protocol==1.1.0
# via
# -c requirements.txt
# omotes-sdk-python
omotes-sdk-python==3.2.5
omotes-sdk-python==4.1.0
# via
# -c requirements.txt
# simulator-worker (pyproject.toml)
omotes-simulator-core==0.0.18
omotes-simulator-core==0.0.20
# via
# -c requirements.txt
# simulator-worker (pyproject.toml)
Expand Down Expand Up @@ -174,19 +172,19 @@ pandas-stubs==2.1.4.231227
# via simulator-worker (pyproject.toml)
pathspec==0.12.1
# via black
platformdirs==4.3.6
platformdirs==4.3.7
# via black
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.48
prompt-toolkit==3.0.50
# via
# -c requirements.txt
# click-repl
propcache==0.2.1
propcache==0.3.1
# via
# -c requirements.txt
# yarl
protobuf==4.25.5
protobuf==5.29.4
# via
# -c requirements.txt
# omotes-sdk-protocol
Expand All @@ -212,7 +210,7 @@ pyjnius==1.6.1
# omotes-simulator-core
pyproject-hooks==1.2.0
# via build
pytest==8.3.4
pytest==8.3.5
# via
# pytest-cov
# simulator-worker (pyproject.toml)
Expand All @@ -228,7 +226,7 @@ python-dotenv==1.0.1
# via
# -c requirements.txt
# simulator-worker (pyproject.toml)
pytz==2024.2
pytz==2025.2
# via
# -c requirements.txt
# influxdb
Expand All @@ -237,15 +235,15 @@ requests==2.32.3
# via
# -c requirements.txt
# influxdb
restrictedpython==7.4
restrictedpython==8.1a1.dev0
# via
# -c requirements.txt
# pyecore
scipy==1.14.1
# via
# -c requirements.txt
# omotes-simulator-core
setuptools-git-versioning==2.0.0
setuptools-git-versioning==2.1.0
# via simulator-worker (pyproject.toml)
six==1.17.0
# via
Expand All @@ -259,20 +257,19 @@ streamcapture==1.2.5
# via
# -c requirements.txt
# omotes-sdk-python
types-pytz==2024.2.0.20241003
types-pytz==2025.2.0.20250326
# via pandas-stubs
typing-extensions==4.11.0
typing-extensions==4.13.2
# via
# -c requirements.txt
# mypy
# omotes-sdk-python
tzdata==2024.2
tzdata==2025.2
# via
# -c requirements.txt
# celery
# kombu
# pandas
urllib3==2.2.3
urllib3==2.4.0
# via
# -c requirements.txt
# requests
Expand All @@ -288,7 +285,7 @@ wcwidth==0.2.13
# prompt-toolkit
wheel==0.45.1
# via simulator-worker (pyproject.toml)
yarl==1.18.3
yarl==1.19.0
# 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 @@ -21,7 +21,7 @@ classifiers = [

dependencies = [
"python-dotenv ~= 1.0.0",
"omotes-sdk-python ~= 3.2.4",
"omotes-sdk-python ~= 4.1.0",
"omotes-simulator-core==0.0.20",
"pyesdl==24.2.0",
"pandas ~= 2.2.2"
Expand Down
41 changes: 20 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements.txt pyproject.toml
Expand All @@ -12,13 +12,13 @@ amqp==5.3.1
# via kombu
billiard==4.2.1
# via celery
celery==5.3.6
celery==5.5.1
# via omotes-sdk-python
certifi==2024.12.14
certifi==2025.1.31
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# celery
# click-didyoumean
Expand All @@ -42,24 +42,24 @@ idna==3.10
# yarl
influxdb==5.3.2
# via omotes-simulator-core
kombu==5.4.2
kombu==5.5.2
# via celery
lxml==5.3.0
lxml==5.3.2
# via pyecore
msgpack==1.1.0
# via influxdb
multidict==6.1.0
multidict==6.4.3
# via yarl
numpy==2.1.3
# via
# omotes-simulator-core
# pandas
# scipy
omotes-sdk-protocol==0.1.13
omotes-sdk-protocol==1.1.0
# via omotes-sdk-python
omotes-sdk-python==3.2.5
omotes-sdk-python==4.1.0
# via simulator-worker (pyproject.toml)
omotes-simulator-core==0.0.18
omotes-simulator-core==0.0.20
# via simulator-worker (pyproject.toml)
ordered-set==4.1.0
# via pyecore
Expand All @@ -71,11 +71,11 @@ pandas==2.2.3
# via
# omotes-simulator-core
# simulator-worker (pyproject.toml)
prompt-toolkit==3.0.48
prompt-toolkit==3.0.50
# via click-repl
propcache==0.2.1
propcache==0.3.1
# via yarl
protobuf==4.25.5
protobuf==5.29.4
# via omotes-sdk-protocol
pyecore==0.12.1
# via pyesdl
Expand All @@ -93,13 +93,13 @@ python-dateutil==2.9.0.post0
# pandas
python-dotenv==1.0.1
# via simulator-worker (pyproject.toml)
pytz==2024.2
pytz==2025.2
# via
# influxdb
# pandas
requests==2.32.3
# via influxdb
restrictedpython==7.4
restrictedpython==8.1a1.dev0
# via pyecore
scipy==1.14.1
# via omotes-simulator-core
Expand All @@ -109,14 +109,13 @@ six==1.17.0
# python-dateutil
streamcapture==1.2.5
# via omotes-sdk-python
typing-extensions==4.11.0
typing-extensions==4.13.2
# via omotes-sdk-python
tzdata==2024.2
tzdata==2025.2
# via
# celery
# kombu
# pandas
urllib3==2.2.3
urllib3==2.4.0
# via requests
vine==5.1.0
# via
Expand All @@ -125,7 +124,7 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
yarl==1.18.3
yarl==1.19.0
# via
# aio-pika
# aiormq
Expand Down
Loading