From e177b638c181e6fe2689d2c5845729cd0b7f3d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:37:10 +0100 Subject: [PATCH] Bump pydantic from 1.10.7 to 1.10.13 (#410) Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.7 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.7...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 217cb884..eb567c5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -139,7 +139,7 @@ pycparser==2.21 # via # -r ./backend/ecs_tasks/delete_files/requirements.txt # cffi -pydantic==1.10.7 +pydantic==1.10.13 # via aws-sam-translator pyproject-hooks==1.0.0 # via build