imAsparky / cookiecutter-py3-package

Use cookiecutter to create your own Python 3 PyPi package, complete with popular code quality tracking tools and utilising GitHub Actions for Continuous Delivery.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

fix(pyup): Scheduled daily dependency update on Sunday #188

Closed pyup-bot closed 2 years ago

pyup-bot commented 3 years ago

Update furo from 2021.11.16 to 2021.11.23.

Changelog ### 2021.11.23 ``` - Improve code block styling. - Explicitly declare compatibility constraints for pygments. - Break words in API documentation, when the words are too long. - Drop the `def ` on function and method signatures. - Reduce the font-weight in `sig-prename`. ```
Links - PyPI: https://pypi.org/project/furo - Changelog: https://pyup.io/changelogs/furo/

Update Sphinx from 4.3.0 to 4.3.1.

Changelog ### 4.3.1 ``` ===================================== Features added -------------- * 9864: mathjax: Support chnaging the loading method of MathJax to "defer" via :confval:`mathjax_options` Bugs fixed ---------- * 9838: autodoc: AttributeError is raised on building document for functions decorated by functools.lru_cache * 9879: autodoc: AttributeError is raised on building document for an object having invalid __doc__ atribute * 9844: autodoc: Failed to process a function wrapped with functools.partial if :confval:`autodoc_preserve_defaults` enabled * 9872: html: Class namespace collision between autodoc signatures and docutils-0.17 * 9868: imgmath: Crashed if the dvisvgm command failed to convert equation * 9864: mathjax: Failed to render equations via MathJax v2. The loading method of MathJax is back to "async" method again ```
Links - PyPI: https://pypi.org/project/sphinx - Changelog: https://pyup.io/changelogs/sphinx/ - Homepage: https://www.sphinx-doc.org/