Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 30, 2023
1 parent 3ea2011 commit 7acd0d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_make_release.yml
Expand Up @@ -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: |
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Expand Up @@ -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 #
#############################
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 7acd0d4

Please sign in to comment.