From 817d8f07cd621f13db7933bdb14369f846ba076c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 10:09:18 +0000 Subject: [PATCH] build(deps-dev): bump python-semantic-release from 8.3.0 to 8.5.1 (#343) Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 8.3.0 to 8.5.1. - [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.3.0...v8.5.1) --- updated-dependencies: - dependency-name: python-semantic-release dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Ochoa --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index e90d031a5..f63b4e8de 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiodns" @@ -6592,13 +6592,13 @@ python-slugify = ">=1.2.5" [[package]] name = "python-semantic-release" -version = "8.3.0" +version = "8.5.1" description = "Automatic Semantic Versioning for Python projects" optional = false python-versions = ">=3.7" files = [ - {file = "python-semantic-release-8.3.0.tar.gz", hash = "sha256:62325bf32738ea1223ad4efaba0809bac4355ea2d4ad214f676232613a6625f4"}, - {file = "python_semantic_release-8.3.0-py3-none-any.whl", hash = "sha256:7a26551af9f56485571b7e7831c342a327b16931560d58bc5de99b1cf1dc7ef5"}, + {file = "python-semantic-release-8.5.1.tar.gz", hash = "sha256:43789d3c8df6f5b959ae69350c3d44e70a51228dc56875b09111874037f2bfd8"}, + {file = "python_semantic_release-8.5.1-py3-none-any.whl", hash = "sha256:eb96145e01a552399c13396e645de1e28c69480d7b275e72cda9caa09982f83a"}, ] [package.dependencies] @@ -6608,14 +6608,14 @@ gitpython = ">=3.0.8,<4" importlib-resources = ">=5.7,<7" jinja2 = ">=3.1.2,<4" pydantic = ">=2,<3" -python-gitlab = ">=2,<4" +python-gitlab = ">=2,<5" requests = ">=2.25,<3" rich = ">=12.5.1" shellingham = ">=1.5.0.post1" tomlkit = ">=0.10,<1.0" [package.extras] -dev = ["black", "pre-commit", "ruff (==0.0.292)", "tox"] +dev = ["pre-commit", "ruff (==0.1.6)", "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-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)"] @@ -8459,4 +8459,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "3.10.8" -content-hash = "cdc4614e4aaa54ee2aefbaad8e4a7793aba08d30043a3f29224ba10f406a6c3a" +content-hash = "888158daf56afa4f71b6b41e0c5344adf35d1c595de44e395b0bdf226b513bfe" diff --git a/pyproject.toml b/pyproject.toml index 3d1d6355f..10b2ed42f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ apache-airflow-providers-google = "^10.12.0" pydoclint = "^0.3.8" prettier = "^0.0.7" deptry = "^0.12.0" -python-semantic-release = "^8.3.0" +python-semantic-release = "^8.5.1" yamllint = "^1.33.0" [tool.semantic_release]