From f34a4cf92ad80daf4c61bea5a795da8d4bd1d8e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 06:14:26 +0000 Subject: [PATCH] build(deps): bump pydantic from 1.9.0 to 1.10.13 in /docs 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] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 48c7746..57f7e31 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -101,7 +101,7 @@ pure-eval==0.2.2; python_full_version >= "3.6.2" and python_version >= "3.8" py==1.11.0; python_full_version >= "3.6.1" and python_version >= "3.7" and implementation_name == "pypy" pycodestyle==2.8.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" pycparser==2.21; implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.6.1" -pydantic==1.9.0; python_full_version >= "3.6.1" +pydantic==1.10.13; python_full_version >= "3.6.1" pyflakes==2.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" pygments==2.11.2; python_full_version >= "3.7.1" and python_version >= "3.8" and python_version < "4" pymdown-extensions==9.2; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"