From eafdd8c29970fc7978f8082bf4ceada2d19ff91f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 07:46:15 +0000 Subject: [PATCH] Bump pydantic from 2.10.2 to 2.10.3 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.2 to 2.10.3. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.2...v2.10.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 84f723c2..deb1a1f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1139,13 +1139,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -2044,4 +2044,4 @@ local = ["qxelarator"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1da837332b42f3b20910c5deb3ba9310b08eae4695a5bd1afced08c5587bd91c" +content-hash = "417a42af35b14a572613a1c8ea263a2ab950d0ef67cec8cae493a5800bca43f7" diff --git a/pyproject.toml b/pyproject.toml index 2381273c..852294fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ qi = "quantuminspire.cli.command_list:app" [tool.poetry.dependencies] python = "^3.9" typer = {extras = ["all"], version = "^0.14.0"} -pydantic = "^2.10.2" +pydantic = "^2.10.3" qi-compute-api-client = "^0.38.0" qxelarator = {version = "^0.7.2", optional = true} pydantic-settings = "^2.6.1"