diff --git a/hm-prefect/workflows/ingest-data/poetry.lock b/hm-prefect/workflows/ingest-data/poetry.lock index a1799db0f5..e3d5fe1730 100644 --- a/hm-prefect/workflows/ingest-data/poetry.lock +++ b/hm-prefect/workflows/ingest-data/poetry.lock @@ -1462,14 +1462,14 @@ dev = ["cairosvg", "flaky", "ipython", "ipython (>=8.12.0,<8.13.0)", "jinja2", " [[package]] name = "prefect-aws" -version = "0.4.0" +version = "0.4.1" description = "Prefect collection of tasks and subflows to integrate with AWS" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "prefect-aws-0.4.0.tar.gz", hash = "sha256:04035493393f5eb133593c87c4001aaca6ab6acd5587590761bb5bf7a8f3efc8"}, - {file = "prefect_aws-0.4.0-py3-none-any.whl", hash = "sha256:b29b6b5d351e921437a1c0ac80b585eaa0f210147d135e9bc49640fd08bcaa31"}, + {file = "prefect-aws-0.4.1.tar.gz", hash = "sha256:bfc06a1cdffe764529c24ade283b5d7f94b45e3281e404234547644499247d0f"}, + {file = "prefect_aws-0.4.1-py3-none-any.whl", hash = "sha256:a33401da5097f846e6093ad4d8f0c7c5b532df544d86d9a68b50d1f70697bafb"}, ] [package.dependencies] @@ -1481,7 +1481,7 @@ prefect = ">=2.10.11" tenacity = ">=8.0.0" [package.extras] -dev = ["black", "boto3-stubs (>=1.24.39)", "coverage", "flake8", "interrogate", "isort", "mkdocs", "mkdocs-gen-files", "mkdocs-material", "mkdocstrings-python-legacy", "mock", "moto (>=3.1.16,<4.2.5)", "mypy", "pillow", "pre-commit", "pytest", "pytest-asyncio", "pytest-lazy-fixture", "pytest-xdist", "types-boto3 (>=1.0.2)"] +dev = ["black", "boto3-stubs (>=1.24.39)", "coverage", "flake8", "interrogate", "isort", "mkdocs", "mkdocs-gen-files", "mkdocs-material", "mkdocstrings-python-legacy", "mock", "moto (>=3.1.16,<4.2.5)", "mypy", "pillow", "pre-commit", "pytest", "pytest-asyncio", "pytest-cov", "pytest-lazy-fixture", "pytest-xdist", "types-boto3 (>=1.0.2)"] [[package]] name = "prefect-shell" @@ -2427,4 +2427,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.12.x" -content-hash = "eb65cee960a49286c5d9421754273a7ab17c626d719a730b65ca5313ba60d247" +content-hash = "3281b4fb69e298f2e99d5a79e54429ba360a54b33d7bf0879ad29cc5670ec6fb" diff --git a/hm-prefect/workflows/ingest-data/pyproject.toml b/hm-prefect/workflows/ingest-data/pyproject.toml index 37f08cb850..0d7a546ab4 100644 --- a/hm-prefect/workflows/ingest-data/pyproject.toml +++ b/hm-prefect/workflows/ingest-data/pyproject.toml @@ -10,7 +10,7 @@ deltalake = "0.10.1" npTDMS = "1.7.1" pandas = "2.1.1" prefect = "2.13.6" -prefect-aws = "0.4.0" +prefect-aws = "0.4.1" prefect-shell = "0.2.0" pyarrow = "13.0.0" pydantic = "1.10.13"