grahamwetzler / smart-meter-texas

Package to connect to and retrieve data from the unoffical Smart Meter Texas API
MIT License
13 stars 13 forks source link

Update virtualenv to 20.0.28 #13

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

This PR updates virtualenv from 20.0.27 to 20.0.28.

Changelog ### 20.0.28 ``` ~~~~~~~~~~~~~~~~~~ - Fix test suite failing if run from system Python - by :user:`gaborbernat`. (`1882 <https://github.com/pypa/virtualenv/issues/1882>`_) - Provide ``setup_logging`` flag to python API so that users can bypass logging handling if their application already performs this - by :user:`gaborbernat`. (`1896 <https://github.com/pypa/virtualenv/issues/1896>`_) - Use ``\n`` instead if ``\r\n`` as line separator for report (because Python already performs this transformation automatically upon write to the logging pipe) - by :user:`gaborbernat`. (`1905 <https://github.com/pypa/virtualenv/issues/1905>`_) ```
Links - PyPI: https://pypi.org/project/virtualenv - Changelog: https://pyup.io/changelogs/virtualenv/ - Homepage: https://virtualenv.pypa.io/