From bce1ffb5a41cf65f4fb9b23a65b9d039da7a127b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 11:44:14 +0000 Subject: [PATCH] chore(deps): update dependency pydantic to v1.10.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 131ba612..91c7e554 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.8 scikit-learn==0.24.2 statsmodels==0.12.2