From 8c77e7b5689a929e7963735f3800352ce29551e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 14:56:59 +0000 Subject: [PATCH] chore(deps): bump pydantic in /terraform/python/rekognition_layer Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.2 to 2.5.3. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.5.3/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.5.2...v2.5.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- terraform/python/rekognition_layer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/python/rekognition_layer/requirements.txt b/terraform/python/rekognition_layer/requirements.txt index c1ada8b..2b78e59 100644 --- a/terraform/python/rekognition_layer/requirements.txt +++ b/terraform/python/rekognition_layer/requirements.txt @@ -8,7 +8,7 @@ # requirements in the zip package for this layer. # ----------------------------------------------------------------------------- python-dotenv==1.0.0 -pydantic==2.5.2 +pydantic==2.5.3 pydantic-settings==2.1.0 python-hcl2==4.3.2 requests==2.31.0