Skip to content

Commit

Permalink
fix: #454 bumping boto3 and jinja2 version for initial commit handler (
Browse files Browse the repository at this point in the history
…#457)

* fix: #454 bumping boto3 and jinja2 version for initial commit handler
* fix: Use ~= to loosen awscli version as per https://peps.python.org/pep-0440/\#compatible-release
* fix: Correcting the semver use. Now it works as >=1.22.87, ==1.22.*

Authored-by: Javy de Koning
  • Loading branch information
javydekoning authored Aug 12, 2022
1 parent bdae180 commit 0f97138
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
astroid~=2.9.0
botocore==1.23.26
boto3==1.20.26
botocore==1.24.32
boto3==1.21.31
isort==5.10.1
mock~=4.0.3
pylint~=2.12.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Jinja2~=3.0.3
boto3==1.20.26
Jinja2~=3.1.1
boto3==1.21.31
cfn-custom-resource~=1.0.1
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Install libs here that you might want in AWS CodeBuild (On Master Account)
astroid~=2.9.0
awscli~=1.22.87
boto3==1.21.31
botocore==1.24.32
aws-sam-cli~=1.36
awscli==1.22.26
boto3==1.20.26
botocore==1.23.26
mock~=4.0.3
pip~=21.3.1
pylint~=2.12.2
pytest~=6.2.5
pyyaml>=5.4.1
six~=1.16.0
tenacity==8.0.1
urllib3~=1.26.7
urllib3~=1.26.7
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
botocore==1.23.26
boto3==1.20.26
botocore==1.24.32
boto3==1.21.31
docopt~=0.6.2
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ aws-cdk.aws-stepfunctions==1.137
aws-cdk.core==1.137
aws-cdk.cx-api==1.137
aws-cdk.region-info==1.137
awscli==1.22.26
awscli~=1.22.87
botocore==1.24.32
boto3==1.21.31
aws-sam-cli~=1.36
botocore==1.23.26
boto3==1.20.26
mock~=4.0.3
pytest~=6.2.5
pyyaml>=5.4.1
schema~=0.7.5
urllib3~=1.26.7
urllib3~=1.26.7
6 changes: 3 additions & 3 deletions src/lambda_codebase/initial_commit/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Jinja2~=3.0.3
boto3==1.20.26
cfn-custom-resource~=1.0.1
Jinja2~=3.1.1
boto3==1.21.31
cfn-custom-resource~=1.0.1

0 comments on commit 0f97138

Please sign in to comment.