diff --git a/poetry.lock b/poetry.lock index 37b8d1e..31792ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -244,13 +244,13 @@ files = [ [[package]] name = "commitizen" -version = "3.8.0" +version = "3.8.2" description = "Python commitizen client tool" optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "commitizen-3.8.0-py3-none-any.whl", hash = "sha256:8ef33205c0feb85bb32127bb588b68ff63ddd2bc1e073198087acaeae5dc32cc"}, - {file = "commitizen-3.8.0.tar.gz", hash = "sha256:2307befb5477a173598f8217ad7bfeebb66b92e900c7606a523287fc9545b631"}, + {file = "commitizen-3.8.2-py3-none-any.whl", hash = "sha256:d21da30d28430f5d93983d936ffd17c8750ad441f8497f8c653e81589c4853d7"}, + {file = "commitizen-3.8.2.tar.gz", hash = "sha256:ff480cd6d6a5ce03b4273659f59e4975860938435b09c27b33302ae2f2a32393"}, ] [package.dependencies] @@ -1352,4 +1352,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.7,<4.0" -content-hash = "b7b01f29258b69cfa94d71fe3d5bf573728f7b62a3882eb9f49d5ca3d9d3f7cc" +content-hash = "80be966c14d3d4a0fb01cf75d2538202093460c79055cf56584787bb9f5b0f6c" diff --git a/pyproject.toml b/pyproject.toml index 89700f0..3252c48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ Sphinx = "~5.3.0" sphinx-autobuild = "^2021.3.14" sphinx-click = "^4.4.0" sphinxcontrib-programoutput = "^0.17" -commitizen = "^3.8.0" +commitizen = "^3.8.2" [tool.poetry.scripts] seaport = "seaport._init:seaport"