diff --git a/data-orchestration/hm-prefect/workflows/calculate/pyproject.toml b/data-orchestration/hm-prefect/workflows/calculate/pyproject.toml index 9188a68299..547710ac3a 100644 --- a/data-orchestration/hm-prefect/workflows/calculate/pyproject.toml +++ b/data-orchestration/hm-prefect/workflows/calculate/pyproject.toml @@ -3,7 +3,7 @@ name = "calculate" version = "1.0.0" requires-python = "~=3.13.0" dependencies = [ - "prefect==3.1.9", + "prefect==3.1.10", "pydantic==2.10.4", ] diff --git a/data-orchestration/hm-prefect/workflows/calculate/uv.lock b/data-orchestration/hm-prefect/workflows/calculate/uv.lock index 3c43c3d47e..43ac59a51a 100644 --- a/data-orchestration/hm-prefect/workflows/calculate/uv.lock +++ b/data-orchestration/hm-prefect/workflows/calculate/uv.lock @@ -130,7 +130,7 @@ dev = [ [package.metadata] requires-dist = [ - { name = "prefect", specifier = "==3.1.9" }, + { name = "prefect", specifier = "==3.1.10" }, { name = "pydantic", specifier = "==2.10.4" }, ] @@ -781,7 +781,7 @@ wheels = [ [[package]] name = "prefect" -version = "3.1.9" +version = "3.1.10" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiosqlite" }, @@ -838,9 +838,9 @@ dependencies = [ { name = "uvicorn" }, { name = "websockets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e5/70/dde05e7d269bdc3a403e1c462e1541b2d80c6738dde2c4dfa6556bf2b9f6/prefect-3.1.9.tar.gz", hash = "sha256:43c672d7f74d2a09a228e5d0cacf7bbfb42f5fa99970beaf1e0bd1e543580829", size = 5912899 } +sdist = { url = "https://files.pythonhosted.org/packages/30/13/fe14372ccce1b4ddf8b1d647d4ebeb46f519f57535dd23748ad590f9d27e/prefect-3.1.10.tar.gz", hash = "sha256:aefabf2b6894b6336a4b4ed516da950a511eb13a51733132d674fc3820562f28", size = 5913389 } wheels = [ - { url = "https://files.pythonhosted.org/packages/8c/98/673787e233217487f6cec472128f3a6cf9f8873335a4d031931469a110b3/prefect-3.1.9-py3-none-any.whl", hash = "sha256:39b094c3688d9ba1672d6c61aa2896b6a9b463cf64f97be435665dd3b4538098", size = 6197076 }, + { url = "https://files.pythonhosted.org/packages/96/40/eab1db32f28fe651c1b93e96a903b6326edf7b84712cf8bd933182787c93/prefect-3.1.10-py3-none-any.whl", hash = "sha256:277241902a0dd5f30bd3b9f4506a8685e9bf0cac48fcc7fbea05f8a6991ef78d", size = 6197685 }, ] [[package]]