Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump cookiecutter from 2.3.0 to 2.3.1 in /requirements #5979

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ boto3>=1.26.109,<2
jmespath~=1.0.1
ruamel_yaml~=0.17.32
PyYAML~=6.0,>=6.0.1
cookiecutter~=2.3.0
cookiecutter~=2.3.1
aws-sam-translator==1.75.0
#docker minor version updates can include breaking changes. Auto update micro version only.
docker~=6.1.0
Expand Down
6 changes: 3 additions & 3 deletions requirements/reproducible-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ click==8.1.7 \
# aws-sam-cli (setup.py)
# cookiecutter
# flask
cookiecutter==2.3.0 \
--hash=sha256:7e87944757c6e9f8729cf89a4139b6a35ab4d6dcbc6ae3e7d6360d44ad3ad383 \
--hash=sha256:942a794981747f6d7f439d6e49d39dc91a9a641283614160c93c474c72c29621
cookiecutter==2.3.1 \
--hash=sha256:42aa1d27368f58be600d13e56d5d2177684f8f69a40d9cbad84851ba44f842de \
--hash=sha256:a583118324edb95e01da3c8468209c2d5562e4553009866b1d891c50e72b2373
# via aws-sam-cli (setup.py)
cryptography==41.0.4 \
--hash=sha256:004b6ccc95943f6a9ad3142cfabcc769d7ee38a3f60fb0dddbfb431f818c3a67 \
Expand Down
6 changes: 3 additions & 3 deletions requirements/reproducible-mac.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ click==8.1.7 \
# aws-sam-cli (setup.py)
# cookiecutter
# flask
cookiecutter==2.3.0 \
--hash=sha256:7e87944757c6e9f8729cf89a4139b6a35ab4d6dcbc6ae3e7d6360d44ad3ad383 \
--hash=sha256:942a794981747f6d7f439d6e49d39dc91a9a641283614160c93c474c72c29621
cookiecutter==2.3.1 \
--hash=sha256:42aa1d27368f58be600d13e56d5d2177684f8f69a40d9cbad84851ba44f842de \
--hash=sha256:a583118324edb95e01da3c8468209c2d5562e4553009866b1d891c50e72b2373
# via aws-sam-cli (setup.py)
cryptography==41.0.4 \
--hash=sha256:004b6ccc95943f6a9ad3142cfabcc769d7ee38a3f60fb0dddbfb431f818c3a67 \
Expand Down
6 changes: 3 additions & 3 deletions requirements/reproducible-win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ colorama==0.4.6 \
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
# via click
cookiecutter==2.3.0 \
--hash=sha256:7e87944757c6e9f8729cf89a4139b6a35ab4d6dcbc6ae3e7d6360d44ad3ad383 \
--hash=sha256:942a794981747f6d7f439d6e49d39dc91a9a641283614160c93c474c72c29621
cookiecutter==2.3.1 \
--hash=sha256:42aa1d27368f58be600d13e56d5d2177684f8f69a40d9cbad84851ba44f842de \
--hash=sha256:a583118324edb95e01da3c8468209c2d5562e4553009866b1d891c50e72b2373
# via aws-sam-cli (setup.py)
cryptography==41.0.4 \
--hash=sha256:004b6ccc95943f6a9ad3142cfabcc769d7ee38a3f60fb0dddbfb431f818c3a67 \
Expand Down
Loading