Skip to content

Commit

Permalink
Merge pull request #481 from dgraeber/fix/update-codeseeder-0.11.0
Browse files Browse the repository at this point in the history
updating references to aws-codeseeder
  • Loading branch information
dgraeber authored Jan 22, 2024
2 parents 04966de + bda501e commit 0791cb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
### Changes
- updating pydantic support from 1.X.X to 2.5.3
- adding seedfarmer verions check support with `seedfarmer.yaml`
- updating `aws-codeseeder` dependency top 0.11.0

### Fixes
- update `manifests/examples/` to point to an updated release branch
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.6.0
# via pydantic
arrow==1.2.3
# via jinja2-time
aws-codeseeder==0.10.2
aws-codeseeder==0.11.0
# via seed-farmer (setup.py)
binaryornot==0.4.4
# via cookiecutter
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.2",
"aws-codeseeder~=0.11.0",
"cookiecutter~=2.1.0",
"pyhumps~=3.5.0",
"pydantic~=2.5.3",
Expand Down

0 comments on commit 0791cb7

Please sign in to comment.