Skip to content

Commit

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

------

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

Signed-off-by: github-actions <github-actions@github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
projen-workflows-bgenz[bot] and github-actions authored Jul 3, 2023
1 parent 7c8507c commit 6098309
Show file tree
Hide file tree
Showing 7 changed files with 368 additions and 382 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-master.yml

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

122 changes: 55 additions & 67 deletions continous-integration/lambda-handlers/py38/Pipfile.lock

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

12 changes: 6 additions & 6 deletions continous-integration/lambda-handlers/py38/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-i https://pypi.org/simple
certifi==2023.5.7 ; python_version >= '3.6'
charset-normalizer==3.1.0 ; python_full_version >= '3.7.0'
idna==3.4 ; python_version >= '3.5'
packaging==23.1 ; python_version >= '3.7'
pillow==9.5.0
certifi==2023.5.7; python_version >= '3.6'
charset-normalizer==3.1.0; python_full_version >= '3.7.0'
idna==3.4; python_version >= '3.5'
packaging==23.1; python_version >= '3.7'
pillow==10.0.0
pytesseract==0.3.10
requests==2.31.0
urllib3==2.0.3 ; python_version >= '3.7'
urllib3==2.0.3; python_version >= '3.7'
12 changes: 6 additions & 6 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.5.7 ; python_version >= '3.6'
charset-normalizer==3.1.0 ; python_full_version >= '3.7.0'
idna==3.4 ; python_version >= '3.5'
packaging==23.1 ; python_version >= '3.7'
pillow==9.5.0
certifi==2023.5.7; python_version >= '3.6'
charset-normalizer==3.1.0; python_full_version >= '3.7.0'
idna==3.4; python_version >= '3.5'
packaging==23.1; python_version >= '3.7'
pillow==10.0.0
pytesseract==0.3.10
requests==2.31.0
urllib3==2.0.3 ; python_version >= '3.7'
urllib3==2.0.3; python_version >= '3.7'
12 changes: 6 additions & 6 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.5.7 ; python_version >= '3.6'
charset-normalizer==3.1.0 ; python_full_version >= '3.7.0'
idna==3.4 ; python_version >= '3.5'
packaging==23.1 ; python_version >= '3.7'
pillow==9.5.0
certifi==2023.5.7; python_version >= '3.6'
charset-normalizer==3.1.0; python_full_version >= '3.7.0'
idna==3.4; python_version >= '3.5'
packaging==23.1; python_version >= '3.7'
pillow==10.0.0
pytesseract==0.3.10
requests==2.31.0
urllib3==2.0.3 ; python_version >= '3.7'
urllib3==2.0.3; python_version >= '3.7'
6 changes: 3 additions & 3 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 6098309

Please sign in to comment.