From ac8d74aec096fad8257d34af6d862e30009e1730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 00:58:52 +0000 Subject: [PATCH] fix(deps): bump pydantic from 1.10.2 to 1.10.8 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.2 to 1.10.8. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.8/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.2...v1.10.8) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 795267c..da20794 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ iniconfig==1.1.1 packaging==23.0 pluggy==1.0.0 py==1.11.0 -pydantic==1.10.2 +pydantic==1.10.8 pydantic-to-typescript==1.0.10 pyparsing==3.0.9 pytest==7.2.1