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 yarl to 1.6.0 #41

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates yarl from 1.5.1 to 1.6.0.

Changelog ### 1.6.0 ``` ================== Features -------- - Allow for int and float subclasses in query, while still denying bool. `492 <https://github.com/aio-libs/yarl/issues/492>`_ Bugfixes -------- - Do not requote arguments in ``URL.build()``, ``with_xxx()`` and in ``/`` operator. `502 <https://github.com/aio-libs/yarl/issues/502>`_ - Keep IPv6 brackets in ``origin()``. `504 <https://github.com/aio-libs/yarl/issues/504>`_ ---- ```
Links - PyPI: https://pypi.org/project/yarl - Changelog: https://pyup.io/changelogs/yarl/ - Repo: https://github.com/aio-libs/yarl/
pyup-bot commented 3 years ago

Closing this in favor of #53