From 6efe1d780e08c7e3784244c9a872644d224768b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:38:51 +0000 Subject: [PATCH] Bump virtualenv in /code/aws/lambda-function/sqs-sns_example Bumps [virtualenv](https://github.com/pypa/virtualenv) from 15.0.3 to 20.26.6. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/15.0.3...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/aws/lambda-function/sqs-sns_example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/aws/lambda-function/sqs-sns_example/requirements.txt b/code/aws/lambda-function/sqs-sns_example/requirements.txt index 874bbe6..e3cca29 100644 --- a/code/aws/lambda-function/sqs-sns_example/requirements.txt +++ b/code/aws/lambda-function/sqs-sns_example/requirements.txt @@ -24,7 +24,7 @@ py==1.11.0 pyaml==15.8.2 pyparsing==2.2.0 pytest==3.0.7 -virtualenv==15.0.3 +virtualenv==20.26.6 jmespath==0.9.0 mock==2.0.0 requests-mock==1.5.2