File tree Expand file tree Collapse file tree
terraform/python/rekognition_layer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 "arraybuffer.prototype.slice" : " ^1.0.2" ,
4343 "available-typed-arrays" : " ^1.0.5" ,
4444 "balanced-match" : " ^3.0.1" ,
45- "before-after-hook" : " ^3 .0.2 " ,
45+ "before-after-hook" : " ^4 .0.0 " ,
4646 "bottleneck" : " ^2.19.5" ,
4747 "brace-expansion" : " ^4.0.0" ,
4848 "braces" : " ^3.0.2" ,
347347 "xtend" : " ^4.0.2" ,
348348 "y18n" : " ^5.0.8" ,
349349 "yallist" : " ^5.0.0" ,
350- "yargs" : " ^17.7.2" ,
351350 "yargs-parser" : " ^22.0.0" ,
351+ "yargs" : " ^18.0.0" ,
352352 "yocto-queue" : " ^1.0.0"
353353 },
354354 "repository" : {
Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ flake8==7.2.0
1010flake8-coding == 1.3.2
1111pre-commit == 4.1.0
1212isort == 6.0.1
13- mypy == 1.15 .0
13+ mypy == 1.16 .0
1414pylint
1515bandit == 1.8.3
1616pydocstringformatter == 0.7.3
17- tox == 4.25 .0
17+ tox == 4.26 .0
1818codespell == 2.4.1
1919
2020# project dependencies
2121# ------------
2222setuptools
2323boto3 >= 1.35.71
2424botocore >= 1.35.76
25- python-dotenv == 1.0.1
26- pydantic == 2.11.4
25+ python-dotenv == 1.1.0
26+ pydantic == 2.11.5
2727pydantic-settings == 2.9.1
28- python-hcl2 == 7.2.0
28+ python-hcl2 == 7.2.1
2929requests == 2.32.3
Original file line number Diff line number Diff line change 88# requirements in the zip package for this layer.
99# -----------------------------------------------------------------------------
1010python-dotenv == 1.1.0
11- pydantic == 2.11.4
11+ pydantic == 2.11.5
1212pydantic-settings == 2.9.1
13- python-hcl2 == 7.2.0
13+ python-hcl2 == 7.2.1
1414requests == 2.32.3
You can’t perform that action at this time.
0 commit comments