From 7e58ed834312f9a35ebc8d977aeb9722311b4949 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 10:16:54 +0000 Subject: [PATCH] fix(deps): update all dependencies --- .github/workflows/test_and_make_release.yml | 2 +- pyproject.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_and_make_release.yml b/.github/workflows/test_and_make_release.yml index a6b3251..79c93b7 100644 --- a/.github/workflows/test_and_make_release.yml +++ b/.github/workflows/test_and_make_release.yml @@ -205,7 +205,7 @@ jobs: path: .venv key: venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-release-${{ hashFiles('**/poetry.lock') }} - name: Semantic Release - uses: cycjimmy/semantic-release-action@v3.0.0 + uses: cycjimmy/semantic-release-action@v3.4.2 with: semantic_version: 17.0.4 extra_plugins: | diff --git a/pyproject.toml b/pyproject.toml index 238604a..ca740cd 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8.1, <3.12" -cleo = "^0.8.1" +cleo = "^2.0.0" ############################# # Add you dependencies here # ############################# @@ -43,9 +43,9 @@ loguru = "^0" gitpython = "^3.1" [tool.poetry.group.dev.dependencies] -tox = "^3.14" +tox = "^4.0.0" tox-pyenv = "^1.1" -rope = "^0" +rope = "^1.0.0" pytest = "^7.2.2" pytest-cov = "^4.0" pytest-mock = "^3.10" @@ -62,7 +62,7 @@ mypy = "^1.2" types-python-slugify = "^8" black = "^23.3.0" isort = "^5.12" -sphinx = "^6.2" +sphinx = "^7.0.0" sphinx-autodoc-typehints = "^1.23" sphinx-autobuild = "^2021" sphinx_rtd_theme = "^1"