Skip to content

Commit 0363147

Browse files
committed
Merge branch 'develop' into docs/markdownlint
* develop: fix(ci): reusable workflow secrets param chore(deps-dev): bump flake8-bugbear from 22.4.25 to 22.6.22 (aws-powertools#1258) chore(deps-dev): bump mypy-boto3-dynamodb from 1.24.0 to 1.24.12 (aws-powertools#1255) chore(deps-dev): bump mypy-boto3-secretsmanager (aws-powertools#1252)
2 parents 6f010f0 + 329badc commit 0363147

File tree

3 files changed

+52
-16
lines changed

3 files changed

+52
-16
lines changed

.github/workflows/export_pr_details.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/github-script@v6
4242
# For security, we only download artifacts tied to the successful PR recording workflow
4343
with:
44-
github-token: ${{ inputs.token }}
44+
github-token: ${{ secrets.token }}
4545
script: |
4646
const fs = require('fs');
4747

poetry.lock

+48-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ bandit = "^1.7.1"
5050
radon = "^5.1.0"
5151
xenon = "^0.9.0"
5252
flake8-eradicate = "^1.2.1"
53-
flake8-bugbear = "^22.4.25"
53+
flake8-bugbear = "^22.6.22"
5454
mkdocs-git-revision-date-plugin = "^0.3.2"
5555
mike = "^0.6.0"
5656
mypy = "^0.961"
5757
mkdocs-material = "^8.2.7"
58-
mypy-boto3-secretsmanager = "^1.24.0"
58+
mypy-boto3-secretsmanager = "^1.24.11"
5959
mypy-boto3-ssm = "^1.24.0"
6060
mypy-boto3-appconfig = "^1.24.0"
61-
mypy-boto3-dynamodb = "^1.24.0"
61+
mypy-boto3-dynamodb = "^1.24.12"
6262
pytest-benchmark = "^3.4.1"
6363

6464

0 commit comments

Comments
 (0)