diff --git a/poetry.lock b/poetry.lock index 54c1f6e..5075920 100644 --- a/poetry.lock +++ b/poetry.lock @@ -369,22 +369,22 @@ python-versions = "*" [[package]] name = "sphinx" -version = "5.3.0" +version = "6.0.0" description = "Python documentation generator" category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" [package.dependencies] alabaster = ">=0.7,<0.8" babel = ">=2.9" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} -docutils = ">=0.14,<0.20" +docutils = ">=0.18,<0.20" imagesize = ">=1.3" Jinja2 = ">=3.0" packaging = ">=21.0" Pygments = ">=2.12" -requests = ">=2.5.0" +requests = ">=2.25.0" snowballstemmer = ">=2.0" sphinxcontrib-applehelp = "*" sphinxcontrib-devhelp = "*" @@ -395,8 +395,8 @@ sphinxcontrib-serializinghtml = ">=1.1.5" [package.extras] docs = ["sphinxcontrib-websupport"] -lint = ["docutils-stubs", "flake8 (>=3.5.0)", "flake8-bugbear", "flake8-comprehensions", "flake8-simplify", "isort", "mypy (>=0.981)", "sphinx-lint", "types-requests", "types-typed-ast"] -test = ["cython", "html5lib", "pytest (>=4.6)", "typed_ast"] +lint = ["docutils-stubs", "flake8 (>=3.5.0)", "flake8-bugbear", "flake8-comprehensions", "flake8-simplify", "isort", "mypy (>=0.990)", "sphinx-lint", "types-requests"] +test = ["cython", "html5lib", "pytest (>=4.6)"] [[package]] name = "sphinx-autobuild" @@ -536,7 +536,7 @@ yaml = ["ruamel.yaml"] [metadata] lock-version = "1.1" python-versions = "~3.10" -content-hash = "21a3c11730fa1748ecc6a63d863812e661ef87baabdb67f5b74e38a12ae227d1" +content-hash = "8cc0f5c9920c582b26f034f70810a1b900b59d651f441e7ce5f6ebf831434526" [metadata.files] alabaster = [ @@ -780,8 +780,8 @@ snowballstemmer = [ {file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"}, ] sphinx = [ - {file = "Sphinx-5.3.0.tar.gz", hash = "sha256:51026de0a9ff9fc13c05d74913ad66047e104f56a129ff73e174eb5c3ee794b5"}, - {file = "sphinx-5.3.0-py3-none-any.whl", hash = "sha256:060ca5c9f7ba57a08a1219e547b269fadf125ae25b06b9fa7f66768efb652d6d"}, + {file = "Sphinx-6.0.0.tar.gz", hash = "sha256:58c140ecd9aa0abbc8ff6da48a266648eac9e5bfc8e49576efd2979bf46f5961"}, + {file = "sphinx-6.0.0-py3-none-any.whl", hash = "sha256:c2aeebfcb0e7474f5a820eac6177c7492b1d3c9c535aa21d5ae77cab2f3600e4"}, ] sphinx-autobuild = [ {file = "sphinx-autobuild-2021.3.14.tar.gz", hash = "sha256:de1ca3b66e271d2b5b5140c35034c89e47f263f2cd5db302c9217065f7443f05"}, diff --git a/pyproject.toml b/pyproject.toml index 6c2fbb3..bbbf850 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ click = "^8.1.3" "ruamel.yaml" = { version = "^0.17.21", optional = true } [tool.poetry.dev-dependencies] -Sphinx = "^5.3.0" +Sphinx = "^6.0.0" black = "^22.12.0" flake8 = "^6.0.0" isort = "^5.11.4"