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/6923780884

------

*Automatically created by projen via the "upgrade-main" workflow*

Signed-off-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions committed Nov 20, 2023
1 parent 3450314 commit de44b04
Show file tree
Hide file tree
Showing 12 changed files with 370 additions and 371 deletions.
6 changes: 1 addition & 5 deletions .projen/deps.json

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

4 changes: 2 additions & 2 deletions .projen/tasks.json

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

14 changes: 7 additions & 7 deletions continous-integration/lambda-handlers/python/Pipfile.lock

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

4 changes: 2 additions & 2 deletions continous-integration/lambda-handlers/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-i https://pypi.org/simple
certifi==2023.7.22; python_version >= '3.6'
certifi==2023.11.17; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
idna==3.4; python_version >= '3.5'
packaging==23.2; python_version >= '3.7'
pillow==10.1.0; python_version >= '3.8'
pytesseract==0.3.10; python_version >= '3.7'
requests==2.31.0; python_version >= '3.7'
urllib3==2.0.7; python_version >= '3.7'
urllib3==2.1.0; python_version >= '3.8'
6 changes: 1 addition & 5 deletions example/cdk/.projen/deps.json

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

4 changes: 2 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.

3 changes: 1 addition & 2 deletions example/cdk/package.json

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

4 changes: 2 additions & 2 deletions example/cdk/src/lambda-handlers/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-i https://pypi.org/simple
certifi==2023.7.22; python_version >= '3.6'
certifi==2023.11.17; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
idna==3.4; python_version >= '3.5'
packaging==23.2; python_version >= '3.7'
pillow==10.1.0; python_version >= '3.8'
pytesseract==0.3.10; python_version >= '3.7'
requests==2.31.0; python_version >= '3.7'
urllib3==2.0.7; python_version >= '3.7'
urllib3==2.1.0; python_version >= '3.8'
15 changes: 11 additions & 4 deletions example/cdk/yarn.lock

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

4 changes: 2 additions & 2 deletions example/serverless/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-i https://pypi.org/simple
certifi==2023.7.22; python_version >= '3.6'
certifi==2023.11.17; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
idna==3.4; python_version >= '3.5'
packaging==23.2; python_version >= '3.7'
pillow==10.1.0; python_version >= '3.8'
pytesseract==0.3.10; python_version >= '3.7'
requests==2.31.0; python_version >= '3.7'
urllib3==2.0.7; python_version >= '3.7'
urllib3==2.1.0; python_version >= '3.8'
9 changes: 4 additions & 5 deletions package.json

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

Loading

0 comments on commit de44b04

Please sign in to comment.