From 80c7f87cac31825e37cffa43a43ec2fd45b577be Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 16 Oct 2023 20:03:34 +0000 Subject: [PATCH 1/5] chore: update aws_lambda_builders to 1.40.0 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 94ffc84ab3..07edc3f89a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -11,7 +11,7 @@ aws-sam-translator==1.77.0 docker~=6.1.0 dateparser~=1.1 requests~=2.31.0 -aws_lambda_builders==1.39.0 +aws_lambda_builders==1.40.0 tomlkit==0.12.1 watchdog==3.0.0 rich~=13.5.3 From 8b1348ef8200efe5e29e1e2888af3b79d6227d60 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 16 Oct 2023 20:25:22 +0000 Subject: [PATCH 2/5] Update reproducibles: update-reproducible-linux-reqs --- requirements/reproducible-linux.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/requirements/reproducible-linux.txt b/requirements/reproducible-linux.txt index 9bd07ccde4..434dfa5636 100644 --- a/requirements/reproducible-linux.txt +++ b/requirements/reproducible-linux.txt @@ -20,9 +20,9 @@ attrs==23.1.0 \ # jsonschema # referencing # sarif-om -aws-lambda-builders==1.39.0 \ - --hash=sha256:45d705464520a1c43ab292110f6a46d1cfc95453c733a3ae54fa3e235e9623c5 \ - --hash=sha256:95ac99c2843cd280a93facef16473731c09766b9994955ad4129ceda0c32ccde +aws-lambda-builders==1.40.0 \ + --hash=sha256:660b1d284320172beca39971b2932549d1ae642aa94500bcf70b612771957480 \ + --hash=sha256:a48f083f750d62d5a5cf0bac1fe224682b5ed83dd821d794802c791ec22e077b # via aws-sam-cli (setup.py) aws-sam-translator==1.77.0 \ --hash=sha256:987513f653d3ca5cb8ce073653a1d66c80ca25a12d28600e763d22b8ebc82144 \ @@ -47,7 +47,9 @@ boto3==1.28.62 \ boto3-stubs[apigateway,cloudformation,ecr,iam,kinesis,lambda,s3,schemas,secretsmanager,signer,sqs,stepfunctions,sts,xray]==1.28.62 \ --hash=sha256:22a08e27d2ede1849dd0d75e8501099240b34bd70adb606584a2af2e12f3a22b \ --hash=sha256:f5ae08d2abae7709fff3e7cacea66c41cb43236527cfaf3975e506c6c67439a0 - # via aws-sam-cli (setup.py) + # via + # aws-sam-cli (setup.py) + # boto3-stubs botocore==1.31.62 \ --hash=sha256:272b78ac65256b6294cb9cdb0ac484d447ad3a85642e33cb6a3b1b8afee15a4c \ --hash=sha256:be792d806afc064694a2d0b9b25779f3ca0c1584b29a35ac32e67f0064ddb8b7 From 27889ef124f99dcf2e64a64db5d680fa6cae2e51 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 16 Oct 2023 20:27:29 +0000 Subject: [PATCH 3/5] Update reproducibles: update-reproducible-mac-reqs --- requirements/reproducible-mac.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/requirements/reproducible-mac.txt b/requirements/reproducible-mac.txt index 0b061ed4f9..2ffb096131 100644 --- a/requirements/reproducible-mac.txt +++ b/requirements/reproducible-mac.txt @@ -20,9 +20,9 @@ attrs==23.1.0 \ # jsonschema # referencing # sarif-om -aws-lambda-builders==1.39.0 \ - --hash=sha256:45d705464520a1c43ab292110f6a46d1cfc95453c733a3ae54fa3e235e9623c5 \ - --hash=sha256:95ac99c2843cd280a93facef16473731c09766b9994955ad4129ceda0c32ccde +aws-lambda-builders==1.40.0 \ + --hash=sha256:660b1d284320172beca39971b2932549d1ae642aa94500bcf70b612771957480 \ + --hash=sha256:a48f083f750d62d5a5cf0bac1fe224682b5ed83dd821d794802c791ec22e077b # via aws-sam-cli (setup.py) aws-sam-translator==1.77.0 \ --hash=sha256:987513f653d3ca5cb8ce073653a1d66c80ca25a12d28600e763d22b8ebc82144 \ @@ -65,7 +65,9 @@ boto3==1.28.62 \ boto3-stubs[apigateway,cloudformation,ecr,iam,kinesis,lambda,s3,schemas,secretsmanager,signer,sqs,stepfunctions,sts,xray]==1.28.62 \ --hash=sha256:22a08e27d2ede1849dd0d75e8501099240b34bd70adb606584a2af2e12f3a22b \ --hash=sha256:f5ae08d2abae7709fff3e7cacea66c41cb43236527cfaf3975e506c6c67439a0 - # via aws-sam-cli (setup.py) + # via + # aws-sam-cli (setup.py) + # boto3-stubs botocore==1.31.62 \ --hash=sha256:272b78ac65256b6294cb9cdb0ac484d447ad3a85642e33cb6a3b1b8afee15a4c \ --hash=sha256:be792d806afc064694a2d0b9b25779f3ca0c1584b29a35ac32e67f0064ddb8b7 From 3aa5b1f3fcd4ec937e1f43790df2bb75eae24374 Mon Sep 17 00:00:00 2001 From: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:49:31 -0700 Subject: [PATCH 4/5] update windows step to use recommended command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3bc09d645b..a5314e30e1 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ update-reproducible-mac-reqs: update-reproducible-win-reqs: python -m venv venv-update-reproducible-win .\venv-update-reproducible-win\Scripts\activate - pip install --upgrade pip-tools pip + python.exe -m pip install --upgrade pip-tools pip pip install -r requirements\base.txt pip-compile --generate-hashes --allow-unsafe -o requirements\reproducible-win.txt From 4147589e664ed08a4043e4708167c5dbfcfd639b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 16 Oct 2023 22:56:11 +0000 Subject: [PATCH 5/5] Update reproducibles: update-reproducible-win-reqs --- requirements/reproducible-win.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/requirements/reproducible-win.txt b/requirements/reproducible-win.txt index f84ac44ae6..e6283bdaad 100644 --- a/requirements/reproducible-win.txt +++ b/requirements/reproducible-win.txt @@ -20,9 +20,9 @@ attrs==23.1.0 \ # jsonschema # referencing # sarif-om -aws-lambda-builders==1.39.0 \ - --hash=sha256:45d705464520a1c43ab292110f6a46d1cfc95453c733a3ae54fa3e235e9623c5 \ - --hash=sha256:95ac99c2843cd280a93facef16473731c09766b9994955ad4129ceda0c32ccde +aws-lambda-builders==1.40.0 \ + --hash=sha256:660b1d284320172beca39971b2932549d1ae642aa94500bcf70b612771957480 \ + --hash=sha256:a48f083f750d62d5a5cf0bac1fe224682b5ed83dd821d794802c791ec22e077b # via aws-sam-cli (setup.py) aws-sam-translator==1.77.0 \ --hash=sha256:987513f653d3ca5cb8ce073653a1d66c80ca25a12d28600e763d22b8ebc82144 \ @@ -65,7 +65,9 @@ boto3==1.28.62 \ boto3-stubs[apigateway,cloudformation,ecr,iam,kinesis,lambda,s3,schemas,secretsmanager,signer,sqs,stepfunctions,sts,xray]==1.28.62 \ --hash=sha256:22a08e27d2ede1849dd0d75e8501099240b34bd70adb606584a2af2e12f3a22b \ --hash=sha256:f5ae08d2abae7709fff3e7cacea66c41cb43236527cfaf3975e506c6c67439a0 - # via aws-sam-cli (setup.py) + # via + # aws-sam-cli (setup.py) + # boto3-stubs botocore==1.31.62 \ --hash=sha256:272b78ac65256b6294cb9cdb0ac484d447ad3a85642e33cb6a3b1b8afee15a4c \ --hash=sha256:be792d806afc064694a2d0b9b25779f3ca0c1584b29a35ac32e67f0064ddb8b7