From 0ccfcf18f86e4f18393e1ba881de57e14856bc69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 22:33:53 +0000 Subject: [PATCH] chore(deps): update dependency pydantic to v1.10.12 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 131ba612..e9ba9556 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ dython==0.6.7 matplotlib==3.4.2 numpy==1.20.3 pandas==1.2.* -pydantic==1.8.2 +pydantic==1.10.12 scikit-learn==0.24.2 statsmodels==0.12.2