Skip to content

Commit 2eec388

Browse files
committed
Merge branch 'main' into next
2 parents a1c2e64 + 381aa28 commit 2eec388

8 files changed

Lines changed: 48 additions & 48 deletions

File tree

.github/workflows/precommitVersionBumps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
with:
2727
persist-credentials: false
2828

@@ -33,15 +33,15 @@ jobs:
3333
git pull origin next
3434
3535
- name: Cache NPM dependencies
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: ~/.npm
3939
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
4040
restore-keys: |
4141
${{ runner.os }}-node
4242
4343
- name: Cache Python dependencies
44-
uses: actions/cache@v4
44+
uses: actions/cache@v5
4545
with:
4646
path: ~/.cache/pip
4747
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

.github/workflows/pullRequestController.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Checkout
61-
uses: actions/checkout@v5
61+
uses: actions/checkout@v6
6262

6363
- name: Semantic Release
64-
uses: cycjimmy/semantic-release-action@v5
64+
uses: cycjimmy/semantic-release-action@v6
6565
id: semantic
6666
with:
6767
dry_run: true

.github/workflows/pushMain.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Checkout code
2121
id: checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: Merge main into next
2525
uses: ./.github/actions/merge-branch
@@ -56,13 +56,13 @@ jobs:
5656
GITHUB_TOKEN: ${{ secrets.PAT }}
5757

5858
steps:
59-
- uses: actions/checkout@v5
59+
- uses: actions/checkout@v6
6060
id: checkout
6161
with:
6262
persist-credentials: false
6363

6464
- name: Semantic Release
65-
uses: cycjimmy/semantic-release-action@v5
65+
uses: cycjimmy/semantic-release-action@v6
6666
id: semantic
6767
with:
6868
branches: |

.github/workflows/semanticVersionBump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
PACKAGE_PATH: ${{ github.workspace }}/terraform/python/rekognition_api/
2828

2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
with:
3232
persist-credentials: false
3333

3434
- name: Cache NPM dependencies
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
path: ~/.npm
3838
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
steps:
2222
- name: Checkout code
2323
id: checkout
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: Configure AWS credentials
27-
uses: aws-actions/configure-aws-credentials@v5
27+
uses: aws-actions/configure-aws-credentials@v6
2828
with:
2929
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
3030
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@semantic-release/git": "^10.0.1",
99
"@semantic-release/github": "^12.0.1",
1010
"@semantic-release/release-notes-generator": "^14.0.0",
11-
"eslint": "^9.16.0",
11+
"eslint": "^10.0.2",
1212
"eslint-config-airbnb-base": "^15.0.0",
1313
"eslint-config-google": "^0.14.0",
1414
"eslint-plugin-import": "^2.29.0",
@@ -41,17 +41,17 @@
4141
"array.prototype.flatmap": "^1.3.2",
4242
"arraybuffer.prototype.slice": "^1.0.2",
4343
"available-typed-arrays": "^1.0.5",
44-
"balanced-match": "^3.0.1",
44+
"balanced-match": "^4.0.4",
4545
"before-after-hook": "^4.0.0",
4646
"bottleneck": "^2.19.5",
47-
"brace-expansion": "^4.0.0",
47+
"brace-expansion": "^5.0.4",
4848
"braces": "^3.0.2",
4949
"call-bind": "^1.0.5",
5050
"callsites": "^4.1.0",
5151
"cardinal": "^2.1.1",
5252
"chalk": "^5.3.0",
5353
"char-regex": "^2.0.1",
54-
"clean-stack": "^5.2.0",
54+
"clean-stack": "^6.0.0",
5555
"cli-table3": "^0.6.3",
5656
"cliui": "^9.0.1",
5757
"color-convert": "^3.0.1",
@@ -88,12 +88,12 @@
8888
"es-to-primitive": "^1.2.1",
8989
"escalade": "^3.1.1",
9090
"escape-string-regexp": "^5.0.0",
91-
"eslint": "^9.11.1",
91+
"eslint": "^10.0.2",
9292
"eslint-import-resolver-node": "^0.3.9",
9393
"eslint-module-utils": "^2.8.0",
94-
"eslint-scope": "^8.0.0",
95-
"eslint-visitor-keys": "^4.0.0",
96-
"espree": "^10.0.1",
94+
"eslint-scope": "^9.0.0",
95+
"eslint-visitor-keys": "^5.0.0",
96+
"espree": "^11.0.0",
9797
"esprima": "^4.0.1",
9898
"esquery": "^1.5.0",
9999
"esrecurse": "^4.3.0",
@@ -125,11 +125,11 @@
125125
"get-stream": "^9.0.1",
126126
"get-symbol-description": "^1.0.0",
127127
"git-log-parser": "^1.2.0",
128-
"glob": "^11.0.0",
128+
"glob": "^13.0.0",
129129
"glob-parent": "^6.0.2",
130-
"globals": "^16.0.0",
130+
"globals": "^17.3.0",
131131
"globalthis": "^1.0.3",
132-
"globby": "^15.0.0",
132+
"globby": "^16.1.0",
133133
"gopd": "^1.0.1",
134134
"graceful-fs": "^4.2.11",
135135
"graphemer": "^1.4.0",
@@ -147,7 +147,7 @@
147147
"https-proxy-agent": "^7.0.2",
148148
"human-signals": "^8.0.0",
149149
"ignore": "^7.0.0",
150-
"import-fresh": "^3.3.0",
150+
"import-fresh": "^4.0.0",
151151
"import-from-esm": "^2.0.0",
152152
"import-meta-resolve": "^4.0.0",
153153
"imurmurhash": "^0.1.4",
@@ -183,10 +183,10 @@
183183
"is-unicode-supported": "^2.0.0",
184184
"is-weakref": "^1.0.2",
185185
"isarray": "^2.0.5",
186-
"isexe": "^3.1.1",
186+
"isexe": "^4.0.0",
187187
"issue-parser": "^7.0.0",
188188
"java-properties": "^1.0.2",
189-
"js-tokens": "^9.0.0",
189+
"js-tokens": "^10.0.0",
190190
"js-yaml": "^4.1.0",
191191
"json-buffer": "^3.0.1",
192192
"json-parse-better-errors": "^1.0.2",
@@ -212,7 +212,7 @@
212212
"lodash.merge": "^4.6.2",
213213
"lodash.uniqby": "^4.7.0",
214214
"lru-cache": "^11.0.0",
215-
"marked": "^16.3.0",
215+
"marked": "^17.0.1",
216216
"marked-terminal": "^7.0.0",
217217
"meow": "^14.0.0",
218218
"merge-stream": "^2.0.0",
@@ -228,7 +228,7 @@
228228
"nerf-dart": "^1.0.0",
229229
"node-emoji": "^2.1.3",
230230
"normalize-package-data": "^8.0.0",
231-
"normalize-url": "^8.0.0",
231+
"normalize-url": "^9.0.0",
232232
"npm": "^11.0.0",
233233
"npm-run-path": "^6.0.0",
234234
"object-inspect": "^1.13.1",
@@ -239,13 +239,13 @@
239239
"object.groupby": "^1.0.1",
240240
"object.values": "^1.1.7",
241241
"once": "^1.4.0",
242-
"onetime": "^7.0.0",
242+
"onetime": "^8.0.0",
243243
"optionator": "^0.9.3",
244244
"p-each-series": "^3.0.0",
245245
"p-filter": "^4.1.0",
246246
"p-is-promise": "^4.0.0",
247247
"p-limit": "^7.1.1",
248-
"p-locate": "^6.0.0",
248+
"p-locate": "^7.0.0",
249249
"p-map": "^7.0.0",
250250
"p-reduce": "^3.0.0",
251251
"p-try": "^3.0.0",
@@ -265,7 +265,7 @@
265265
"punycode": "^2.3.1",
266266
"queue-microtask": "^1.2.3",
267267
"rc": "^1.2.8",
268-
"read-pkg": "^9.0.1",
268+
"read-pkg": "^10.0.0",
269269
"read-pkg-up": "^11.0.0",
270270
"readable-stream": "^4.5.2",
271271
"redeyed": "^2.1.1",
@@ -330,19 +330,19 @@
330330
"uglify-js": "^3.17.4",
331331
"unbox-primitive": "^1.0.2",
332332
"unicode-emoji-modifier-base": "^1.0.0",
333-
"unicorn-magic": "^0.3.0",
333+
"unicorn-magic": "^0.4.0",
334334
"unique-string": "^3.0.0",
335335
"universal-user-agent": "^7.0.2",
336336
"universalify": "^2.0.1",
337337
"uri-js": "^4.4.1",
338338
"url-join": "^5.0.0",
339339
"util-deprecate": "^1.0.2",
340340
"validate-npm-package-license": "^3.0.4",
341-
"which": "^5.0.0",
341+
"which": "^6.0.0",
342342
"which-boxed-primitive": "^1.0.2",
343343
"which-typed-array": "^1.1.13",
344344
"wordwrap": "^1.0.0",
345-
"wrap-ansi": "^9.0.0",
345+
"wrap-ansi": "^10.0.0",
346346
"wrappy": "^1.0.2",
347347
"xtend": "^4.0.2",
348348
"y18n": "^5.0.8",

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
# dev and test
22
# ------------
3-
pytest==8.4.2
4-
pytest_mock==3.14.1
3+
pytest==9.0.2
4+
pytest_mock==3.15.1
55

66
# Code linters, formatters, and security scanners
77
# ------------
8-
black==25.9.0
8+
black==26.3.1
99
flake8==7.3.0
1010
flake8-coding==1.3.2
11-
pre-commit==4.3.0
12-
isort==7.0.0
13-
mypy==1.18.2
11+
pre-commit==4.5.1
12+
isort==8.0.1
13+
mypy==1.19.1
1414
pylint
15-
bandit==1.8.6
15+
bandit==1.9.4
1616
pydocstringformatter==0.7.5
17-
tox==4.32.0
18-
codespell==2.4.1
17+
tox==4.46.3
18+
codespell==2.4.2
1919

2020
# project dependencies
2121
# ------------
2222
setuptools
2323
boto3>=1.35.71
2424
botocore>=1.35.76
2525
python-dotenv==1.2.1
26-
pydantic==2.11.7
27-
pydantic-settings==2.11.0
26+
pydantic==2.12.5
27+
pydantic-settings==2.13.1
2828
python-hcl2==7.3.1
2929
requests==2.32.5

terraform/python/rekognition_layer/requirements.txt

Lines changed: 3 additions & 3 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.2.1
11-
pydantic==2.12.3
12-
pydantic-settings==2.11.0
11+
pydantic==2.12.5
12+
pydantic-settings==2.13.1
1313
python-hcl2==7.3.1
14-
requests==2.32.5
14+
requests==2.33.1

0 commit comments

Comments
 (0)