Skip to content

Commit 0a1f851

Browse files
dependabot[bot]roger-zhanggVandita2020
authored
chore(deps): bump cookiecutter from 2.6.0 to 2.7.1 (#8763)
Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 2.6.0 to 2.7.1. - [Release notes](https://github.com/cookiecutter/cookiecutter/releases) - [Commits](cookiecutter/cookiecutter@2.6.0...v2.7.1) --- updated-dependencies: - dependency-name: cookiecutter dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roger Zhang <ruojiazh@amazon.com> Co-authored-by: Vandita Patidar <vandita.vk20@gmail.com>
1 parent f5a3731 commit 0a1f851

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"jmespath~=1.1.0",
4040
"ruamel_yaml~=0.19.1",
4141
"PyYAML~=6.0",
42-
"cookiecutter~=2.6.0",
42+
"cookiecutter>=2.6,<2.8",
4343
"aws-sam-translator==1.107.0",
4444
# docker minor version updates can include breaking changes. Auto update micro version only.
4545
"docker~=7.1.0",

requirements/reproducible-linux.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@ click==8.1.8 \
318318
# aws-sam-cli (pyproject.toml)
319319
# cookiecutter
320320
# flask
321-
cookiecutter==2.6.0 \
322-
--hash=sha256:a54a8e37995e4ed963b3e82831072d1ad4b005af736bb17b99c2cbd9d41b6e2d \
323-
--hash=sha256:db21f8169ea4f4fdc2408d48ca44859349de2647fbe494a9d6c3edfc0542c21c
321+
cookiecutter==2.7.1 \
322+
--hash=sha256:ca7bb7bc8c6ff441fbf53921b5537668000e38d56e28d763a1b73975c66c6138 \
323+
--hash=sha256:cee50defc1eaa7ad0071ee9b9893b746c1b3201b66bf4d3686d0f127c8ed6cf9
324324
# via aws-sam-cli (pyproject.toml)
325325
cryptography==46.0.5 \
326326
--hash=sha256:02f547fce831f5096c9a567fd41bc12ca8f11df260959ecc7c3202555cc47a72 \

requirements/reproducible-mac.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@ click==8.1.8 \
318318
# aws-sam-cli (pyproject.toml)
319319
# cookiecutter
320320
# flask
321-
cookiecutter==2.6.0 \
322-
--hash=sha256:a54a8e37995e4ed963b3e82831072d1ad4b005af736bb17b99c2cbd9d41b6e2d \
323-
--hash=sha256:db21f8169ea4f4fdc2408d48ca44859349de2647fbe494a9d6c3edfc0542c21c
321+
cookiecutter==2.7.1 \
322+
--hash=sha256:ca7bb7bc8c6ff441fbf53921b5537668000e38d56e28d763a1b73975c66c6138 \
323+
--hash=sha256:cee50defc1eaa7ad0071ee9b9893b746c1b3201b66bf4d3686d0f127c8ed6cf9
324324
# via aws-sam-cli (pyproject.toml)
325325
cryptography==46.0.5 \
326326
--hash=sha256:02f547fce831f5096c9a567fd41bc12ca8f11df260959ecc7c3202555cc47a72 \

requirements/reproducible-win.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,9 @@ colorama==0.4.6 \
322322
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
323323
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
324324
# via click
325-
cookiecutter==2.6.0 \
326-
--hash=sha256:a54a8e37995e4ed963b3e82831072d1ad4b005af736bb17b99c2cbd9d41b6e2d \
327-
--hash=sha256:db21f8169ea4f4fdc2408d48ca44859349de2647fbe494a9d6c3edfc0542c21c
325+
cookiecutter==2.7.1 \
326+
--hash=sha256:ca7bb7bc8c6ff441fbf53921b5537668000e38d56e28d763a1b73975c66c6138 \
327+
--hash=sha256:cee50defc1eaa7ad0071ee9b9893b746c1b3201b66bf4d3686d0f127c8ed6cf9
328328
# via aws-sam-cli (pyproject.toml)
329329
cryptography==46.0.5 \
330330
--hash=sha256:02f547fce831f5096c9a567fd41bc12ca8f11df260959ecc7c3202555cc47a72 \

0 commit comments

Comments
 (0)