From bc83e364f726ea99e10cf1a15b125d9f5f8b419c Mon Sep 17 00:00:00 2001 From: "projen-workflows-bgenz[bot]" <124562625+projen-workflows-bgenz[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 00:56:20 +0100 Subject: [PATCH] chore(deps): Dependency update (#204) 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 Co-authored-by: github-actions --- .../lambda-handlers/python/Pipfile.lock | 3 + .../lambda-handlers/python/requirements.txt | 16 ++--- .../cdk/src/lambda-handlers/requirements.txt | 16 ++--- example/serverless/requirements.txt | 16 ++--- package.json | 2 +- yarn.lock | 64 +++++++++---------- 6 files changed, 60 insertions(+), 57 deletions(-) diff --git a/continous-integration/lambda-handlers/python/Pipfile.lock b/continous-integration/lambda-handlers/python/Pipfile.lock index 8e8d032..4c5d7a0 100644 --- a/continous-integration/lambda-handlers/python/Pipfile.lock +++ b/continous-integration/lambda-handlers/python/Pipfile.lock @@ -194,6 +194,7 @@ "sha256:fe1e26e1ffc38be097f0ba1d0d07fcade2bcfd1d023cda5b29935ae8052bd793" ], "index": "pypi", + "markers": "python_version >= '3.8'", "version": "==10.1.0" }, "pytesseract": { @@ -202,6 +203,7 @@ "sha256:f1c3a8b0f07fd01a1085d451f5b8315be6eec1d5577a6796d46dc7a62bd4120f" ], "index": "pypi", + "markers": "python_version >= '3.7'", "version": "==0.3.10" }, "requests": { @@ -210,6 +212,7 @@ "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1" ], "index": "pypi", + "markers": "python_version >= '3.7'", "version": "==2.31.0" }, "urllib3": { diff --git a/continous-integration/lambda-handlers/python/requirements.txt b/continous-integration/lambda-handlers/python/requirements.txt index 2fff1ed..409025f 100644 --- a/continous-integration/lambda-handlers/python/requirements.txt +++ b/continous-integration/lambda-handlers/python/requirements.txt @@ -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' diff --git a/example/cdk/src/lambda-handlers/requirements.txt b/example/cdk/src/lambda-handlers/requirements.txt index 2fff1ed..409025f 100644 --- a/example/cdk/src/lambda-handlers/requirements.txt +++ b/example/cdk/src/lambda-handlers/requirements.txt @@ -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' diff --git a/example/serverless/requirements.txt b/example/serverless/requirements.txt index 2fff1ed..409025f 100644 --- a/example/serverless/requirements.txt +++ b/example/serverless/requirements.txt @@ -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' diff --git a/package.json b/package.json index 1aed31a..dea6fa1 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "jest-junit": "^15", "npm-check-updates": "^16", "prettier": "^2.8.8", - "projen": "^0.76.16", + "projen": "^0.76.18", "standard-version": "^9", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", diff --git a/yarn.lock b/yarn.lock index 53189b9..4347dee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -456,10 +456,10 @@ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63" integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA== -"@eslint/eslintrc@^2.1.2": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396" - integrity sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g== +"@eslint/eslintrc@^2.1.3": + version "2.1.3" + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d" + integrity sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA== dependencies: ajv "^6.12.4" debug "^4.3.2" @@ -471,10 +471,10 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@eslint/js@8.52.0": - version "8.52.0" - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.52.0.tgz#78fe5f117840f69dc4a353adf9b9cd926353378c" - integrity sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA== +"@eslint/js@8.53.0": + version "8.53.0" + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d" + integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w== "@gar/promisify@^1.1.3": version "1.1.3" @@ -1483,9 +1483,9 @@ available-typed-arrays@^1.0.5: integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== aws-cdk-lib@^2.95.0: - version "2.103.1" - resolved "https://registry.yarnpkg.com/aws-cdk-lib/-/aws-cdk-lib-2.103.1.tgz#7ad21005e23758553b338f8c785684987c68a800" - integrity sha512-Y9P4dv+vdfTiqTGeYebajQ30OiPgsIDGonpaxjQYA1A4RYemYu62bX1J+QQBJh7FNd3amybD7YgJe3jKIUQuHw== + version "2.104.0" + resolved "https://registry.yarnpkg.com/aws-cdk-lib/-/aws-cdk-lib-2.104.0.tgz#e81a3f2689d42f27ee354ef1e6ae19caf21a2949" + integrity sha512-gD5KD2j8C5ff7j4RTA5ajFDNnpw4EvVhWMgWWrOyIEa9OkndEXwzhvCvwbEpwmgSUvnmsmbiHTBaLg8KVP+yKA== dependencies: "@aws-cdk/asset-awscli-v1" "^2.2.200" "@aws-cdk/asset-kubectl-v20" "^2.1.2" @@ -1502,9 +1502,9 @@ aws-cdk-lib@^2.95.0: yaml "1.10.2" aws-cdk@^2.95.0: - version "2.103.1" - resolved "https://registry.yarnpkg.com/aws-cdk/-/aws-cdk-2.103.1.tgz#8bbd732367a295e2651a6a3f6aaa212e2d2a4f48" - integrity sha512-5DXPlMi8Gf/a6fMqwY6uVwuR21PDDNGkAGkMVTTuaiulc4RsMjQUGq8I4xaPIYQRvR+VHFU+JQ5j5PnI5/gBrA== + version "2.104.0" + resolved "https://registry.yarnpkg.com/aws-cdk/-/aws-cdk-2.104.0.tgz#67bda59aae58837b88f9923938d664a78076e2b8" + integrity sha512-JuCafR5D1lnMKA88JUYhvRYeguozAWneC/n6kR1FUG+kXtXxpEqOxP91118dfJZYRw7FMIkHW8ewddvLwaCy5g== optionalDependencies: fsevents "2.3.2" @@ -1744,9 +1744,9 @@ camelcase@^7.0.1: integrity sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw== caniuse-lite@^1.0.30001541: - version "1.0.30001559" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001559.tgz#95a982440d3d314c471db68d02664fb7536c5a30" - integrity sha512-cPiMKZgqgkg5LY3/ntGeLFUpi6tzddBNS58A4tnTgQw1zON7u2sZMU7SzOeVH4tj20++9ggL+V6FDOFMTaFFYA== + version "1.0.30001561" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001561.tgz#752f21f56f96f1b1a52e97aae98c57c562d5d9da" + integrity sha512-NTt0DNoKe958Q0BE0j0c1V9jbUzhBxHIEJy7asmGrpE0yG63KTV7PLHPnK2E1O9RsQrQ081I3NLuXGS6zht3cw== case@1.6.3, case@^1.6.3: version "1.6.3" @@ -2307,9 +2307,9 @@ eastasianwidth@^0.2.0: integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== electron-to-chromium@^1.4.535: - version "1.4.574" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.574.tgz#6de04d7c6e244e5ffcae76d2e2a33b02cab66781" - integrity sha512-bg1m8L0n02xRzx4LsTTMbBPiUd9yIR+74iPtS/Ao65CuXvhVZHP0ym1kSdDG3yHFDXqHQQBKujlN1AQ8qZnyFg== + version "1.4.576" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.576.tgz#0c6940fdc0d60f7e34bd742b29d8fa847c9294d1" + integrity sha512-yXsZyXJfAqzWk1WKryr0Wl0MN2D47xodPvEEwlVePBnhU5E7raevLQR+E6b9JAD3GfL/7MbAL9ZtWQQPcLx7wA== emittery@^0.13.1: version "0.13.1" @@ -2559,14 +2559,14 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4 integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== eslint@^8: - version "8.52.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.52.0.tgz#d0cd4a1fac06427a61ef9242b9353f36ea7062fc" - integrity sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg== + version "8.53.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce" + integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag== dependencies: "@eslint-community/eslint-utils" "^4.2.0" "@eslint-community/regexpp" "^4.6.1" - "@eslint/eslintrc" "^2.1.2" - "@eslint/js" "8.52.0" + "@eslint/eslintrc" "^2.1.3" + "@eslint/js" "8.53.0" "@humanwhocodes/config-array" "^0.11.13" "@humanwhocodes/module-importer" "^1.0.1" "@nodelib/fs.walk" "^1.2.8" @@ -5051,10 +5051,10 @@ progress@^2.0.3: resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== -projen@^0.76.16: - version "0.76.16" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.76.16.tgz#f48384dda22c2e29a53b0e53f0b9ba0fc001b785" - integrity sha512-+p6ZNVvDICn2lskDofSOgUSTI8Or0aAqyiKf9RhSaE2nTqwoObbf1b4wmw44hjiQWa1/pVP+IGUzCienDIA+Jw== +projen@^0.76.18: + version "0.76.18" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.76.18.tgz#938f1a36ad7846fdb8726ed798828c9690df78e5" + integrity sha512-nzDhs4GUuiKjgkhDrMA/QFjlBnYUstuth3AfLgp2C5rUofDzLHu3cWVnIq2E/qXxE9FS9VP4bTlQgBZV3C3+/Q== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3" @@ -6367,9 +6367,9 @@ yaml@1.10.2: integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== yaml@^2.2.2: - version "2.3.3" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.3.tgz#01f6d18ef036446340007db8e016810e5d64aad9" - integrity sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ== + version "2.3.4" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.4.tgz#53fc1d514be80aabf386dc6001eb29bf3b7523b2" + integrity sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA== yargs-parser@^20.2.2, yargs-parser@^20.2.3: version "20.2.9"