Skip to content

Commit

Permalink
Merge branch 'develop' into add-auto-delete-old-version
Browse files Browse the repository at this point in the history
  • Loading branch information
driverpt authored Nov 4, 2024
2 parents c5d740d + 950282a commit f7cba12
Show file tree
Hide file tree
Showing 7 changed files with 384 additions and 384 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tomlkit==0.13.2
# version 5.0.2 introduced some breaking changes for versions > Python3.8
watchdog==4.0.2

rich~=13.9.2
rich~=13.9.3
pyopenssl~=24.2.1
# Pin to <4.18 to until SAM-T no longer uses RefResolver
jsonschema<4.24
Expand All @@ -31,7 +31,7 @@ regex!=2021.10.8
tzlocal==5.2

#Adding cfn-lint dependency for SAM validate
cfn-lint~=1.17.2
cfn-lint~=1.18.3

# Type checking boto3 objects
boto3-stubs[apigateway,cloudformation,ecr,iam,lambda,s3,schemas,secretsmanager,signer,stepfunctions,sts,xray,sqs,kinesis]==1.35.49
boto3-stubs[apigateway,cloudformation,ecr,iam,lambda,s3,schemas,secretsmanager,signer,stepfunctions,sts,xray,sqs,kinesis]==1.35.53
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pytest-cov==5.0.0
# mypy adds new rules in new minor versions, which could cause our PR check to fail
# here we fix its version and upgrade it manually in the future
mypy==1.11.2
types-pywin32==308.0.0.20241025
types-pywin32==308.0.0.20241029
types-PyYAML==6.0.12.20240917
types-chevron==0.14.2.20240310
types-psutil==6.1.0.20241022
Expand Down
2 changes: 1 addition & 1 deletion requirements/pre-dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruff==0.6.9
ruff==0.7.1
256 changes: 128 additions & 128 deletions requirements/reproducible-linux.txt

Large diffs are not rendered by default.

244 changes: 122 additions & 122 deletions requirements/reproducible-mac.txt

Large diffs are not rendered by default.

256 changes: 128 additions & 128 deletions requirements/reproducible-win.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion samcli/runtime_config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"app_template_repo_commit": "dd7c7bb7fe7d08c041259b1129249b3394133f03"
"app_template_repo_commit": "f10c876b4b4cfeb42f1b8c339fe5e40e22b962c3"
}

0 comments on commit f7cba12

Please sign in to comment.