Skip to content

Commit

Permalink
Merge from aws/aws-sam-cli/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sam-cli-bot authored Sep 26, 2024
2 parents 40df58e + 3aad0d5 commit 9c33647
Show file tree
Hide file tree
Showing 10 changed files with 590 additions and 549 deletions.
2 changes: 1 addition & 1 deletion installer/pyinstaller/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ "$python_version" = "" ]; then
fi

if [ "$openssl_version" = "" ]; then
openssl_version="3.0.14";
openssl_version="3.0.15";
fi

if [ "$zlib_version" = "" ]; then
Expand Down
2 changes: 1 addition & 1 deletion installer/pyinstaller/build-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ "$python_library_zip_filename" = "" ]; then
fi

if [ "$openssl_version" = "" ]; then
openssl_version="3.0.14";
openssl_version="3.0.15";
fi

if [ "$python_version" = "" ]; then
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ regex!=2021.10.8
tzlocal==5.2

#Adding cfn-lint dependency for SAM validate
cfn-lint~=1.12.4
cfn-lint~=1.14.2

# Type checking boto3 objects
boto3-stubs[apigateway,cloudformation,ecr,iam,lambda,s3,schemas,secretsmanager,signer,stepfunctions,sts,xray,sqs,kinesis]==1.35.14
boto3-stubs[apigateway,cloudformation,ecr,iam,lambda,s3,schemas,secretsmanager,signer,stepfunctions,sts,xray,sqs,kinesis]==1.35.23
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ pytest-cov==5.0.0
# here we fix its version and upgrade it manually in the future
mypy==1.11.2
types-pywin32==306.0.0.20240822
types-PyYAML==6.0.12.20240808
types-PyYAML==6.0.12.20240917
types-chevron==0.14.2.20240310
types-psutil==6.0.0.20240901
types-setuptools==74.1.0.20240907
types-setuptools==75.1.0.20240917
types-Pygments==2.18.0.20240506
types-colorama==0.4.15.20240311
types-dateparser==1.2.0.20240420
Expand All @@ -22,12 +22,12 @@ types-pyOpenSSL==24.1.0.20240722
# lucashuy: pin `types-request` based on the Python version since newer versions of
# the types require a newer version of requests, which is only installed in newer versions of Python
types-requests==2.31.0.6; python_version<"3.10"
types-requests==2.32.0.20240907; python_version>="3.10"
types-requests==2.32.0.20240914; python_version>="3.10"
types-urllib3==1.26.25.14

# Test requirements

pytest==8.3.2
pytest==8.3.3

parameterized==0.9.0
pytest-xdist==3.6.1
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.4
ruff==0.6.6
2 changes: 1 addition & 1 deletion requirements/pyinstaller-build.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Executable binary builder requirements
setuptools==70.3.0
setuptools==75.1.0
pyinstaller==6.10.0
431 changes: 221 additions & 210 deletions requirements/reproducible-linux.txt

Large diffs are not rendered by default.

445 changes: 230 additions & 215 deletions requirements/reproducible-mac.txt

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion samcli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
SAM CLI version
"""

__version__ = "1.124.0"
__version__ = "1.125.0"

0 comments on commit 9c33647

Please sign in to comment.