From f693ce54abccbafa4cef98c716386713eabc62e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:44:50 +0000 Subject: [PATCH] chore(deps-dev): bump python-semantic-release from 8.1.1 to 8.1.2 Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 8.1.1 to 8.1.2. - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v8.1.1...v8.1.2) --- updated-dependencies: - dependency-name: python-semantic-release dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index c74882fd..a00a64e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1145,20 +1145,20 @@ yaml = ["PyYaml (>=5.2)"] [[package]] name = "python-semantic-release" -version = "8.1.1" +version = "8.1.2" description = "Automatic Semantic Versioning for Python projects" optional = false python-versions = ">=3.7" files = [ - {file = "python-semantic-release-8.1.1.tar.gz", hash = "sha256:76f180b3981854f9370ef25c10a63487be21c299189b63ad029f13cdb9909ab3"}, - {file = "python_semantic_release-8.1.1-py3-none-any.whl", hash = "sha256:642fdecac73ddfcbac14ddece3809791229148f0ec13d6cd024bd066e9eccd8e"}, + {file = "python-semantic-release-8.1.2.tar.gz", hash = "sha256:49d638fa12fec79812805cdc606ca8bbacab86f7b204248baff92ac6ddedf334"}, + {file = "python_semantic_release-8.1.2-py3-none-any.whl", hash = "sha256:67dec4d053470345f146330609dc63c89ffcf90d6d5e6e02e6a4ed04a7fc5d40"}, ] [package.dependencies] click = ">=8,<9" dotty-dict = ">=1.3.0,<2" gitpython = ">=3.0.8,<4" -importlib-resources = ">=5.7,<6" +importlib-resources = ">=5.7,<7" jinja2 = ">=3.1.2,<4" pydantic = ">=2,<3" python-gitlab = ">=2,<4" @@ -1168,10 +1168,10 @@ shellingham = ">=1.5.0.post1" tomlkit = ">=0.10,<1.0" [package.extras] -dev = ["black", "pre-commit", "ruff (==0.0.290)", "tox"] +dev = ["black", "pre-commit", "ruff (==0.0.292)", "tox"] docs = ["Sphinx (<=6.0.0)", "furo (>=2023.3.27)", "sphinx-autobuild (==2021.03.14)", "sphinxcontrib-apidoc (==0.3.0)"] mypy = ["mypy", "types-requests"] -test = ["coverage[toml] (>=6,<8)", "pytest (>=7,<8)", "pytest-cov (>=4,<5)", "pytest-lazy-fixture (>=0.6.3,<0.7.0)", "pytest-mock (>=3,<4)", "pytest-pretty (>=1.2.0,<2)", "pytest-xdist (>=2,<4)", "requests-mock (>=1.10.0,<2)", "responses (==0.23.3)", "types-pytest-lazy-fixture (>=0.6.3.3)"] +test = ["coverage[toml] (>=6,<8)", "pytest (>=7,<8)", "pytest-clarity (>=1.0.1)", "pytest-cov (>=4,<5)", "pytest-lazy-fixture (>=0.6.3,<0.7.0)", "pytest-mock (>=3,<4)", "pytest-pretty (>=1.2.0,<2)", "pytest-xdist (>=2,<4)", "requests-mock (>=1.10.0,<2)", "responses (==0.23.3)", "types-pytest-lazy-fixture (>=0.6.3.3)"] [[package]] name = "pytz" @@ -1659,4 +1659,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "008645c9986028fe259dc66f0c293332fc57d49582c776405084f31146fd0344" +content-hash = "7f3d0d85dd55a5708f65b421e33fe1b1d5090dc0778d10e79a8d062007fbde5f" diff --git a/pyproject.toml b/pyproject.toml index 1ca3879f..af564dec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pytest-cov = "^4.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.18.3" unasync-cli = "^0.0.9" -python-semantic-release = "^8.1.1" +python-semantic-release = "^8.1.2" [tool.poetry.group.docs] optional = true