From ca8e1ee9f35c90a9eec4fa25fe14cfe6c41b159d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 11:22:14 -0500 Subject: [PATCH] build(deps): Bump pydantic from 1.10.2 to 1.10.4 in /requirements (#133) Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.2 to 1.10.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.2...v1.10.4) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/base.txt | 2 +- requirements/huggingface.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 42bfe95c8..3cf909211 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -50,7 +50,7 @@ pandas==1.5.2 # unstructured (setup.py) pillow==9.4.0 # via unstructured (setup.py) -pydantic==1.10.2 +pydantic==1.10.4 # via argilla python-dateutil==2.8.2 # via pandas diff --git a/requirements/huggingface.txt b/requirements/huggingface.txt index 23a28a1ff..cb576b668 100644 --- a/requirements/huggingface.txt +++ b/requirements/huggingface.txt @@ -71,7 +71,7 @@ pandas==1.5.2 # unstructured (setup.py) pillow==9.4.0 # via unstructured (setup.py) -pydantic==1.10.2 +pydantic==1.10.4 # via argilla python-dateutil==2.8.2 # via pandas