Codebase list python-webargs / c9085e9
Bump sphinx from 3.1.1 to 3.1.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.1.1...v3.1.2) Signed-off-by: dependabot-preview[bot] <[email protected]> dependabot-preview[bot] 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2626 "flake8-bugbear==20.1.4",
2727 "pre-commit~=2.4",
2828 ],
29 "docs": ["Sphinx==3.1.1", "sphinx-issues==1.2.0", "sphinx-typlog-theme==0.8.0"]
29 "docs": ["Sphinx==3.1.2", "sphinx-issues==1.2.0", "sphinx-typlog-theme==0.8.0"]
3030 + FRAMEWORKS,
3131 }
3232 EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]