diff --git a/orchestration/poetry.lock b/orchestration/poetry.lock index 29831a1f..3901186d 100644 --- a/orchestration/poetry.lock +++ b/orchestration/poetry.lock @@ -168,7 +168,7 @@ python-versions = ">=3.6" name = "cffi" version = "1.16.0" description = "Foreign Function Interface for Python calling C code." -category = "dev" +category = "main" optional = false python-versions = ">=3.8" @@ -1456,7 +1456,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" name = "pycparser" version = "2.21" description = "C parser in Python" -category = "dev" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" @@ -2057,7 +2057,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "3.9.16" -content-hash = "dbf5023620b480de6dff2e10f540a88e64e4f72cad01fbf79fce8bcddd47c6f8" +content-hash = "188d2c1e4fa7c8d434aa39e0854b49e1ff4a606096161d60ac1ecc9b43b04e95" [metadata.files] aiohttp = [] diff --git a/orchestration/pyproject.toml b/orchestration/pyproject.toml index c30c4802..335af35a 100644 --- a/orchestration/pyproject.toml +++ b/orchestration/pyproject.toml @@ -10,6 +10,7 @@ python = "3.9.16" argo-workflows = "^5.0.0" broad-dagster-utils = "0.6.7" cached-property = "^1.5.2" +cffi = "1.16.0" # TODO: we'll probably want to use just the dagster version here and not the API versions as well # https://github.com/dagster-io/dagster/blob/master/MIGRATION.md#migrating-to-10 dagster = "0.12.14" diff --git a/orchestration/requirements.txt b/orchestration/requirements.txt index c0f2571a..544c4e4c 100644 --- a/orchestration/requirements.txt +++ b/orchestration/requirements.txt @@ -9,6 +9,7 @@ broad-dagster-utils==0.6.7; python_version >= "3.9" and python_version < "3.10" cached-property==1.5.2 cachetools==5.3.2; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" or python_full_version >= "3.6.0" and python_version >= "3.9" and python_version < "3.10" certifi==2023.7.22; python_version >= "3.9" and python_version < "3.10" +cffi==1.16.0; python_version >= "3.8" charset-normalizer==3.3.1; python_version >= "3.9" and python_version < "3.10" and python_full_version >= "3.7.0" click==7.1.2; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" or python_version >= "3.9" and python_version < "3.10" and python_full_version >= "3.5.0" colorama==0.4.6; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" and platform_system == "Windows" or python_version >= "3.9" and python_version < "3.10" and platform_system == "Windows" and python_full_version >= "3.7.0" @@ -65,6 +66,7 @@ psutil==5.9.6; python_version >= "3.9" and python_full_version < "3.0.0" and pyt psycopg2-binary==2.9.9; python_version >= "3.7" pyasn1-modules==0.3.0; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" or python_full_version >= "3.6.0" and python_version >= "3.9" and python_version < "3.10" pyasn1==0.5.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.6" and python_version < "4" and python_full_version >= "3.6.0" +pycparser==2.21; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.8" pyparsing==3.1.1; python_full_version >= "3.6.8" and python_version > "3.0" pyreadline3==3.4.1; sys_platform == "win32" and python_version >= "3.8" and (python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" or python_version >= "3.9" and python_version < "3.10" and python_full_version >= "3.5.0") python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")