From c52d0742ab06461ab6e764938ce7eafab2393713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 05:05:37 +0000 Subject: [PATCH] Bump pydantic from 1.10.10 to 1.10.13 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.10 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.10...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4cc3474..b5727c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "pandas", "pyarrow", "pygments", - "pydantic==1.10.10", + "pydantic==1.10.13", "ipykernel", "jupyterlab", ] diff --git a/requirements.txt b/requirements.txt index 990cfb8..ff91caa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pandas pyarrow pytest pygments -pydantic==1.10.10 +pydantic==1.10.13 ipykernel jupyterlab mimesis \ No newline at end of file