From 567d1de1edf43ff9ecb3146aa755bd89d8c5a8f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 12:14:02 +0000 Subject: [PATCH] Bump pymysql Bumps the pip group with 1 update in the /terraform-lambda-aurora-serverless/src/function directory: [pymysql](https://github.com/PyMySQL/PyMySQL). Updates `pymysql` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyMySQL/PyMySQL/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: pymysql dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- .../src/function/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform-lambda-aurora-serverless/src/function/requirements.txt b/terraform-lambda-aurora-serverless/src/function/requirements.txt index d3179a585..8e996cfbf 100644 --- a/terraform-lambda-aurora-serverless/src/function/requirements.txt +++ b/terraform-lambda-aurora-serverless/src/function/requirements.txt @@ -1 +1 @@ -pymysql==1.1.0 \ No newline at end of file +pymysql==1.1.1 \ No newline at end of file