Skip to content

Commit

Permalink
chore(deps): Dependency update
Browse files Browse the repository at this point in the history
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 <github-actions@github.com>
  • Loading branch information
github-actions committed Jan 13, 2025
1 parent c8c5a9a commit c11db23
Show file tree
Hide file tree
Showing 19 changed files with 1,716 additions and 1,405 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request-lint.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .mergify.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion continous-integration/lambda-handlers/node/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions continous-integration/lambda-handlers/node/yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

213 changes: 100 additions & 113 deletions continous-integration/lambda-handlers/python/Pipfile.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions continous-integration/lambda-handlers/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-i https://pypi.org/simple
certifi==2024.8.30; python_version >= '3.6'
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
certifi==2024.12.14; python_version >= '3.6'
charset-normalizer==3.4.1; python_version >= '3.7'
idna==3.10; python_version >= '3.6'
packaging==24.1; python_version >= '3.8'
packaging==24.2; python_version >= '3.8'
pillow==10.4.0; python_version >= '3.8'
pytesseract==0.3.13; python_version >= '3.8'
requests==2.32.3; python_version >= '3.8'
Expand Down
7 changes: 4 additions & 3 deletions example/cdk/.eslintrc.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 10 additions & 5 deletions example/cdk/.projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions example/cdk/.projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions example/cdk/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions example/cdk/src/lambda-handlers/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-i https://pypi.org/simple
certifi==2024.8.30; python_version >= '3.6'
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
certifi==2024.12.14; python_version >= '3.6'
charset-normalizer==3.4.1; python_version >= '3.7'
idna==3.10; python_version >= '3.6'
packaging==24.1; python_version >= '3.8'
packaging==24.2; python_version >= '3.8'
pillow==10.4.0; python_version >= '3.8'
pytesseract==0.3.13; python_version >= '3.8'
requests==2.32.3; python_version >= '3.8'
Expand Down
Loading

0 comments on commit c11db23

Please sign in to comment.