From 672d6e0e8275a227a36ed15186707a418f96ef86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 07:47:12 +0000 Subject: [PATCH] Bump pydantic from 2.10.5 to 2.10.6 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.5 to 2.10.6. - [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.5...v2.10.6) --- 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 645d52d..0e8affa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1145,13 +1145,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.5" +version = "2.10.6" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.5-py3-none-any.whl", hash = "sha256:4dd4e322dbe55472cb7ca7e73f4b63574eecccf2835ffa2af9021ce113c83c53"}, - {file = "pydantic-2.10.5.tar.gz", hash = "sha256:278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff"}, + {file = "pydantic-2.10.6-py3-none-any.whl", hash = "sha256:427d664bf0b8a2b34ff5dd0f5a18df00591adcee7198fbd71981054cef37b584"}, + {file = "pydantic-2.10.6.tar.gz", hash = "sha256:ca5daa827cce33de7a42be142548b0096bf05a7e7b365aebfa5f8eeec7128236"}, ] [package.dependencies] @@ -2069,4 +2069,4 @@ local = ["qxelarator"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "bdd24e828a464c8ef88e96ad97916067a7ab46d59c985a857b7cb2076c2ca3ce" +content-hash = "2cf8b1a64fe1c2b4fe7ed8f4cb41547a5c32ac4a29f5bdeb908c462eda07c73b" diff --git a/pyproject.toml b/pyproject.toml index e8b1161..38379c1 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.15.1"} -pydantic = "^2.10.5" +pydantic = "^2.10.6" qi-compute-api-client = "^0.44.0" qxelarator = {version = "^0.7.2", optional = true} pydantic-settings = "^2.7.1"