duckinator / parts.horse

A website documenting electrical components.
https://parts.horse
MIT License
3 stars 1 forks source link

Update elasticsearch to 7.7.0 #53

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

This PR updates elasticsearch from 7.6.0 to 7.7.0.

Changelog ### 7.7.0a1 ``` -------------------- * Added support for ES 7.7 APIs (See `1182`_) * Added ``ElasticsearchDeprecationWarning`` which is raised when a ``Warning`` HTTP header is sent by Elasticsearch. (See `1179`_) * Added support for serializing ``numpy`` and ``pandas``. data types to ``JSONSerializer``. (See `1180`_) * Added ``certifi`` as a dependency so HTTPS connections work automatically. * Fixed duplicated parameters in some API docstrings (See `1169`_, thanks to `Morten Hauberg <https://github.com/mortenhauberg>`_!) .. _1169: https://github.com/elastic/elasticsearch-py/pull/1169 .. _1179: https://github.com/elastic/elasticsearch-py/pull/1179 .. _1182: https://github.com/elastic/elasticsearch-py/pull/1182 ```
Links - PyPI: https://pypi.org/project/elasticsearch - Changelog: https://pyup.io/changelogs/elasticsearch/ - Repo: https://github.com/elastic/elasticsearch-py