diff --git a/poetry.lock b/poetry.lock index 8161389..0105b71 100644 --- a/poetry.lock +++ b/poetry.lock @@ -655,13 +655,13 @@ files = [ [[package]] name = "pydantic" -version = "2.6.2" +version = "2.6.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.6.2-py3-none-any.whl", hash = "sha256:37a5432e54b12fecaa1049c5195f3d860a10e01bdfd24f1840ef14bd0d3aeab3"}, - {file = "pydantic-2.6.2.tar.gz", hash = "sha256:a09be1c3d28f3abe37f8a78af58284b236a92ce520105ddc91a6d29ea1176ba7"}, + {file = "pydantic-2.6.3-py3-none-any.whl", hash = "sha256:72c6034df47f46ccdf81869fddb81aade68056003900a8724a4f160700016a2a"}, + {file = "pydantic-2.6.3.tar.gz", hash = "sha256:e07805c4c7f5c6826e33a1d4c9d47950d7eaf34868e2690f8594d2e30241f11f"}, ] [package.dependencies] @@ -1375,4 +1375,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "40a7ea53d2e56f684bb8b1fed896613f35d1715247bc2dac181b8ced0f4ecb23" +content-hash = "35168f166ea4d5aff5904fe9e772ebc4ddb765abb7ac06170528496b68a68bec" diff --git a/pyproject.toml b/pyproject.toml index b35b2e0..1501b71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "nais_verification"}] [tool.poetry.dependencies] python = "^3.10" -pydantic = "^2.6.2" +pydantic = "^2.6.3" gql = {version = "^3.5.0", extras = ["requests"]} requests = "<3" fiaas-logging = "<1"