diff --git a/poetry.lock b/poetry.lock index 2bf2ad9..0cec1d9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -810,7 +810,7 @@ description = "Python documentation generator" name = "sphinx" optional = false python-versions = ">=3.5" -version = "3.1.2" +version = "3.2.0" [package.dependencies] Jinja2 = ">=2.3" @@ -1054,7 +1054,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "2529d6a3c97da574c37a75f583972dbdfcdf6adbeb0fe2fff47b4581db117436" +content-hash = "0577d1c2bd435d6703dff4149bdb8f992f929d6355c0207c944919d94719b404" python-versions = "^3.7" [metadata.files] @@ -1462,8 +1462,8 @@ snowballstemmer = [ {file = "snowballstemmer-2.0.0.tar.gz", hash = "sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52"}, ] sphinx = [ - {file = "Sphinx-3.1.2-py3-none-any.whl", hash = "sha256:97dbf2e31fc5684bb805104b8ad34434ed70e6c588f6896991b2fdfd2bef8c00"}, - {file = "Sphinx-3.1.2.tar.gz", hash = "sha256:b9daeb9b39aa1ffefc2809b43604109825300300b987a24f45976c001ba1a8fd"}, + {file = "Sphinx-3.2.0-py3-none-any.whl", hash = "sha256:f7db5b76c42c8b5ef31853c2de7178ef378b985d7793829ec071e120dac1d0ca"}, + {file = "Sphinx-3.2.0.tar.gz", hash = "sha256:cf2d5bc3c6c930ab0a1fbef3ad8a82994b1bf4ae923f8098a05c7e5516f07177"}, ] sphinx-autobuild = [ {file = "sphinx-autobuild-0.7.1.tar.gz", hash = "sha256:66388f81884666e3821edbe05dd53a0cfb68093873d17320d0610de8db28c74e"}, diff --git a/pyproject.toml b/pyproject.toml index df59bcc..001e53e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ coverage = {extras = ["toml"], version = "^5.2"} pytest-django = "^3.9.0" pygments = "^2.6.1" xdoctest = "^0.13.0" -sphinx = "^3.1.2" +sphinx = "^3.2.0" sphinx-autobuild = "^0.7.1" darglint = "^1.5.2" flake8-docstrings = "^1.5.0"