File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ jmespath~=1.0.1
66ruamel_yaml~=0.18.6
77PyYAML~=6.0
88cookiecutter~=2.6.0
9- aws-sam-translator==1.96 .0
9+ aws-sam-translator==1.97 .0
1010#docker minor version updates can include breaking changes. Auto update micro version only.
1111docker~=7.1.0
1212dateparser~=1.2
Original file line number Diff line number Diff line change 22
33coverage==7.8.0; python_version>="3.9"
44coverage==7.6.1; python_version<"3.9"
5- pytest-cov==6.0.0 ; python_version>="3.9"
5+ pytest-cov==6.1.1 ; python_version>="3.9"
66pytest-cov==5.0.0; python_version<"3.9"
77
88
@@ -12,13 +12,13 @@ pytest-cov==5.0.0; python_version<"3.9"
1212mypy==1.15.0
1313types-pywin32==310.0.0.20250319; python_version>="3.9"
1414types-pywin32==308.0.0.20241221; python_version<"3.9"
15- types-PyYAML==6.0.12.20250326
15+ types-PyYAML==6.0.12.20250402
1616types-chevron==0.14.2.20250103
17- types-psutil==7.0.0.20250218
18- types-setuptools==77.0.2.20250328
17+ types-psutil==7.0.0.20250401
18+ types-setuptools==78.1.0.20250329
1919types-Pygments==2.19.0.20250305
2020types-colorama==0.4.15.20240311
21- types-dateparser==1.2.0.20250208
21+ types-dateparser==1.2.0.20250408
2222types-docutils==0.21.0.20241128
2323types-jsonschema==4.23.0.20241208
2424types-pyOpenSSL==24.1.0.20240722
Original file line number Diff line number Diff line change 1- ruff==0.11.2
1+ ruff==0.11.5
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ aws-lambda-builders==1.54.0 \
2222 --hash=sha256:168ccca3ee70c68a499741ecf5dc984fc16b169ae7b95baf8118091315b42eb5 \
2323 --hash=sha256:c74353b6f4dfda981f3b01aa1e39180a492cbd323852122b6f6451faeb4d15f0
2424 # via aws-sam-cli (setup.py)
25- aws-sam-translator==1.96 .0 \
26- --hash=sha256:0c6c36dac13bff7df4f24896fa9ce3da2de4cdc4d10909e1fca7359ec5bc49c1 \
27- --hash=sha256:dd61017ec5cf35f69fbd596fade27d3e19959bba61f835ea0e083588bbcdfc70
25+ aws-sam-translator==1.97 .0 \
26+ --hash=sha256:305701ab49eb546fd720b3682e99cadcd43539f4ddb8395ea03c90c9e14d3325 \
27+ --hash=sha256:6f7ec94de0a9b220dd1f1a0bf7e2df95dd44a85592301ee830744da2f209b7e6
2828 # via
2929 # aws-sam-cli (setup.py)
3030 # cfn-lint
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ aws-lambda-builders==1.54.0 \
2222 --hash=sha256:168ccca3ee70c68a499741ecf5dc984fc16b169ae7b95baf8118091315b42eb5 \
2323 --hash=sha256:c74353b6f4dfda981f3b01aa1e39180a492cbd323852122b6f6451faeb4d15f0
2424 # via aws-sam-cli (setup.py)
25- aws-sam-translator==1.96 .0 \
26- --hash=sha256:0c6c36dac13bff7df4f24896fa9ce3da2de4cdc4d10909e1fca7359ec5bc49c1 \
27- --hash=sha256:dd61017ec5cf35f69fbd596fade27d3e19959bba61f835ea0e083588bbcdfc70
25+ aws-sam-translator==1.97 .0 \
26+ --hash=sha256:305701ab49eb546fd720b3682e99cadcd43539f4ddb8395ea03c90c9e14d3325 \
27+ --hash=sha256:6f7ec94de0a9b220dd1f1a0bf7e2df95dd44a85592301ee830744da2f209b7e6
2828 # via
2929 # aws-sam-cli (setup.py)
3030 # cfn-lint
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ aws-lambda-builders==1.54.0 \
2222 --hash=sha256:168ccca3ee70c68a499741ecf5dc984fc16b169ae7b95baf8118091315b42eb5 \
2323 --hash=sha256:c74353b6f4dfda981f3b01aa1e39180a492cbd323852122b6f6451faeb4d15f0
2424 # via aws-sam-cli (setup.py)
25- aws-sam-translator==1.96 .0 \
26- --hash=sha256:0c6c36dac13bff7df4f24896fa9ce3da2de4cdc4d10909e1fca7359ec5bc49c1 \
27- --hash=sha256:dd61017ec5cf35f69fbd596fade27d3e19959bba61f835ea0e083588bbcdfc70
25+ aws-sam-translator==1.97 .0 \
26+ --hash=sha256:305701ab49eb546fd720b3682e99cadcd43539f4ddb8395ea03c90c9e14d3325 \
27+ --hash=sha256:6f7ec94de0a9b220dd1f1a0bf7e2df95dd44a85592301ee830744da2f209b7e6
2828 # via
2929 # aws-sam-cli (setup.py)
3030 # cfn-lint
Original file line number Diff line number Diff line change 22SAM CLI version
33"""
44
5- __version__ = "1.137.0 "
5+ __version__ = "1.137.1 "
Original file line number Diff line number Diff line change 1- from distutils .dir_util import copy_tree
1+ import shutil
2+ import os
23from unittest import skipIf
3-
44import json
55from pathlib import Path
6-
7- import os
86from parameterized import parameterized_class
97
108from tests .end_to_end .end_to_end_base import EndToEndBase
@@ -181,7 +179,7 @@ def test_integration(self):
181179 with EndToEndTestContext (self .app_name ) as e2e_context :
182180 project_path = str (self .e2e_test_data_path / "esbuild-datadog-integration" )
183181 os .mkdir (e2e_context .project_directory )
184- copy_tree (project_path , e2e_context .project_directory )
182+ shutil . copytree (project_path , e2e_context .project_directory , dirs_exist_ok = True )
185183 self .template_path = e2e_context .template_path
186184 build_command_list = self .get_command_list ()
187185 deploy_command_list = self ._get_deploy_command (stack_name )
You can’t perform that action at this time.
0 commit comments