grm / py-smart-gardena

Library to interact with gardena smart system
MIT License
8 stars 5 forks source link

Update requests_mock to 1.11.0 #180

Closed pyup-bot closed 6 months ago

pyup-bot commented 1 year ago

This PR updates requests_mock from 1.8.0 to 1.11.0.

Changelog ### 1.11.0 ``` What's Changed * Upgrade GitHub Actions by cclauss in https://github.com/jamielennox/requests-mock/pull/224 * Typing analysis and public type aliases by noirbizarre in https://github.com/jamielennox/requests-mock/pull/226 * Use unittest.mock when available on Python > 3.3 by jelly in https://github.com/jamielennox/requests-mock/pull/230 * Tell urllib3 to ignore content length mismatch by jamielennox in https://github.com/jamielennox/requests-mock/pull/232 * Remove testrepository dependency by jamielennox in https://github.com/jamielennox/requests-mock/pull/229 New Contributors * cclauss made their first contribution in https://github.com/jamielennox/requests-mock/pull/224 * noirbizarre made their first contribution in https://github.com/jamielennox/requests-mock/pull/226 * jelly made their first contribution in https://github.com/jamielennox/requests-mock/pull/230 **Full Changelog**: https://github.com/jamielennox/requests-mock/compare/1.10.0...1.11.0 ``` ### 1.10.0 ``` What's Changed * Response parameters type hints by OldSneerJaw in https://github.com/jamielennox/requests-mock/pull/178 * Support Python 3.10. by adamchainz in https://github.com/jamielennox/requests-mock/pull/190 * Avoid using distutils to check pytest version. by adamchainz in https://github.com/jamielennox/requests-mock/pull/189 * Add reset methods on the Mocker class type. by zozoens31 in https://github.com/jamielennox/requests-mock/pull/184 * add GitHub URL for PyPi by andriyor in https://github.com/jamielennox/requests-mock/pull/196 * Prevent race condition when using requests_futures and ThreadPoolExecutor by phodge in https://github.com/jamielennox/requests-mock/pull/183 * pytest plugin should lazy-load requests_mock by ikonst in https://github.com/jamielennox/requests-mock/pull/195 * Update homepage/doc URLs of requests library by soxofaan in https://github.com/jamielennox/requests-mock/pull/206 * Thread Locking by phodge in https://github.com/jamielennox/requests-mock/pull/203 * Shorten line length of comments by jamielennox in https://github.com/jamielennox/requests-mock/pull/183 and https://github.com/jamielennox/requests-mock/pull/200 * Improvements to Type Hints by jamielennox in https://github.com/jamielennox/requests-mock/pull/199 * Allow passing json_encoder to mocking by jamielennox in https://github.com/jamielennox/requests-mock/pull/198 New Contributors * petrem made their first contribution in https://github.com/jamielennox/requests-mock/pull/185 * mgorny made their first contribution in https://github.com/jamielennox/requests-mock/pull/164 * akhsiM made their first contribution in https://github.com/jamielennox/requests-mock/pull/194 * adamchainz made their first contribution in https://github.com/jamielennox/requests-mock/pull/190 * zozoens31 made their first contribution in https://github.com/jamielennox/requests-mock/pull/184 * andriyor made their first contribution in https://github.com/jamielennox/requests-mock/pull/196 * phodge made their first contribution in https://github.com/jamielennox/requests-mock/pull/183 * ikonst made their first contribution in https://github.com/jamielennox/requests-mock/pull/195 * soxofaan made their first contribution in https://github.com/jamielennox/requests-mock/pull/206 **Full Changelog**: https://github.com/jamielennox/requests-mock/compare/1.9.3...1.10.0 ``` ### 1.9.3 ``` Minor improvement to typing annotations. ``` ### 1.9.1 ``` Bug Fix on 1.9.0 release: * Added py.typed file required to make type annotations work. ``` ### 1.9.0 ``` A number of small improvements: * Feature: Adds type hints for python 3. 94 * Fixes Bug: Handle whitespace encoding in URL. 158 * Fixes Bug: Allow subclassing the mocker object. 160 ```
Links - PyPI: https://pypi.org/project/requests-mock - Changelog: https://pyup.io/changelogs/requests-mock/ - Docs: https://requests-mock.readthedocs.io/
pyup-bot commented 6 months ago

Closing this in favor of #209