From 07f8a696c0014e729fd8a28ad46b52a965652b48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:08:43 +0000 Subject: [PATCH] Bump bump-my-version from 0.19.3 to 0.28.2 Bumps [bump-my-version](https://github.com/callowayproject/bump-my-version) from 0.19.3 to 0.28.2. - [Release notes](https://github.com/callowayproject/bump-my-version/releases) - [Changelog](https://github.com/callowayproject/bump-my-version/blob/master/CHANGELOG.md) - [Commits](https://github.com/callowayproject/bump-my-version/compare/0.19.3...0.28.2) --- updated-dependencies: - dependency-name: bump-my-version dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 41 +++++++++++++++++++++++++++++++---------- pyproject.toml | 2 +- 2 files changed, 32 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 211b253..724a78b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -71,15 +71,26 @@ d = ["aiohttp (>=3.10)"] jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"] uvloop = ["uvloop (>=0.15.2)"] +[[package]] +name = "bracex" +version = "2.5.post1" +description = "Bash style brace expander." +optional = false +python-versions = ">=3.8" +files = [ + {file = "bracex-2.5.post1-py3-none-any.whl", hash = "sha256:13e5732fec27828d6af308628285ad358047cec36801598368cb28bc631dbaf6"}, + {file = "bracex-2.5.post1.tar.gz", hash = "sha256:12c50952415bfa773d2d9ccb8e79651b8cdb1f31a42f6091b804f6ba2b4a66b6"}, +] + [[package]] name = "bump-my-version" -version = "0.19.3" +version = "0.28.2" description = "Version bump your Python project" optional = false python-versions = ">=3.8" files = [ - {file = "bump-my-version-0.19.3.tar.gz", hash = "sha256:f1c3f686bbac2b9de0fd883ca327167b66e67189e9246b8978af48b43462fdbb"}, - {file = "bump_my_version-0.19.3-py3-none-any.whl", hash = "sha256:778da1333ce5ee7dee3dcd119a7fed04c4294ade20cc04c087c10465bf534ee6"}, + {file = "bump_my_version-0.28.2-py3-none-any.whl", hash = "sha256:44a52c8eb4c45d73740bb8c8a392d7552979dd3317d888fd8c0497fe090f5c6f"}, + {file = "bump_my_version-0.28.2.tar.gz", hash = "sha256:65f555b3d279962b100c1f88ad105ae6c6274def73868141f9550a100ca7b87f"}, ] [package.dependencies] @@ -90,11 +101,7 @@ questionary = "*" rich = "*" rich-click = "*" tomlkit = "*" - -[package.extras] -dev = ["generate-changelog (>=0.7.6)", "git-fame (>=1.12.2)", "pip-tools", "pre-commit"] -docs = ["black", "markdown-customblocks", "mdx-truly-sane-lists", "mkdocs", "mkdocs-click", "mkdocs-drawio", "mkdocs-gen-files", "mkdocs-git-authors-plugin", "mkdocs-git-committers-plugin", "mkdocs-git-revision-date-localized-plugin", "mkdocs-include-markdown-plugin", "mkdocs-literate-nav", "mkdocs-material", "mkdocstrings[python]", "python-frontmatter"] -test = ["coverage", "pre-commit", "pytest", "pytest-cov", "pytest-mock"] +wcmatch = ">=8.5.1" [[package]] name = "certifi" @@ -1397,6 +1404,20 @@ files = [ [package.extras] watchmedo = ["PyYAML (>=3.10)"] +[[package]] +name = "wcmatch" +version = "10.0" +description = "Wildcard/glob file name matcher." +optional = false +python-versions = ">=3.8" +files = [ + {file = "wcmatch-10.0-py3-none-any.whl", hash = "sha256:0dd927072d03c0a6527a20d2e6ad5ba8d0380e60870c383bc533b71744df7b7a"}, + {file = "wcmatch-10.0.tar.gz", hash = "sha256:e72f0de09bba6a04e0de70937b0cf06e55f36f37b3deb422dfaf854b867b840a"}, +] + +[package.dependencies] +bracex = ">=2.1.1" + [[package]] name = "wcwidth" version = "0.2.13" @@ -1426,4 +1447,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "90affa6a04771a94a892f03f85c164cf0bab7107809dced12a64f7c21244dfec" +content-hash = "ee57bdf68ad2af0b2603d3f8ca34a4d10d5e71ad2cec34939cf5df05a712ea44" diff --git a/pyproject.toml b/pyproject.toml index 6cf5a18..699066f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ email-validator = "^2.2.0" [tool.poetry.group.dev.dependencies] black = "^24.10.0" coverage = "^7.4.4" -bump-my-version = "^0.19.3" +bump-my-version = "^0.28.2" [tool.poetry.group.mkdocs.dependencies]