Skip to content

Commit 889c42d

Browse files
Merge pull request #3118 from ASFHyP3/develop
Release v10.14.1
2 parents 3e369f2 + a30e104 commit 889c42d

17 files changed

Lines changed: 44 additions & 31 deletions

.github/workflows/changelog.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ on:
1313

1414
jobs:
1515
call-changelog-check-workflow:
16-
uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.21.0
16+
uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.21.1
17+
permissions:
18+
contents: read

.github/workflows/create-jira-issue.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ on:
66

77
jobs:
88
call-create-jira-issue-workflow:
9-
uses: ASFHyP3/actions/.github/workflows/reusable-create-jira-issue.yml@v0.21.0
9+
uses: ASFHyP3/actions/.github/workflows/reusable-create-jira-issue.yml@v0.21.1
1010
secrets:
1111
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
1212
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
1313
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
1414
JIRA_PROJECT: ${{ secrets.JIRA_PROJECT }}
1515
JIRA_FIELDS: ${{ secrets.JIRA_FIELDS }}
16+
permissions:
17+
issues: write

.github/workflows/labeled-pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ on:
1212

1313
jobs:
1414
call-labeled-pr-check-workflow:
15-
uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.21.0
15+
uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.21.1
16+
permissions:
17+
contents: read

.github/workflows/release-template-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call-release-checklist-workflow:
10-
uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.21.0
10+
uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.21.1
1111
permissions:
1212
pull-requests: write
1313
with:

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77

88
jobs:
99
call-release-workflow:
10-
uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.21.0
10+
uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.21.1
11+
permissions: {}
1112
with:
1213
release_prefix: HyP3
1314
secrets:

.github/workflows/static-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ env:
1717
jobs:
1818
call-ruff-workflow:
1919
# Docs: https://github.com/ASFHyP3/actions
20-
uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.21.0
20+
uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.21.1
2121

2222
call-mypy-workflow:
23-
uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.21.0
23+
uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.21.1
2424

2525
cfn-lint:
2626
runs-on: ubuntu-latest
@@ -95,4 +95,4 @@ jobs:
9595
snyk iac test --severity-threshold=high
9696
9797
call-secrets-analysis-workflow:
98-
uses: ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.21.0
98+
uses: ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.21.1

.github/workflows/tag-version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
call-bump-version-workflow:
10-
uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.21.0
10+
uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.21.1
11+
permissions: {}
1112
secrets:
1213
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9797
- `OperaRtcS1EndDate` stack parameter
9898
- `check_opera_rtc_s1_bounds` and `check_opera_rtc_s1_date` validators and associated tests
9999

100+
## [10.14.2]
101+
102+
### Changed
103+
- Upgraded PyJWT to 2.13.0; resolves CVE-2026-48526.
104+
100105
## [10.14.1]
101106

102107
### Changed

requirements-all.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
-r requirements-apps-disable-private-dns.txt
66
-r requirements-apps-search-archive.txt
77
-r requirements-apps-update-db.txt
8-
boto3==1.42.97
8+
boto3==1.43.18
99
jinja2==3.1.6
10-
moto[dynamodb]==5.1.22
10+
moto[dynamodb]==5.2.1
1111
pytest==9.0.3
1212
PyYAML==6.0.3
13-
responses==0.26.0
14-
ruff==0.15.12
15-
mypy==1.20.2
13+
responses==0.26.1
14+
ruff==0.15.15
15+
mypy==2.1.0
1616
setuptools==82.0.1
1717
setuptools_scm==10.0.5
1818
jsonschema==4.26.0
1919
openapi-spec-validator==0.8.5
20-
cfn-lint==1.50.0
20+
cfn-lint==1.51.2

requirements-apps-api-binary.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cryptography==47.0.0
1+
cryptography==48.0.0

0 commit comments

Comments
 (0)