diff --git a/poetry.lock b/poetry.lock index 1dbe118f..193b6998 100644 --- a/poetry.lock +++ b/poetry.lock @@ -228,13 +228,13 @@ files = [ [[package]] name = "commitizen" -version = "3.10.0" +version = "3.10.1" description = "Python commitizen client tool" optional = false python-versions = ">=3.8" files = [ - {file = "commitizen-3.10.0-py3-none-any.whl", hash = "sha256:8afa3547c6c5822c92c7ebd03ffda26cee4ab2301bd7def24cfa50a69fbe6c26"}, - {file = "commitizen-3.10.0.tar.gz", hash = "sha256:52c819e7b474520330c3d554e79cb1b0172f2d9e0b8c32902df9a69971a7cd5b"}, + {file = "commitizen-3.10.1-py3-none-any.whl", hash = "sha256:a8fd58cb604d3cc2cbd2c1ec88f8b54d3343119a19b08b38aa358b17492ad3ca"}, + {file = "commitizen-3.10.1.tar.gz", hash = "sha256:a185f79f92697f612bcea9ac9036dd21eadb66b2901ef5e1f99ab23b32178825"}, ] [package.dependencies] @@ -1585,4 +1585,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "1559d1ea5c9a895929297142078015236e3b9b7ce2461425deee2f4152bbd215" +content-hash = "a8c74bc33744810d92bb74f3eb67af7993f72c16db80f798acea813409ede7d3" diff --git a/pyproject.toml b/pyproject.toml index 891f180a..37b88964 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pytest = "^7.4.2" flake8 = "^5.0.4" isort = "^5.10.1" pytest-cov = "^4.1.0" -commitizen = "^3.10.0" +commitizen = "^3.10.1" python-semantic-release = "^8.1.1" python-dotenv = "^1.0.0"