From 2edd9f894c678381df533084c80b0ee78f55cc1f Mon Sep 17 00:00:00 2001 From: George Hickman Date: Mon, 14 Aug 2023 11:35:14 +0100 Subject: [PATCH] Bump pydantic to 1.10.12 --- requirements.prod.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.prod.txt b/requirements.prod.txt index 4f8516d8..73f21372 100644 --- a/requirements.prod.txt +++ b/requirements.prod.txt @@ -36,7 +36,7 @@ protobuf==3.20.2 # via # googleapis-common-protos # opentelemetry-proto -pydantic==1.9.0 +pydantic==1.10.12 # via opensafely-pipeline requests==2.25.0 # via @@ -46,7 +46,7 @@ ruyaml==0.91.0 # via # opensafely-jobrunner (pyproject.toml) # opensafely-pipeline -typing-extensions==4.1.1 +typing-extensions==4.7.1 # via # opentelemetry-sdk # pydantic