Codebase list python-webargs / c8c9cc1
Bump sphinx from 3.2.0 to 3.2.1 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.0 to 3.2.1. - [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.2.0...v3.2.1) 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.2.0", "sphinx-issues==1.2.0", "sphinx-typlog-theme==0.8.0"]
29 "docs": ["Sphinx==3.2.1", "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"]