Skip to content

Commit e324a77

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/yargs-parser-22.0.0
2 parents 375de66 + 10ddba7 commit e324a77

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
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",
@@ -347,8 +347,8 @@
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": {

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ flake8==7.2.0
1010
flake8-coding==1.3.2
1111
pre-commit==4.1.0
1212
isort==6.0.1
13-
mypy==1.15.0
13+
mypy==1.16.0
1414
pylint
1515
bandit==1.8.3
1616
pydocstringformatter==0.7.3
17-
tox==4.25.0
17+
tox==4.26.0
1818
codespell==2.4.1
1919

2020
# project dependencies
2121
# ------------
2222
setuptools
2323
boto3>=1.35.71
2424
botocore>=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
2727
pydantic-settings==2.9.1
28-
python-hcl2==7.2.0
28+
python-hcl2==7.2.1
2929
requests==2.32.3

terraform/python/rekognition_layer/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# requirements in the zip package for this layer.
99
# -----------------------------------------------------------------------------
1010
python-dotenv==1.1.0
11-
pydantic==2.11.4
11+
pydantic==2.11.5
1212
pydantic-settings==2.9.1
13-
python-hcl2==7.2.0
13+
python-hcl2==7.2.1
1414
requests==2.32.3

0 commit comments

Comments
 (0)