grahamwetzler / smart-meter-texas

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

Update multidict to 5.1.0 #86

Closed pyup-bot closed 2 years ago

pyup-bot commented 3 years ago

This PR updates multidict from 4.7.6 to 5.1.0.

Changelog ### 5.1.0 ``` ================== Features -------- - Support ``GenericAliases`` (``MultiDict[str]``) for Python 3.9+ `553 <https://github.com/aio-libs/multidict/issues/553>`_ Bugfixes -------- - Synchronize the declared supported Python versions in ``setup.py`` with actually supported and tested ones. `552 <https://github.com/aio-libs/multidict/issues/552>`_ ---- ``` ### 5.0.1 ``` ================== Bugfixes -------- - Provide x86 Windows wheels `550 <https://github.com/aio-libs/multidict/issues/550>`_ ---- ``` ### 5.0.0 ``` ================== Features -------- - Provide wheels for ``aarch64``, ``i686``, ``ppc64le``, ``s390x`` architectures on Linux as well as ``x86_64``. `500 <https://github.com/aio-libs/multidict/issues/500>`_ - Provide wheels for Python 3.9. `534 <https://github.com/aio-libs/multidict/issues/534>`_ Removal ------- - Drop Python 3.5 support; Python 3.6 is the minimal supported Python version. Misc ---- - `503 <https://github.com/aio-libs/multidict/issues/503>`_ ---- ```
Links - PyPI: https://pypi.org/project/multidict - Changelog: https://pyup.io/changelogs/multidict/ - Repo: https://github.com/aio-libs/multidict