-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
bdae180
commit 0f97138
Showing
6 changed files
with
17 additions
and
17 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
4 changes: 2 additions & 2 deletions
4
...strap_repository/adf-bootstrap/deployment/lambda_codebase/initial_commit/requirements.txt
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,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 |
8 changes: 4 additions & 4 deletions
8
src/lambda_codebase/initial_commit/bootstrap_repository/adf-build/requirements.txt
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,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 |
4 changes: 2 additions & 2 deletions
4
...da_codebase/initial_commit/bootstrap_repository/adf-build/shared/helpers/requirements.txt
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,3 +1,3 @@ | ||
botocore==1.23.26 | ||
boto3==1.20.26 | ||
botocore==1.24.32 | ||
boto3==1.21.31 | ||
docopt~=0.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,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 |