Skip to content

Commit

Permalink
chore(deps): Dependency update (#204)
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/6756984055

------

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

Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
projen-workflows-bgenz[bot] and github-actions authored Nov 4, 2023
1 parent 6e2247f commit bc83e36
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 57 deletions.
3 changes: 3 additions & 0 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.

16 changes: 8 additions & 8 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'
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
pytesseract==0.3.10
requests==2.31.0
urllib3==2.0.7 ; python_version >= '3.7'
certifi==2023.7.22; 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'
16 changes: 8 additions & 8 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'
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
pytesseract==0.3.10
requests==2.31.0
urllib3==2.0.7 ; python_version >= '3.7'
certifi==2023.7.22; 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'
16 changes: 8 additions & 8 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'
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
pytesseract==0.3.10
requests==2.31.0
urllib3==2.0.7 ; python_version >= '3.7'
certifi==2023.7.22; 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'
2 changes: 1 addition & 1 deletion package.json

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

64 changes: 32 additions & 32 deletions yarn.lock

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

0 comments on commit bc83e36

Please sign in to comment.