mirror of
https://github.com/ProtoThis/python-synology.git
synced 2026-01-16 15:09:03 +00:00
Bump sphinx from 3.2.1 to 3.3.0 (#98)
This commit is contained in:
10
poetry.lock
generated
10
poetry.lock
generated
@ -709,7 +709,7 @@ python-versions = "*"
|
||||
|
||||
[[package]]
|
||||
name = "sphinx"
|
||||
version = "3.2.1"
|
||||
version = "3.3.0"
|
||||
description = "Python documentation generator"
|
||||
category = "dev"
|
||||
optional = false
|
||||
@ -735,7 +735,7 @@ sphinxcontrib-serializinghtml = "*"
|
||||
|
||||
[package.extras]
|
||||
docs = ["sphinxcontrib-websupport"]
|
||||
lint = ["flake8 (>=3.5.0)", "flake8-import-order", "mypy (>=0.780)", "docutils-stubs"]
|
||||
lint = ["flake8 (>=3.5.0)", "flake8-import-order", "mypy (>=0.790)", "docutils-stubs"]
|
||||
test = ["pytest", "pytest-cov", "html5lib", "typed-ast", "cython"]
|
||||
|
||||
[[package]]
|
||||
@ -961,7 +961,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "f01e679ac4f5c58c17d0b0f5af44e8a94ccac2c070c60aced3a52fb4a6394240"
|
||||
content-hash = "372f7d159ec1adf678abd431f2f1aead10f8c296cc2fcbb8f9e62bd8e7b5a598"
|
||||
|
||||
[metadata.files]
|
||||
alabaster = [
|
||||
@ -1355,8 +1355,8 @@ snowballstemmer = [
|
||||
{file = "snowballstemmer-2.0.0.tar.gz", hash = "sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52"},
|
||||
]
|
||||
sphinx = [
|
||||
{file = "Sphinx-3.2.1-py3-none-any.whl", hash = "sha256:ce6fd7ff5b215af39e2fcd44d4a321f6694b4530b6f2b2109b64d120773faea0"},
|
||||
{file = "Sphinx-3.2.1.tar.gz", hash = "sha256:321d6d9b16fa381a5306e5a0b76cd48ffbc588e6340059a729c6fdd66087e0e8"},
|
||||
{file = "Sphinx-3.3.0-py3-none-any.whl", hash = "sha256:3abdb2c57a65afaaa4f8573cbabd5465078eb6fd282c1e4f87f006875a7ec0c7"},
|
||||
{file = "Sphinx-3.3.0.tar.gz", hash = "sha256:1c21e7c5481a31b531e6cbf59c3292852ccde175b504b00ce2ff0b8f4adc3649"},
|
||||
]
|
||||
sphinx-autobuild = [
|
||||
{file = "sphinx-autobuild-2020.9.1.tar.gz", hash = "sha256:4b184a7db893f2100bbd831991ae54ca89167a2b9ce68faea71eaa9e37716aed"},
|
||||
|
||||
@ -41,7 +41,7 @@ safety = "^1.9.0"
|
||||
mypy = "^0.790"
|
||||
typeguard = "^2.9.1"
|
||||
xdoctest = {extras = ["colors"], version = "^0.15.0"}
|
||||
sphinx = "^3.2.1"
|
||||
sphinx = "^3.3.0"
|
||||
sphinx-autobuild = "^2020.9.1"
|
||||
pre-commit = "^2.8.2"
|
||||
flake8 = "^3.8.4"
|
||||
|
||||
Reference in New Issue
Block a user