spacemanspiff2007 / HABApp

Easy home automation with MQTT and/or openHAB
Apache License 2.0
54 stars 23 forks source link

PyUp Update voluptuous to 0.13.1 #278

Closed pyup-bot closed 2 years ago

pyup-bot commented 2 years ago

This PR updates voluptuous from 0.13.0 to 0.13.1.

Changelog ### 0.13.1 ``` **Fixes**: - [439](https://github.com/alecthomas/voluptuous/pull/454): Ignore `Enum` if it is unavailable - [456](https://github.com/alecthomas/voluptuous/pull/456): Fix email regex match for Python 2.7 **New**: - [457](https://github.com/alecthomas/voluptuous/pull/457): Enable github actions - [462](https://github.com/alecthomas/voluptuous/pull/462): Convert codebase to adhere to `flake8` W504 (PEP 8) - [459](https://github.com/alecthomas/voluptuous/pull/459): Enable `flake8` in github actions - [464](https://github.com/alecthomas/voluptuous/pull/464): `pytest` migration + enable Python 3.10 ```
Links - PyPI: https://pypi.org/project/voluptuous - Changelog: https://pyup.io/changelogs/voluptuous/ - Repo: https://github.com/alecthomas/voluptuous