Skip to content

Commit cd15f4c

Browse files
author
github-actions
committed
chore(deps): Dependency update
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/bweigel/aws-lambda-tesseract-layer/actions/runs/14697510596 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <[email protected]>
1 parent bf9fec4 commit cd15f4c

File tree

12 files changed

+794
-535
lines changed

12 files changed

+794
-535
lines changed

.github/workflows/build.yml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/upgrade-main.yml

+3-3
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

+6-6
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-i https://pypi.org/simple
2-
certifi==2025.1.31; python_version >= '3.6'
2+
certifi==2025.4.26; python_version >= '3.6'
33
charset-normalizer==3.4.1; python_version >= '3.7'
44
idna==3.10; python_version >= '3.6'
5-
packaging==24.2; python_version >= '3.8'
5+
packaging==25.0; 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/src/lambda-handlers/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-i https://pypi.org/simple
2-
certifi==2025.1.31; python_version >= '3.6'
2+
certifi==2025.4.26; python_version >= '3.6'
33
charset-normalizer==3.4.1; python_version >= '3.7'
44
idna==3.10; python_version >= '3.6'
5-
packaging==24.2; python_version >= '3.8'
5+
packaging==25.0; 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/tsconfig.dev.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/cdk/tsconfig.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/serverless/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-i https://pypi.org/simple
2-
certifi==2025.1.31; python_version >= '3.6'
2+
certifi==2025.4.26; python_version >= '3.6'
33
charset-normalizer==3.4.1; python_version >= '3.7'
44
idna==3.10; python_version >= '3.6'
5-
packaging==24.2; python_version >= '3.8'
5+
packaging==25.0; 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'

package.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.dev.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)