diff --git a/poetry.lock b/poetry.lock index a98a2bf..588be72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1937,13 +1937,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.4" +version = "2.10.5" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.4-py3-none-any.whl", hash = "sha256:597e135ea68be3a37552fb524bc7d0d66dcf93d395acd93a00682f1efcb8ee3d"}, - {file = "pydantic-2.10.4.tar.gz", hash = "sha256:82f12e9723da6de4fe2ba888b5971157b3be7ad914267dea8f05f82b28254f06"}, + {file = "pydantic-2.10.5-py3-none-any.whl", hash = "sha256:4dd4e322dbe55472cb7ca7e73f4b63574eecccf2835ffa2af9021ce113c83c53"}, + {file = "pydantic-2.10.5.tar.gz", hash = "sha256:278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff"}, ] [package.dependencies] @@ -3374,4 +3374,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "439d8edd2a3660a13526566ed53a80fb8312c2e9ed27cfcf6a4c615bfb0031c9" +content-hash = "927eb3e84506b2eb75da664c4061d04566474a9204316e7c73bd1e6ebae1ebb6" diff --git a/pyproject.toml b/pyproject.toml index 9311235..fb51b06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ python = "^3.9" qiskit = "^1.2.0" qi-compute-api-client = "^0.43.0" -pydantic = "^2.10.4" +pydantic = "^2.10.5" requests = "^2.32.3" opensquirrel = "^0.1.0"