From 4e6a8136cd4cf12c2b2b1de357b1acfc5cb46792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:45:21 +0000 Subject: [PATCH] chore(deps): bump python-dotenv in /terraform/python/rekognition_layer Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 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 c30e72b..05be300 100644 --- a/terraform/python/rekognition_layer/requirements.txt +++ b/terraform/python/rekognition_layer/requirements.txt @@ -7,7 +7,7 @@ # named `venv`. Terraform modules will look for and include these # requirements in the zip package for this layer. # ----------------------------------------------------------------------------- -python-dotenv==1.2.1 +python-dotenv==1.2.2 pydantic==2.12.5 pydantic-settings==2.13.1 python-hcl2==7.3.1