Skip to content

Commit

Permalink
chore(deps): bump projen & other deps (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: bweigel <[email protected]>
  • Loading branch information
bweigel and bweigel authored Sep 15, 2024
1 parent 68fc567 commit d96197c
Show file tree
Hide file tree
Showing 9 changed files with 135 additions and 139 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/release.yml

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

12 changes: 6 additions & 6 deletions .github/workflows/upgrade-main.yml

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/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==2024.8.30; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
idna==3.8; python_version >= '3.6'
idna==3.9; python_version >= '3.6'
packaging==24.1; 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'
urllib3==2.2.2; python_version >= '3.8'
urllib3==2.2.3; python_version >= '3.8'
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==2024.8.30; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
idna==3.8; python_version >= '3.6'
idna==3.9; python_version >= '3.6'
packaging==24.1; 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'
urllib3==2.2.2; python_version >= '3.8'
urllib3==2.2.3; python_version >= '3.8'
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==2024.8.30; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
idna==3.8; python_version >= '3.6'
idna==3.9; python_version >= '3.6'
packaging==24.1; 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'
urllib3==2.2.2; python_version >= '3.8'
urllib3==2.2.3; python_version >= '3.8'
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 d96197c

Please sign in to comment.