diff --git a/poetry.lock b/poetry.lock index 732f2e3d..07920ade 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1310,18 +1310,24 @@ test = ["pytest"] [[package]] name = "sphinxcontrib-youtube" -version = "1.1.0" -description = "Sphinx \"youtube\" extension" +version = "1.3.0" +description = "Sphinx \"youtube\" extension." optional = false python-versions = "*" files = [ - {file = "sphinxcontrib-youtube-1.1.0.tar.gz", hash = "sha256:94c242b9d0cb4c800836434d4af63f66f8099afb5eee9033cc2f84a066c12824"}, - {file = "sphinxcontrib_youtube-1.1.0-py3-none-any.whl", hash = "sha256:dd6a01a4c873da3ce61caa5858a8d63be1354083543a1b8b1236af54cf1e2752"}, + {file = "sphinxcontrib-youtube-1.3.0.tar.gz", hash = "sha256:c3869eff5f62406a877a0cd6f6d535eee710a0521ea6791443d99b2f0711c02a"}, + {file = "sphinxcontrib_youtube-1.3.0-py2.py3-none-any.whl", hash = "sha256:6757179ee710800fcc434b97da57000ee8604e7f0b8dd4cea268988be8f33b28"}, ] [package.dependencies] +requests = "*" Sphinx = ">=0.6" +[package.extras] +dev = ["nox"] +doc = ["pydata-sphinx-theme", "sphinx-copybutton", "sphinx-design"] +test = ["beautifulsoup4", "pytest", "pytest-cov", "pytest-regressions"] + [[package]] name = "sphinxext-opengraph" version = "0.9.1" @@ -1623,4 +1629,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "638eab06109aff488bdfd13a8132b5c38273d17759dc66c47b5ab7a983a7dc2f" +content-hash = "96c6781b3439c0188308e667759baed19374fd457d79ad44510259a20ac315c0" diff --git a/pyproject.toml b/pyproject.toml index 050f75e3..a3bf44b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ sphinxcontrib-devhelp = "1.0.2" # TODO: remove after validating changes sphinxcontrib-htmlhelp = "2.0.1" # TODO: remove after validating changes sphinxcontrib-qthelp = "1.0.3" # TODO: remove after validating changes sphinxcontrib-serializinghtml = "1.1.5" # TODO: remove after validating changes -sphinxcontrib-youtube = "1.1.0" # TODO: 1.2.0 duplicates video thumbnails +sphinxcontrib-youtube = "*" sphinxext-opengraph = "*" [tool.poetry.group.dev.dependencies]