From d9a9001173510f13336c18c41e776f4a99ed3bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:45:44 +0000 Subject: [PATCH] build(deps-dev): bump commitizen from 3.6.0 to 3.8.0 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 3.6.0 to 3.8.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.8.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..37b8d1e 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.8.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.8.0-py3-none-any.whl", hash = "sha256:8ef33205c0feb85bb32127bb588b68ff63ddd2bc1e073198087acaeae5dc32cc"}, + {file = "commitizen-3.8.0.tar.gz", hash = "sha256:2307befb5477a173598f8217ad7bfeebb66b92e900c7606a523287fc9545b631"}, ] [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 = "b7b01f29258b69cfa94d71fe3d5bf573728f7b62a3882eb9f49d5ca3d9d3f7cc" diff --git a/pyproject.toml b/pyproject.toml index 2bd289e..89700f0 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.8.0" [tool.poetry.scripts] seaport = "seaport._init:seaport"