diff --git a/poetry.lock b/poetry.lock index 876fc9d..813a581 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "argcomplete" @@ -538,4 +538,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "==3.11.5" -content-hash = "a23b7ef4ae345723b839721842193f3c54a1d0e67387b3326e5557afcdf8ab62" +content-hash = "f74298c0f74526f9b147b0ad05a8b8eb48d2bfd1afeb722752a4fce798f25ace" diff --git a/pyproject.toml b/pyproject.toml index 7feef25..8f2905b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,6 @@ build-backend = "poetry.core.masonry.api" # Keep in sync with .pre-commit-config.yaml and .tool-versions. python = "==3.11.5" - [tool.poetry.dev-dependencies] + [tool.poetry.group.dev.dependencies] commitizen = "==3.8.2" # Keep in sync with .pre-commit-config.yaml and action.yaml. pre-commit = "==3.4.0"