Skip to content

Commit

Permalink
updating codeseeder version
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraeber committed Oct 23, 2023
1 parent 8afc8d1 commit 951c76b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch

### Changes
- updating `urllib~=1.26.17` for http-cookie vulnerability
- update `aws-codeseeder~=0.10.1`

### Fixes
- corecting urllib hard dependency version
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
arrow==1.2.3
# via jinja2-time
aws-codeseeder==0.10.0
aws-codeseeder==0.10.1
# via seed-farmer (setup.py)
binaryornot==0.4.4
# via cookiecutter
Expand All @@ -18,6 +18,7 @@ botocore==1.29.125
# s3transfer
certifi==2023.7.22
# via
# aws-codeseeder
# requests
# seed-farmer (setup.py)
cfn-flip==1.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
keywords=["aws", "cdk"],
python_requires=">=3.7,<3.12",
install_requires=[
"aws-codeseeder~=0.10.0",
"aws-codeseeder~=0.10.1",
"cookiecutter~=2.1.0",
"pyhumps~=3.5.0",
"pydantic~=1.10.0",
Expand Down

0 comments on commit 951c76b

Please sign in to comment.