From c3134571bbda5df39f7047b14acb04f8a4226446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 06:15:32 +0000 Subject: [PATCH] Bump pydantic from 1.9.0 to 1.10.13 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.0 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.9.0...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements-docs.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 13dcb97..d4064ed 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,7 +24,7 @@ pathspec==0.11.2 pip-tools==6.14.0 platformdirs==4.0.0 pluggy==1.2.0 -pydantic==1.9.0 +pydantic==1.10.13 pyproject-hooks==1.0.0 pytest==7.4.3 pytest-cov==4.1.0 diff --git a/requirements-docs.txt b/requirements-docs.txt index 31be8bf..009e9b0 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -18,7 +18,7 @@ mkdocs==1.3.0 mkdocs-material==4.6.3 mkdocstrings==0.10.0 packaging==23.2 -pydantic==1.9.0 +pydantic==1.10.13 pygments==2.17.2 pymdown-extensions==10.2.1 python-dateutil==2.8.2 diff --git a/requirements.txt b/requirements.txt index fa1813f..a395180 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ # # make freeze # -pydantic==1.9.0 +pydantic==1.10.13 typing-extensions==4.7.1