-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #617 from awslabs/release/4.0.1
Release/4.0.1
- Loading branch information
Showing
31 changed files
with
261 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "pip" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
groups: | ||
production-dependencies: | ||
dependency-type: "production" | ||
development-dependencies: | ||
dependency-type: "development" | ||
|
||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
groups: | ||
github-actions: | ||
patterns: | ||
- "*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Dependabot Pull Request Metadata | ||
on: pull_request_target | ||
|
||
jobs: | ||
build: | ||
permissions: | ||
pull-requests: read | ||
|
||
runs-on: ubuntu-latest | ||
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }} | ||
|
||
steps: | ||
- name: Fetch Dependabot metadata | ||
id: dependabot-metadata | ||
uses: dependabot/fetch-metadata@v2 | ||
with: | ||
alert-lookup: true | ||
compat-lookup: true | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Add a label for all PRs with an alert state | ||
if: ${{ steps.dependabot-metadata.outputs.alert-state != '' }} | ||
run: gh pr edit "$PR_URL" --add-label "vulnerability" | ||
env: | ||
PR_URL: ${{github.event.pull_request.html_url}} | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Snyk | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
schedule: | ||
- cron: "0 9 * * 1" # runs each Monday at 9:00 UTC | ||
|
||
permissions: | ||
contents: read | ||
security-events: write | ||
|
||
jobs: | ||
security: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Run Snyk to check for vulnerabilities | ||
uses: snyk/actions/python-3.8@master | ||
continue-on-error: true # To make sure that SARIF upload gets called | ||
env: | ||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
with: | ||
args: --severity-threshold=medium --file=requirements.txt --sarif-file-output=snyk.sarif | ||
- name: Upload result to GitHub Code Scanning | ||
uses: github/codeql-action/upload-sarif@v3 | ||
with: | ||
sarif_file: snyk.sarif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
4.0.0 | ||
|
||
4.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
sphinx-autoapi==2.1.0 | ||
sphinx-rtd-theme==1.2.1 | ||
sphinx-rtd-theme==1.3.0 | ||
sphinxcontrib-applehelp==1.0.4 | ||
sphinxcontrib-devhelp==1.0.2 | ||
sphinxcontrib-htmlhelp==2.0.1 | ||
sphinxcontrib-jquery==4.1 | ||
sphinxcontrib-jsmath==1.0.1 | ||
sphinxcontrib-qthelp==1.0.3 | ||
sphinxcontrib-serializinghtml==1.1.5 | ||
sphinx-click==5.1.0 | ||
sphinx-click==6.0.0 | ||
myst_parser==1.0.0 | ||
docutils~=0.16 | ||
PyYAML==5.4 | ||
PyYAML==6.0.1 | ||
urllib3~=1.26.18 | ||
wheel==0.38.1 | ||
typing-extensions==4.5.0 | ||
certifi~=2023.7.22 | ||
wheel==0.43.0 | ||
typing-extensions==4.12.2 | ||
certifi~=2024.6.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
awscli~=1.31.13 | ||
certifi~=2023.7.22 | ||
certifi~=2024.6.2 | ||
check-manifest~=0.48 | ||
mypy~=0.961 | ||
mypy~=1.10 | ||
myst-parser~=0.18.0 | ||
pip-tools~=6.14.0 | ||
pydot~=1.4.2 | ||
pip-tools~=7.4.1 | ||
pydot~=2.0.0 | ||
pyroma~=4.0 | ||
pytest~=7.2.0 | ||
pytest-cov~=4.0.0 | ||
pytest-mock~=3.10.0 | ||
pytest~=8.2.2 | ||
pytest-cov~=5.0.0 | ||
pytest-mock~=3.14.0 | ||
pytest-ordering~=0.6 | ||
ruff~=0.4.4 | ||
twine~=4.0.1 | ||
types-PyYAML~=6.0.8 | ||
types-setuptools~=57.4.17 | ||
wheel~=0.38.1 | ||
ruff~=0.4.8 | ||
twine~=5.1.0 | ||
types-PyYAML~=6.0.12 | ||
types-setuptools~=70.0.0 | ||
wheel~=0.43.0 | ||
sphinx-autoapi~=1.8.0 | ||
sphinx-rtd-theme~=1.0.0 | ||
sphinx~=4.3.0 | ||
moto[s3,sts,iam,codebuild,secretsmanager,ssm]~=4.0.9 | ||
requests~=2.32.0 | ||
sphinx-rtd-theme~=1.3.0 | ||
sphinx~=5.3.0 | ||
moto[s3,sts,iam,codebuild,secretsmanager,ssm]~=5.0.9 | ||
requests~=2.32.3 | ||
werkzeug~=3.0.3 | ||
urllib3~=1.26.18 |
Oops, something went wrong.