Skip to content

Commit 6f9dfc5

Browse files
authored
docs: fix image and update pip (#94)
1 parent b6f9e9e commit 6f9dfc5

File tree

6 files changed

+39
-39
lines changed

6 files changed

+39
-39
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
2323
- uses: actions/checkout@v3
2424
- name: Set up Python 3.8
25-
uses: actions/setup-python@v3
25+
uses: actions/setup-python@v4
2626
with:
2727
python-version: "3.8"
2828
- name: Install dependencies
@@ -70,7 +70,7 @@ jobs:
7070
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
7171
- uses: actions/checkout@v3
7272
- name: Set up Python 3.8
73-
uses: actions/setup-python@v3
73+
uses: actions/setup-python@v4
7474
with:
7575
python-version: "3.8"
7676
- name: Generate docs

Pipfile.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cdk/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
install_requires=[
2626
'aws-cdk-lib>=2.0.0',
2727
'constructs>=10.0.0',
28-
'aws-cdk.aws-lambda-python-alpha==2.27.0-alpha.0',
28+
'aws-cdk.aws-lambda-python-alpha==2.28.0-alpha.0',
2929
],
3030
)

dev_requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
-i https://pypi.org/simple
22
-e ./cdk
33
attrs==21.4.0
4-
aws-cdk-lib==2.27.0
5-
aws-cdk.aws-lambda-python-alpha==2.27.0a0
6-
boto3==1.24.7
7-
botocore==1.27.7
4+
aws-cdk-lib==2.28.0
5+
aws-cdk.aws-lambda-python-alpha==2.28.0a0
6+
boto3==1.24.9
7+
botocore==1.27.9
88
cattrs==1.10.0
9-
certifi==2022.5.18.1
9+
certifi==2022.6.15
1010
cfgv==3.3.1
1111
charset-normalizer==2.0.12
1212
click==8.1.3
1313
colorama==0.4.4 ; python_version > '3.4'
14-
constructs==10.1.36
14+
constructs==10.1.41
1515
coverage[toml]==6.4.1
1616
distlib==0.3.4
1717
filelock==3.7.1
@@ -35,7 +35,7 @@ mccabe==0.6.1
3535
mergedeep==1.3.4
3636
mkdocs-git-revision-date-plugin==0.3.2
3737
mkdocs-material-extensions==1.0.3
38-
mkdocs-material==8.3.4
38+
mkdocs-material==8.3.5
3939
mkdocs==1.3.0
4040
nodeenv==1.6.0
4141
packaging==21.3

docs/media/cdk.png

15.5 KB
Loading

lambda_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-i https://pypi.org/simple
22
aws-lambda-powertools==1.26.1
33
aws-xray-sdk==2.9.0
4-
boto3==1.24.7
5-
botocore==1.27.7
4+
boto3==1.24.9
5+
botocore==1.27.9
66
dnspython==2.2.1
77
email-validator==1.2.1
88
fastjsonschema==2.15.3

0 commit comments

Comments
 (0)