Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed May 29, 2022
1 parent 03e7898 commit 0aabd68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -55,7 +55,7 @@ types-python-slugify = {version = "^5", optional = true}
isort = {version = "^5", optional = true}
black = {version = "stable", optional = true, allow-prereleases = true}
# Optional dependencies to be part of `docs` extra
sphinx = {version = "^4.2", optional = true}
sphinx = {version = "^5.0", optional = true}
sphinx-autodoc-typehints = {version = "^1.10", optional = true}
sphinx-autobuild = {version = "^2021", optional = true}
sphinx_rtd_theme = {version = "^1", optional = true}
Expand All @@ -74,7 +74,7 @@ gitpython = "^3.1"
[tool.poetry.dev-dependencies]
tox = "^3.14"
tox-pyenv = "^1.1"
rope = "^0"
rope = "^1"

[tool.poetry.extras]
test = ["pytest", "pytest-cov", "pytest-mock", "pytest-html", "pytest-asyncio", "PyHamcrest"]
Expand Down

0 comments on commit 0aabd68

Please sign in to comment.