From 9f6241d82f6a1779ad3e5fbc72183eafd667672d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 10:04:07 +0000 Subject: [PATCH] chore(deps): update dependency pydantic to v1.10.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 131ba612..339f27ad 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.6 scikit-learn==0.24.2 statsmodels==0.12.2