From ae5ce33a77556685b57af6405461f9009400a702 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 23:14:05 +0000 Subject: [PATCH] chore(deps): update dependency pydantic to v2.10.6 --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5e0054b..ab6d688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "httpx==0.28.1", "influxdb-client==1.48.0", "json-log-formatter==1.1", - "pydantic==2.10.5", + "pydantic==2.10.6", "python-dotenv==1.0.1", "rich-click==1.8.5", "rich==13.9.4", diff --git a/uv.lock b/uv.lock index 6326d88..f9bcb43 100644 --- a/uv.lock +++ b/uv.lock @@ -266,7 +266,7 @@ requires-dist = [ { name = "json-log-formatter", specifier = "==1.1" }, { name = "myst-nb", marker = "extra == 'docs'", specifier = "==1.1.2" }, { name = "phue", marker = "extra == 'examples'", specifier = "==1.1" }, - { name = "pydantic", specifier = "==2.10.5" }, + { name = "pydantic", specifier = "==2.10.6" }, { name = "python-dotenv", specifier = "==1.0.1" }, { name = "rich", specifier = "==13.9.4" }, { name = "rich-click", specifier = "==1.8.5" }, @@ -1180,16 +1180,16 @@ wheels = [ [[package]] name = "pydantic" -version = "2.10.5" +version = "2.10.6" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-types" }, { name = "pydantic-core" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/6a/c7/ca334c2ef6f2e046b1144fe4bb2a5da8a4c574e7f2ebf7e16b34a6a2fa92/pydantic-2.10.5.tar.gz", hash = "sha256:278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff", size = 761287 } +sdist = { url = "https://files.pythonhosted.org/packages/b7/ae/d5220c5c52b158b1de7ca89fc5edb72f304a70a4c540c84c8844bf4008de/pydantic-2.10.6.tar.gz", hash = "sha256:ca5daa827cce33de7a42be142548b0096bf05a7e7b365aebfa5f8eeec7128236", size = 761681 } wheels = [ - { url = "https://files.pythonhosted.org/packages/58/26/82663c79010b28eddf29dcdd0ea723439535fa917fce5905885c0e9ba562/pydantic-2.10.5-py3-none-any.whl", hash = "sha256:4dd4e322dbe55472cb7ca7e73f4b63574eecccf2835ffa2af9021ce113c83c53", size = 431426 }, + { url = "https://files.pythonhosted.org/packages/f4/3c/8cc1cc84deffa6e25d2d0c688ebb80635dfdbf1dbea3e30c541c8cf4d860/pydantic-2.10.6-py3-none-any.whl", hash = "sha256:427d664bf0b8a2b34ff5dd0f5a18df00591adcee7198fbd71981054cef37b584", size = 431696 }, ] [[package]]