From 78f52ebf22736f733627cbcb8b275740a6162196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 09:38:36 +0000 Subject: [PATCH] Bump pydantic from 1.6.1 to 1.6.2 in /app Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.6.1 to 1.6.2. - [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.6.1...v1.6.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index a82c8e7..f24e5e7 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -4,7 +4,7 @@ fastapi==0.60.1 Jinja2==2.11.2 MarkupSafe==1.1.1 packaging==20.4 -pydantic==1.6.1 +pydantic==1.6.2 pyparsing==2.4.7 six==1.15.0 starlette==0.13.6