From d449fe76c849a39d71ef504497bd692f73f1d270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 14:21:53 +0000 Subject: [PATCH] build(deps-dev): bump commitizen from 3.6.0 to 3.7.0 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/commitizen-tools/commitizen/releases) - [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) - [Commits](https://github.com/commitizen-tools/commitizen/compare/3.6.0...3.7.0) --- updated-dependencies: - dependency-name: commitizen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0db5418..0733539 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 = "alabaster" @@ -244,13 +244,13 @@ files = [ [[package]] name = "commitizen" -version = "3.6.0" +version = "3.7.0" description = "Python commitizen client tool" optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "commitizen-3.6.0-py3-none-any.whl", hash = "sha256:4414724b306b252d08a5ae6701401c65cd53554d446c0cc4cedcae7ab8591a5a"}, - {file = "commitizen-3.6.0.tar.gz", hash = "sha256:979f659f9fc071c675f41796bb7c56a827aacc2e312db4ec3920951211a72ce3"}, + {file = "commitizen-3.7.0-py3-none-any.whl", hash = "sha256:473e703f4d3cfa14250ee197a7a47acb02c064d590f351eb94338385427e53e3"}, + {file = "commitizen-3.7.0.tar.gz", hash = "sha256:c2c83817981f539f0c92a5f16a5d82e41954fdc886ea651b2f5a07f078c8bbaf"}, ] [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 = "6b13be45f35f133e2a2f3a67caf8655b6136e5b31f0795da17347220f7cee5ca" +content-hash = "86adc391a316829033c1c904bc163f868bcda896238dca4bec727fccd4e2eedf" diff --git a/pyproject.toml b/pyproject.toml index 2bd289e..04c66a3 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.6.0" +commitizen = "^3.7.0" [tool.poetry.scripts] seaport = "seaport._init:seaport"