diff --git a/poetry.lock b/poetry.lock index 33f827b..02f13b4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1285,7 +1285,7 @@ yaml = ["PyYaml (>=5.2)"] [[package]] name = "python-semantic-release" -version = "7.28.1" +version = "7.29.4" description = "Automatic Semantic Versioning for Python projects" category = "dev" optional = false @@ -1305,7 +1305,7 @@ twine = ">=3,<4" [package.extras] dev = ["tox", "isort", "black"] -docs = ["Sphinx (==1.3.6)"] +docs = ["Sphinx (==1.3.6)", "Jinja2 (==3.0.3)"] mypy = ["mypy", "types-requests"] test = ["coverage (>=5,<6)", "pytest (>=5,<6)", "pytest-xdist (>=1,<2)", "pytest-mock (>=2,<3)", "responses (==0.13.3)", "mock (==1.3.0)"] @@ -1908,7 +1908,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "9155616d5265400c96229607549333f6becf955d4427d7040ce3b9306afa18c2" +content-hash = "f9cf7e749f54ae30fd950d0bc3687bf5971efe8c37d5097331185a2ffd04e55c" [metadata.files] alabaster = [ @@ -2615,8 +2615,8 @@ python-gitlab = [ {file = "python_gitlab-3.5.0-py3-none-any.whl", hash = "sha256:73b5aa6502efa557ee1a51227cceb0243fac5529627da34f08c5f265bf50417c"}, ] python-semantic-release = [ - {file = "python-semantic-release-7.28.1.tar.gz", hash = "sha256:d7f82b3d4c06b304d07689b8a1c7d0d448ff07c2ab81cd810c4f2f900f24c599"}, - {file = "python_semantic_release-7.28.1-py3-none-any.whl", hash = "sha256:319c3e811d6e10bc3f0e967419eae0e5e9ba1e6745aa2fd94dd24e3995541ca2"}, + {file = "python-semantic-release-7.29.4.tar.gz", hash = "sha256:2aef09899724ec3bf4ff90b5959cb447c4f2f3a6f386038ad0708d3045a5396d"}, + {file = "python_semantic_release-7.29.4-py3-none-any.whl", hash = "sha256:ed48b3b58f7dca940999032e0f079a97ecf057a79a2ed4d76dbaa1f9875d7646"}, ] pytz = [ {file = "pytz-2022.1-py2.py3-none-any.whl", hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c"}, diff --git a/pyproject.toml b/pyproject.toml index 2d544b2..8c18e33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ bolt = ">=0.7.0" [tool.poetry.dev-dependencies] black = "^22.3.0" isort = "^5.10.1" -python-semantic-release = "7.28.1" +python-semantic-release = "7.29.4" mudkip = "^0.5.3" pytest-insta = "^0.1.11" rich = "^12.2.0"