From 0aabd68f785c2d18691472b81908b61e104f7b32 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 29 May 2022 18:26:02 +0000 Subject: [PATCH] chore(deps): update all dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db18b06..b08856b 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -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} @@ -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"]