sandervandorsten / cookiecutter-pypackage

Cookiecutter template for Open Source Python projects
https://cookiecutter-pypackage-svd.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Update pytest-cookies to 0.5.1 #42

Open pyup-bot opened 4 years ago

pyup-bot commented 4 years ago

This PR updates pytest-cookies from 0.3.0 to 0.5.1.

Changelog ### 0.5.1 ``` Allow bug fix releases of [Cookiecutter][cookiecutter]. 🍪 [cookiecutter]: https://github.com/cookiecutter/cookiecutter ``` ### 0.5.0 ``` Adds the session-scoped `cookies_session` fixture for baking projects. 🍪 ``` ### 0.4.0 ``` By default ``cookies`` removes baked projects. This release adds a new CLI option to keep generated projects: text pytest --keep-baked-projects ```
Links - PyPI: https://pypi.org/project/pytest-cookies - Changelog: https://pyup.io/changelogs/pytest-cookies/ - Repo: https://github.com/hackebrot/pytest-cookies