From e0bada17ad79c99af44d00d89cd37e4948bb920d Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 16 Sep 2024 00:12:03 +0000 Subject: [PATCH] chore(deps): Dependency update Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/bweigel/aws-lambda-tesseract-layer/actions/runs/10875413389 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions --- continous-integration/lambda-handlers/python/Pipfile.lock | 6 +++--- .../lambda-handlers/python/requirements.txt | 2 +- example/cdk/src/lambda-handlers/requirements.txt | 2 +- example/serverless/requirements.txt | 2 +- yarn.lock | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/continous-integration/lambda-handlers/python/Pipfile.lock b/continous-integration/lambda-handlers/python/Pipfile.lock index 47f2a13..12fc226 100644 --- a/continous-integration/lambda-handlers/python/Pipfile.lock +++ b/continous-integration/lambda-handlers/python/Pipfile.lock @@ -122,11 +122,11 @@ }, "idna": { "hashes": [ - "sha256:69297d5da0cc9281c77efffb4e730254dd45943f45bbfb461de5991713989b1e", - "sha256:e5c5dafde284f26e9e0f28f6ea2d6400abd5ca099864a67f576f3981c6476124" + "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9", + "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3" ], "markers": "python_version >= '3.6'", - "version": "==3.9" + "version": "==3.10" }, "packaging": { "hashes": [ diff --git a/continous-integration/lambda-handlers/python/requirements.txt b/continous-integration/lambda-handlers/python/requirements.txt index 1c7570a..ca325fb 100644 --- a/continous-integration/lambda-handlers/python/requirements.txt +++ b/continous-integration/lambda-handlers/python/requirements.txt @@ -1,7 +1,7 @@ -i https://pypi.org/simple certifi==2024.8.30; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' -idna==3.9; python_version >= '3.6' +idna==3.10; python_version >= '3.6' packaging==24.1; python_version >= '3.8' pillow==10.4.0; python_version >= '3.8' pytesseract==0.3.13; python_version >= '3.8' diff --git a/example/cdk/src/lambda-handlers/requirements.txt b/example/cdk/src/lambda-handlers/requirements.txt index 1c7570a..ca325fb 100644 --- a/example/cdk/src/lambda-handlers/requirements.txt +++ b/example/cdk/src/lambda-handlers/requirements.txt @@ -1,7 +1,7 @@ -i https://pypi.org/simple certifi==2024.8.30; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' -idna==3.9; python_version >= '3.6' +idna==3.10; python_version >= '3.6' packaging==24.1; python_version >= '3.8' pillow==10.4.0; python_version >= '3.8' pytesseract==0.3.13; python_version >= '3.8' diff --git a/example/serverless/requirements.txt b/example/serverless/requirements.txt index 1c7570a..ca325fb 100644 --- a/example/serverless/requirements.txt +++ b/example/serverless/requirements.txt @@ -1,7 +1,7 @@ -i https://pypi.org/simple certifi==2024.8.30; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' -idna==3.9; python_version >= '3.6' +idna==3.10; python_version >= '3.6' packaging==24.1; python_version >= '3.8' pillow==10.4.0; python_version >= '3.8' pytesseract==0.3.13; python_version >= '3.8' diff --git a/yarn.lock b/yarn.lock index 37b5dbb..1415502 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1569,9 +1569,9 @@ comment-json@4.2.2: repeat-string "^1.6.1" commit-and-tag-version@^12: - version "12.4.3" - resolved "https://registry.yarnpkg.com/commit-and-tag-version/-/commit-and-tag-version-12.4.3.tgz#e1d596b118156b8cd4ea333a5d3cbefe98322eb0" - integrity sha512-q+DaQ4QmvDjU3QBUfZmiH3CCL5Jf3saJ0I9dI1hL9equA4ZosoOkg3eya5q0qAc5T0eow+gF0DfKZskRbm4Shw== + version "12.4.4" + resolved "https://registry.yarnpkg.com/commit-and-tag-version/-/commit-and-tag-version-12.4.4.tgz#7c3db19f9f7a7b8039c1335df6dc78976b94967e" + integrity sha512-sK+69usdfluwRO6DtXs8wpRvyM9OAuV6y8kTgMj+ncRG3KrXeKjNcxFsWnnwH/KZU9k8ErKu5uQ1ptX6/pPk7A== dependencies: chalk "^2.4.2" conventional-changelog "4.0.0"