From d6209c44b587be57dbfb9f2c19b0b6ffe48737a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:18:18 +0200 Subject: [PATCH] Bump pydantic from 1.10.2 to 1.10.13 in /tests/test_data (#1012) Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.2 to 1.10.13. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.2...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/test_data/test_streamlit_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_data/test_streamlit_requirements.txt b/tests/test_data/test_streamlit_requirements.txt index 4ad85f1089..fea2388855 100644 --- a/tests/test_data/test_streamlit_requirements.txt +++ b/tests/test_data/test_streamlit_requirements.txt @@ -1,3 +1,3 @@ snowflake-connector-python -pydantic==1.10.2 +pydantic==1.10.13 pandas>=1.0.0