opendatateam / udata-ckan

CKAN integration for udata
2 stars 2 forks source link

Update requests-mock to 1.10.0 #228

Open pyup-bot opened 2 years ago

pyup-bot commented 2 years ago

This PR updates requests-mock from 1.7.0 to 1.10.0.

Changelog ### 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 ``` ### 1.8.0 ``` Solidifies the behaviour of nested mocking and the real_http variable. ```
Links - PyPI: https://pypi.org/project/requests-mock - Changelog: https://pyup.io/changelogs/requests-mock/ - Docs: https://requests-mock.readthedocs.io/