Skip to content

Commit

Permalink
ci: downgrade cz until changelog issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Apr 1, 2024
1 parent e82f6f2 commit 942400f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,22 @@ version = "0.4.0"

[tool.poetry.dependencies]
python = "^3.12.0"
commitizen = "3.21.2" # HACK: until <https://github.com/commitizen-tools/commitizen/issues/1046>
corallium = ">=0.3.3"
cz-legacy = ">=1.0.0"
mkdocs-live-edit-plugin = ">=0.1.2"
optimize-images = ">=1.5.1"

[tool.poetry.group.dev.dependencies]
calcipy = {extras = ["doc", "lint", "nox", "stale", "tags", "test", "types"], version = ">=2.0.1"}
calcipy = {extras = [
"doc",
"lint",
"nox",
"stale",
"tags",
"test",
"types",
], version = ">=2.0.1"}

[tool.poetry.scripts]
recipes = "recipes.scripts:start"
Expand Down

0 comments on commit 942400f

Please sign in to comment.