diff --git a/{{cookiecutter.project_slug}}/poetry.lock b/{{cookiecutter.project_slug}}/poetry.lock index c256c5e5..bebcfc96 100644 --- a/{{cookiecutter.project_slug}}/poetry.lock +++ b/{{cookiecutter.project_slug}}/poetry.lock @@ -1569,20 +1569,21 @@ files = [ [[package]] name = "honcho" -version = "1.1.0" +version = "2.0.0" description = "Honcho: a Python clone of Foreman. For managing Procfile-based applications." optional = false python-versions = "*" files = [ - {file = "honcho-1.1.0-py2.py3-none-any.whl", hash = "sha256:a4d6e3a88a7b51b66351ecfc6e9d79d8f4b87351db9ad7e923f5632cc498122f"}, - {file = "honcho-1.1.0.tar.gz", hash = "sha256:c5eca0bded4bef6697a23aec0422fd4f6508ea3581979a3485fc4b89357eb2a9"}, + {file = "honcho-2.0.0-py3-none-any.whl", hash = "sha256:56dcd04fc72d362a4befb9303b1a1a812cba5da283526fbc6509be122918ddf3"}, + {file = "honcho-2.0.0.tar.gz", hash = "sha256:af3815c03c634bf67d50f114253ea9fef72ecff26e4fd06b29234789ac5b8b2e"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} [package.extras] -export = ["jinja2 (>=2.7,<3)"] +docs = ["sphinx"] +export = ["jinja2 (>=3.1.2,<4)"] [[package]] name = "html-tag-names" @@ -3569,4 +3570,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~=3.12" -content-hash = "b2c701bce4915047fff7bbf1d8d5c28e81ec3264d17d202bf561208c67ae7c63" +content-hash = "9f359dc5ec866ba3df1ebbc15863f09df2d3abc0bb46dc15bd21d655ee7c2ac5" diff --git a/{{cookiecutter.project_slug}}/pyproject.toml b/{{cookiecutter.project_slug}}/pyproject.toml index c33b8778..1c2be76d 100644 --- a/{{cookiecutter.project_slug}}/pyproject.toml +++ b/{{cookiecutter.project_slug}}/pyproject.toml @@ -54,7 +54,7 @@ commitizen = "^3.14.1" django-debug-toolbar = "3.2.2" djlint = "^1.34.1" dslr = "^0.4.0" -honcho = "^1.1.0" +honcho = "^2.0.0" invoke = "^2.2.0" pre-commit = "3.8.0" ruff = "^0.6.0"