From ce29261f6ff045e3f6ef6b794a68e9ee3bcf3b14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:01:09 +0000 Subject: [PATCH] fix(calculate): update dependency pydantic to v2.10.5 (#22483) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../hm-prefect/workflows/calculate/pyproject.toml | 2 +- data-orchestration/hm-prefect/workflows/calculate/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data-orchestration/hm-prefect/workflows/calculate/pyproject.toml b/data-orchestration/hm-prefect/workflows/calculate/pyproject.toml index a817634b2d..f0cb2e5cae 100644 --- a/data-orchestration/hm-prefect/workflows/calculate/pyproject.toml +++ b/data-orchestration/hm-prefect/workflows/calculate/pyproject.toml @@ -4,7 +4,7 @@ version = "1.0.0" requires-python = "~=3.13.0" dependencies = [ "prefect==3.1.11", - "pydantic==2.10.4", + "pydantic==2.10.5", ] [dependency-groups] diff --git a/data-orchestration/hm-prefect/workflows/calculate/uv.lock b/data-orchestration/hm-prefect/workflows/calculate/uv.lock index 30f2da10bc..8e93c30fe5 100644 --- a/data-orchestration/hm-prefect/workflows/calculate/uv.lock +++ b/data-orchestration/hm-prefect/workflows/calculate/uv.lock @@ -131,7 +131,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "prefect", specifier = "==3.1.11" }, - { name = "pydantic", specifier = "==2.10.4" }, + { name = "pydantic", specifier = "==2.10.5" }, ] [package.metadata.requires-dev] @@ -861,16 +861,16 @@ wheels = [ [[package]] name = "pydantic" -version = "2.10.4" +version = "2.10.5" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-types" }, { name = "pydantic-core" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/70/7e/fb60e6fee04d0ef8f15e4e01ff187a196fa976eb0f0ab524af4599e5754c/pydantic-2.10.4.tar.gz", hash = "sha256:82f12e9723da6de4fe2ba888b5971157b3be7ad914267dea8f05f82b28254f06", size = 762094 } +sdist = { url = "https://files.pythonhosted.org/packages/6a/c7/ca334c2ef6f2e046b1144fe4bb2a5da8a4c574e7f2ebf7e16b34a6a2fa92/pydantic-2.10.5.tar.gz", hash = "sha256:278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff", size = 761287 } wheels = [ - { url = "https://files.pythonhosted.org/packages/f3/26/3e1bbe954fde7ee22a6e7d31582c642aad9e84ffe4b5fb61e63b87cd326f/pydantic-2.10.4-py3-none-any.whl", hash = "sha256:597e135ea68be3a37552fb524bc7d0d66dcf93d395acd93a00682f1efcb8ee3d", size = 431765 }, + { url = "https://files.pythonhosted.org/packages/58/26/82663c79010b28eddf29dcdd0ea723439535fa917fce5905885c0e9ba562/pydantic-2.10.5-py3-none-any.whl", hash = "sha256:4dd4e322dbe55472cb7ca7e73f4b63574eecccf2835ffa2af9021ce113c83c53", size = 431426 }, ] [[package]]