diff --git a/dev-requirements.txt b/dev-requirements.txt index 81ca1b5..54c7e23 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -71,6 +71,10 @@ flake8-pyproject==1.2.3 # via orchestrator (pyproject.toml) flake8-quotes==3.3.2 # via orchestrator (pyproject.toml) +future-fstrings==1.2.0 + # via + # -c requirements.txt + # pyecore greenlet==3.0.1 # via # -c requirements.txt @@ -85,6 +89,10 @@ kombu==5.3.4 # via # -c requirements.txt # celery +lxml==5.3.0 + # via + # -c requirements.txt + # pyecore mako==1.3.2 # via # -c requirements.txt @@ -107,14 +115,18 @@ mypy-extensions==1.0.0 # via # black # mypy -omotes-sdk-protocol==0.1.5 +omotes-sdk-protocol==0.1.6 # via # -c requirements.txt # omotes-sdk-python -omotes-sdk-python==3.1.2 +omotes-sdk-python==3.2.2 # via # -c requirements.txt # orchestrator (pyproject.toml) +ordered-set==4.1.0 + # via + # -c requirements.txt + # pyecore packaging==23.2 # via # build @@ -147,6 +159,14 @@ pycodestyle==2.10.0 # via flake8 pydocstyle==6.3.0 # via flake8-docstrings +pyecore==0.12.1 + # via + # -c requirements.txt + # pyesdl +pyesdl==24.9.0 + # via + # -c requirements.txt + # omotes-sdk-python pyflakes==3.0.1 # via flake8 pyproject-hooks==1.0.0 @@ -165,6 +185,10 @@ python-dotenv==1.0.0 # via # -c requirements.txt # orchestrator (pyproject.toml) +restrictedpython==7.4 + # via + # -c requirements.txt + # pyecore setuptools-git-versioning==1.13.5 # via orchestrator (pyproject.toml) six==1.16.0 diff --git a/integration_test/integration_tests/pytest.ini b/integration_test/integration_tests/pytest.ini new file mode 100644 index 0000000..e69de29 diff --git a/integration_test/integration_tests/requirements.txt b/integration_test/integration_tests/requirements.txt index 55a0dba..868f30e 100644 --- a/integration_test/integration_tests/requirements.txt +++ b/integration_test/integration_tests/requirements.txt @@ -1,4 +1,4 @@ -omotes-sdk-python == 3.1.2 +omotes-sdk-python == 3.2.2 python-dotenv ~= 1.0.0 pytest psycopg[binary,pool] ~= 3.2.1 diff --git a/integration_test/test_worker/requirements.txt b/integration_test/test_worker/requirements.txt index f0fbdd8..7cdc7c4 100644 --- a/integration_test/test_worker/requirements.txt +++ b/integration_test/test_worker/requirements.txt @@ -1 +1 @@ - omotes-sdk-python == 3.1.2 + omotes-sdk-python == 3.2.2 diff --git a/pyproject.toml b/pyproject.toml index 5e7fc6d..aac4f26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "sqlalchemy ~= 2.0.27", "psycopg2-binary ~= 2.9.9", "celery ~= 5.3.6", - "omotes-sdk-python ~= 3.1.2", + "omotes-sdk-python ~= 3.2.2", "alembic ~= 1.13.1", ] diff --git a/requirements.txt b/requirements.txt index fce93f0..ac075d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,22 +32,28 @@ click-repl==0.3.0 # via celery dataclass-binder==0.3.4 # via orchestrator (pyproject.toml) +future-fstrings==1.2.0 + # via pyecore greenlet==3.0.1 # via sqlalchemy idna==3.6 # via yarl kombu==5.3.4 # via celery +lxml==5.3.0 + # via pyecore mako==1.3.2 # via alembic markupsafe==2.1.5 # via mako multidict==6.0.5 # via yarl -omotes-sdk-protocol==0.1.5 +omotes-sdk-protocol==0.1.6 # via omotes-sdk-python -omotes-sdk-python==3.1.2 +omotes-sdk-python==3.2.2 # via orchestrator (pyproject.toml) +ordered-set==4.1.0 + # via pyecore pamqp==3.3.0 # via # aiormq @@ -58,10 +64,16 @@ protobuf==4.25.2 # via omotes-sdk-protocol psycopg2-binary==2.9.9 # via orchestrator (pyproject.toml) +pyecore==0.12.1 + # via pyesdl +pyesdl==24.9.0 + # via omotes-sdk-python python-dateutil==2.8.2 # via celery python-dotenv==1.0.0 # via orchestrator (pyproject.toml) +restrictedpython==7.4 + # via pyecore six==1.16.0 # via python-dateutil sqlalchemy==2.0.28