Skip to content

Commit 61586d8

Browse files
projen-workflows-bgenz[bot]github-actions
andauthored
chore(deps): Dependency update (#261)
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/bweigel/aws-lambda-tesseract-layer/actions/runs/12738300305 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent c8c5a9a commit 61586d8

File tree

19 files changed

+1716
-1405
lines changed

19 files changed

+1716
-1405
lines changed

.github/workflows/pull-request-lint.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.mergify.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/deps.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

continous-integration/lambda-handlers/node/.projen/deps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

continous-integration/lambda-handlers/node/.projen/tasks.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

continous-integration/lambda-handlers/node/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

continous-integration/lambda-handlers/node/yarn.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

continous-integration/lambda-handlers/python/Pipfile.lock

Lines changed: 100 additions & 113 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

continous-integration/lambda-handlers/python/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-i https://pypi.org/simple
2-
certifi==2024.8.30; python_version >= '3.6'
3-
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
2+
certifi==2024.12.14; python_version >= '3.6'
3+
charset-normalizer==3.4.1; python_version >= '3.7'
44
idna==3.10; python_version >= '3.6'
5-
packaging==24.1; python_version >= '3.8'
5+
packaging==24.2; python_version >= '3.8'
66
pillow==10.4.0; python_version >= '3.8'
77
pytesseract==0.3.13; python_version >= '3.8'
88
requests==2.32.3; python_version >= '3.8'

example/cdk/.eslintrc.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/cdk/.projen/deps.json

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/cdk/.projen/tasks.json

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/cdk/package.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/cdk/src/lambda-handlers/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-i https://pypi.org/simple
2-
certifi==2024.8.30; python_version >= '3.6'
3-
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
2+
certifi==2024.12.14; python_version >= '3.6'
3+
charset-normalizer==3.4.1; python_version >= '3.7'
44
idna==3.10; python_version >= '3.6'
5-
packaging==24.1; python_version >= '3.8'
5+
packaging==24.2; python_version >= '3.8'
66
pillow==10.4.0; python_version >= '3.8'
77
pytesseract==0.3.13; python_version >= '3.8'
88
requests==2.32.3; python_version >= '3.8'

0 commit comments

Comments
 (0)