diff --git a/poetry.lock b/poetry.lock index 817f782..ce66800 100644 --- a/poetry.lock +++ b/poetry.lock @@ -454,7 +454,7 @@ description = "Python documentation generator" name = "sphinx" optional = false python-versions = ">=3.5" -version = "3.0.1" +version = "3.0.2" [package.dependencies] Jinja2 = ">=2.3" @@ -686,7 +686,7 @@ python-versions = "*" version = "0.13.0" [metadata] -content-hash = "ead512008e506299c1add7c0a515375b76482c0c124ce17baa4d76deb31d6683" +content-hash = "82e2e1af1bc1c351b7f6ecc12821e243b438e5212387a2b77af9678882812ffd" python-versions = "^3.7" [metadata.files] @@ -887,8 +887,8 @@ snowballstemmer = [ {file = "snowballstemmer-2.0.0.tar.gz", hash = "sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52"}, ] sphinx = [ - {file = "Sphinx-3.0.1-py3-none-any.whl", hash = "sha256:8411878f4768ec2a8896b844d68070204f9354a831b37937989c2e559d29dffc"}, - {file = "Sphinx-3.0.1.tar.gz", hash = "sha256:50972d83b78990fd61d0d3fe8620814cae53db29443e92c13661bc43dff46ec8"}, + {file = "Sphinx-3.0.2-py3-none-any.whl", hash = "sha256:3145d87d0962366d4c5264c39094eae3f5788d01d4b1a12294051bfe4271d91b"}, + {file = "Sphinx-3.0.2.tar.gz", hash = "sha256:d7c6e72c6aa229caf96af82f60a0d286a1521d42496c226fe37f5a75dcfe2941"}, ] sphinxcontrib-applehelp = [ {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, diff --git a/pyproject.toml b/pyproject.toml index 0548cb3..b0d553e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ pre-commit = "^2.1" pytest = "^5.3" tox = "^3.14" responses = "^0.10" -sphinx = "^3.0.1" +sphinx = "^3.0.2" [build-system] requires = ["poetry>=1.0.2"]