Skip to content

Commit 58bf46a

Browse files
authored
Merge branch 'develop' into dependabot/pip/develop/black-26.5.1
2 parents 792383c + f4ebc1a commit 58bf46a

11 files changed

Lines changed: 17 additions & 46 deletions

File tree

.github/workflows/sync-to-mirror-repo.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

installer/pyinstaller/build-linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ "$python_version" = "" ]; then
1616
fi
1717

1818
if [ "$openssl_version" = "" ]; then
19-
openssl_version="3.3.3";
19+
openssl_version="3.3.7";
2020
fi
2121

2222
if [ "$zlib_version" = "" ]; then
@@ -38,7 +38,7 @@ fi
3838

3939
set -eux
4040

41-
yum install -y libffi-devel perl-IPC-Cmd
41+
yum install -y libffi-devel perl-IPC-Cmd perl-Time-Piece
4242

4343
echo "Making Folders"
4444
mkdir -p .build/src

installer/pyinstaller/build-mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [ "$python_library_zip_filename" = "" ]; then
3030
fi
3131

3232
if [ "$openssl_version" = "" ]; then
33-
openssl_version="3.3.1";
33+
openssl_version="3.3.7";
3434
fi
3535

3636
if [ "$python_version" = "" ]; then

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dev = [
8181
"types-docutils==0.22.3.20260518",
8282
"types-jsonschema==4.26.0.20260508",
8383
"types-pyOpenSSL==24.1.0.20240722",
84-
"types-requests==2.33.0.20260513",
84+
"types-requests==2.33.0.20260518",
8585
"types-urllib3==1.26.25.14",
8686
"pytest==9.0.3",
8787
"parameterized==0.9.0",

requirements/reproducible-linux.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ cffi==2.0.0 \
196196
--hash=sha256:fc7de24befaeae77ba923797c7c87834c73648a05a4bde34b3b7e5588973a453 \
197197
--hash=sha256:fe562eb1a64e67dd297ccc4f5addea2501664954f2692b69a76449ec7913ecbf
198198
# via cryptography
199-
cfn-lint==1.51.4 \
200-
--hash=sha256:4897321a7d90c6e48859fde0c7c7c3c919815a947ddc85d0584dc12ad5bc544c \
201-
--hash=sha256:d37c48645e03abecfd826b8588103b06991abd838fe05c641f2853812289c021
199+
cfn-lint==1.51.5 \
200+
--hash=sha256:018a00f1f9eeadc196afbdc0ac8c6221c29411747c8dcff2f431d48d4080c83b \
201+
--hash=sha256:e17c11a1485a2586c5ddf48d0041f8fa3da3038612fd7dbc559ec87935f53452
202202
# via aws-sam-cli (pyproject.toml)
203203
charset-normalizer==3.4.7 \
204204
--hash=sha256:007d05ec7321d12a40227aae9e2bc6dca73f3cb21058999a1df9e193555a9dcc \

requirements/reproducible-mac.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ cffi==2.0.0 \
196196
--hash=sha256:fc7de24befaeae77ba923797c7c87834c73648a05a4bde34b3b7e5588973a453 \
197197
--hash=sha256:fe562eb1a64e67dd297ccc4f5addea2501664954f2692b69a76449ec7913ecbf
198198
# via cryptography
199-
cfn-lint==1.51.4 \
200-
--hash=sha256:4897321a7d90c6e48859fde0c7c7c3c919815a947ddc85d0584dc12ad5bc544c \
201-
--hash=sha256:d37c48645e03abecfd826b8588103b06991abd838fe05c641f2853812289c021
199+
cfn-lint==1.51.5 \
200+
--hash=sha256:018a00f1f9eeadc196afbdc0ac8c6221c29411747c8dcff2f431d48d4080c83b \
201+
--hash=sha256:e17c11a1485a2586c5ddf48d0041f8fa3da3038612fd7dbc559ec87935f53452
202202
# via aws-sam-cli (pyproject.toml)
203203
charset-normalizer==3.4.7 \
204204
--hash=sha256:007d05ec7321d12a40227aae9e2bc6dca73f3cb21058999a1df9e193555a9dcc \

requirements/reproducible-win.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ cffi==2.0.0 \
196196
--hash=sha256:fc7de24befaeae77ba923797c7c87834c73648a05a4bde34b3b7e5588973a453 \
197197
--hash=sha256:fe562eb1a64e67dd297ccc4f5addea2501664954f2692b69a76449ec7913ecbf
198198
# via cryptography
199-
cfn-lint==1.51.4 \
200-
--hash=sha256:4897321a7d90c6e48859fde0c7c7c3c919815a947ddc85d0584dc12ad5bc544c \
201-
--hash=sha256:d37c48645e03abecfd826b8588103b06991abd838fe05c641f2853812289c021
199+
cfn-lint==1.51.5 \
200+
--hash=sha256:018a00f1f9eeadc196afbdc0ac8c6221c29411747c8dcff2f431d48d4080c83b \
201+
--hash=sha256:e17c11a1485a2586c5ddf48d0041f8fa3da3038612fd7dbc559ec87935f53452
202202
# via aws-sam-cli (pyproject.toml)
203203
charset-normalizer==3.4.7 \
204204
--hash=sha256:007d05ec7321d12a40227aae9e2bc6dca73f3cb21058999a1df9e193555a9dcc \

samcli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
SAM CLI version
33
"""
44

5-
__version__ = "1.161.1"
5+
__version__ = "1.162.1"

samcli/runtime_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"app_template_repo_commit": "c7285973a74a5b4d8008f30a8781ee69af8c949d"
2+
"app_template_repo_commit": "80d473d44a1bbf346f7f902d79fef40c4743a312"
33
}

tests/integration/testdata/buildcmd/terraform/image_based_lambda_functions_local_backend/hello_world/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/bitnami/golang:1.16 as build-image
1+
FROM public.ecr.aws/docker/library/golang:1.16 as build-image
22

33
RUN go env -w GOPROXY=direct
44

0 commit comments

Comments
 (0)