python-plexapi
python-plexapi copied to clipboard
Bump requests-mock from 1.9.3 to 1.10.0
Bumps requests-mock from 1.9.3 to 1.10.0.
Release notes
Sourced from requests-mock's releases.
1.10.0
What's Changed
- Response parameters type hints by
@OldSneerJawin jamielennox/requests-mock#178- Support Python 3.10. by
@adamchainzin jamielennox/requests-mock#190- Avoid using distutils to check pytest version. by
@adamchainzin jamielennox/requests-mock#189- Add reset methods on the Mocker class type. by
@zozoens31in jamielennox/requests-mock#184- add GitHub URL for PyPi by
@andriyorin jamielennox/requests-mock#196- Prevent race condition when using requests_futures and ThreadPoolExecutor by
@phodgein jamielennox/requests-mock#183- pytest plugin should lazy-load requests_mock by
@ikonstin jamielennox/requests-mock#195- Update homepage/doc URLs of requests library by
@soxofaanin jamielennox/requests-mock#206- Thread Locking by
@phodgein jamielennox/requests-mock#203- Shorten line length of comments by
@jamielennoxin jamielennox/requests-mock#183 and jamielennox/requests-mock#200- Improvements to Type Hints by
@jamielennoxin jamielennox/requests-mock#199- Allow passing json_encoder to mocking by
@jamielennoxin jamielennox/requests-mock#198New Contributors
@petremmade their first contribution in jamielennox/requests-mock#185@mgornymade their first contribution in jamielennox/requests-mock#164@akhsiMmade their first contribution in jamielennox/requests-mock#194@adamchainzmade their first contribution in jamielennox/requests-mock#190@zozoens31made their first contribution in jamielennox/requests-mock#184@andriyormade their first contribution in jamielennox/requests-mock#196@phodgemade their first contribution in jamielennox/requests-mock#183@ikonstmade their first contribution in jamielennox/requests-mock#195@soxofaanmade their first contribution in jamielennox/requests-mock#206Full Changelog: https://github.com/jamielennox/requests-mock/compare/1.9.3...1.10.0
Commits
c19c334Add a release note for the RLock792aea7Allow passing json_encoder to mocking27688f9Improvements to Type Hints61a28fdLint fix for long line exceptionba8ee57Shorten line length of comments9264284Workaround for python2.7 not supporting lock timeoutb0a92caComments to explain reentrant behaviour3f317f6Change to use RLock and set a timeout to prevent infinite deadlocks6f639feUpdate homepage/doc URLs of requests library0aeaecdAdd comment for pytest late loading feature- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)