diff --git a/data-orchestration/hm-prefect/workflows/calculate/pyproject.toml b/data-orchestration/hm-prefect/workflows/calculate/pyproject.toml index 5f85691615..847edbd59b 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.2", + "prefect==3.1.3", "pydantic==2.9.2", ] diff --git a/data-orchestration/hm-prefect/workflows/calculate/uv.lock b/data-orchestration/hm-prefect/workflows/calculate/uv.lock index edd3b8ee68..32c7891777 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.2" }, + { name = "prefect", specifier = "==3.1.3" }, { name = "pydantic", specifier = "==2.9.2" }, ] @@ -778,7 +778,7 @@ wheels = [ [[package]] name = "prefect" -version = "3.1.2" +version = "3.1.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiosqlite" }, @@ -834,9 +834,9 @@ dependencies = [ { name = "uvicorn" }, { name = "websockets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b8/8e/5b61b7c7a2858ead2ec1555c085de153b6698ab53a028baf9f68826680a6/prefect-3.1.2.tar.gz", hash = "sha256:0f5f6e3396dd37cbb7b152022a37191d50f39c0cd4ee0149087ad2b752b607ea", size = 5864512 } +sdist = { url = "https://files.pythonhosted.org/packages/60/67/11ef111d94b5b3ff2bb7c554fad434b2f03fa50c0d8711919a7ab8f70d07/prefect-3.1.3.tar.gz", hash = "sha256:1b026a8fdc2b54c42d31bab68e0f9cf6491155eec1c6888a67b540b522f4fa41", size = 5869138 } wheels = [ - { url = "https://files.pythonhosted.org/packages/5c/73/e8c1a752844202400ad1010db9d963c6b861090b114870ab1f7d56c40d31/prefect-3.1.2-py3-none-any.whl", hash = "sha256:2d4c3e6769cc7eafb9a4d074775af40fd152d59d6ad05acb377f26691f283752", size = 6139303 }, + { url = "https://files.pythonhosted.org/packages/8f/f3/5dbb884009875819da19c46ac99f0ff4918b1a3afdd3e14a81790a005170/prefect-3.1.3-py3-none-any.whl", hash = "sha256:1f9a826a0fea32f20f789033bc891cf184ec95e01de502d37a21444b18057f4d", size = 6141769 }, ] [[package]]