diff --git a/requirements.txt b/requirements.txt index 02fc2879..6803da1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.9 # by the following command: # # pip-compile @@ -8,7 +8,7 @@ annotated-types==0.5.0 # via pydantic arrow==1.2.3 # via jinja2-time -aws-codeseeder==1.0.0rc0 +aws-codeseeder==1.0.0 # via seed-farmer (setup.py) binaryornot==0.4.4 # via cookiecutter diff --git a/setup.py b/setup.py index bca92a0d..c6f6ead3 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ keywords=["aws", "cdk"], python_requires=">=3.8,<3.13", install_requires=[ - "aws-codeseeder~=1.0.0rc0", + "aws-codeseeder~=1.0.0", "cookiecutter~=2.1.0", "pyhumps~=3.5.0", "pydantic~=2.5.3",