jamielennox/requests-mock (requests-mock)
### [`v1.12.1`](https://togithub.com/jamielennox/requests-mock/releases/tag/1.12.1)
[Compare Source](https://togithub.com/jamielennox/requests-mock/compare/1.12.0...1.12.1)
Set python_requires to >3 to prevent installation in python2 deployments.
**Full Changelog**: https://github.com/jamielennox/requests-mock/compare/1.12.0...1.12.1
### [`v1.12.0`](https://togithub.com/jamielennox/requests-mock/releases/tag/1.12.0)
[Compare Source](https://togithub.com/jamielennox/requests-mock/compare/1.11.0...1.12.0)
#### What's Changed
- Update copyright year by [@KrishanBhasin](https://togithub.com/KrishanBhasin) in [https://github.com/jamielennox/requests-mock/pull/239](https://togithub.com/jamielennox/requests-mock/pull/239)
- Remove py2 by [@jamielennox](https://togithub.com/jamielennox) in [https://github.com/jamielennox/requests-mock/pull/248](https://togithub.com/jamielennox/requests-mock/pull/248)
- Allow `raw` parameter to accept callable like body elements by [@jamielennox](https://togithub.com/jamielennox) in [https://github.com/jamielennox/requests-mock/pull/249](https://togithub.com/jamielennox/requests-mock/pull/249)
- Improve type definition of `Mocker.__call__` by [@Viicos](https://togithub.com/Viicos) in [https://github.com/jamielennox/requests-mock/pull/244](https://togithub.com/jamielennox/requests-mock/pull/244)
- Drop PBR Support by [@jamielennox](https://togithub.com/jamielennox) in [https://github.com/jamielennox/requests-mock/pull/250](https://togithub.com/jamielennox/requests-mock/pull/250)
- fix(mocker.pyi): fix Mocker class type hints by [@pavellos21](https://togithub.com/pavellos21) in [https://github.com/jamielennox/requests-mock/pull/251](https://togithub.com/jamielennox/requests-mock/pull/251)
- Remove unused `six` dependency by [@Viicos](https://togithub.com/Viicos) in [https://github.com/jamielennox/requests-mock/pull/252](https://togithub.com/jamielennox/requests-mock/pull/252)
#### New Contributors
- [@KrishanBhasin](https://togithub.com/KrishanBhasin) made their first contribution in [https://github.com/jamielennox/requests-mock/pull/239](https://togithub.com/jamielennox/requests-mock/pull/239)
- [@Viicos](https://togithub.com/Viicos) made their first contribution in [https://github.com/jamielennox/requests-mock/pull/244](https://togithub.com/jamielennox/requests-mock/pull/244)
- [@pavellos21](https://togithub.com/pavellos21) made their first contribution in [https://github.com/jamielennox/requests-mock/pull/251](https://togithub.com/jamielennox/requests-mock/pull/251)
**Full Changelog**: https://github.com/jamielennox/requests-mock/compare/1.11.0...1.12.0
### [`v1.11.0`](https://togithub.com/jamielennox/requests-mock/releases/tag/1.11.0)
[Compare Source](https://togithub.com/jamielennox/requests-mock/compare/1.10.0...1.11.0)
#### What's Changed
- Upgrade GitHub Actions by [@cclauss](https://togithub.com/cclauss) in [https://github.com/jamielennox/requests-mock/pull/224](https://togithub.com/jamielennox/requests-mock/pull/224)
- Typing analysis and public type aliases by [@noirbizarre](https://togithub.com/noirbizarre) in [https://github.com/jamielennox/requests-mock/pull/226](https://togithub.com/jamielennox/requests-mock/pull/226)
- Use unittest.mock when available on Python > 3.3 by [@jelly](https://togithub.com/jelly) in [https://github.com/jamielennox/requests-mock/pull/230](https://togithub.com/jamielennox/requests-mock/pull/230)
- Tell urllib3 to ignore content length mismatch by [@jamielennox](https://togithub.com/jamielennox) in [https://github.com/jamielennox/requests-mock/pull/232](https://togithub.com/jamielennox/requests-mock/pull/232)
- Remove testrepository dependency by [@jamielennox](https://togithub.com/jamielennox) in [https://github.com/jamielennox/requests-mock/pull/229](https://togithub.com/jamielennox/requests-mock/pull/229)
#### New Contributors
- [@cclauss](https://togithub.com/cclauss) made their first contribution in [https://github.com/jamielennox/requests-mock/pull/224](https://togithub.com/jamielennox/requests-mock/pull/224)
- [@noirbizarre](https://togithub.com/noirbizarre) made their first contribution in [https://github.com/jamielennox/requests-mock/pull/226](https://togithub.com/jamielennox/requests-mock/pull/226)
- [@jelly](https://togithub.com/jelly) made their first contribution in [https://github.com/jamielennox/requests-mock/pull/230](https://togithub.com/jamielennox/requests-mock/pull/230)
**Full Changelog**: https://github.com/jamielennox/requests-mock/compare/1.10.0...1.11.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
1.10.0
->1.12.1
Release Notes
jamielennox/requests-mock (requests-mock)
### [`v1.12.1`](https://togithub.com/jamielennox/requests-mock/releases/tag/1.12.1) [Compare Source](https://togithub.com/jamielennox/requests-mock/compare/1.12.0...1.12.1) Set python_requires to >3 to prevent installation in python2 deployments. **Full Changelog**: https://github.com/jamielennox/requests-mock/compare/1.12.0...1.12.1 ### [`v1.12.0`](https://togithub.com/jamielennox/requests-mock/releases/tag/1.12.0) [Compare Source](https://togithub.com/jamielennox/requests-mock/compare/1.11.0...1.12.0) #### What's Changed - Update copyright year by [@KrishanBhasin](https://togithub.com/KrishanBhasin) in [https://github.com/jamielennox/requests-mock/pull/239](https://togithub.com/jamielennox/requests-mock/pull/239) - Remove py2 by [@jamielennox](https://togithub.com/jamielennox) in [https://github.com/jamielennox/requests-mock/pull/248](https://togithub.com/jamielennox/requests-mock/pull/248) - Allow `raw` parameter to accept callable like body elements by [@jamielennox](https://togithub.com/jamielennox) in [https://github.com/jamielennox/requests-mock/pull/249](https://togithub.com/jamielennox/requests-mock/pull/249) - Improve type definition of `Mocker.__call__` by [@Viicos](https://togithub.com/Viicos) in [https://github.com/jamielennox/requests-mock/pull/244](https://togithub.com/jamielennox/requests-mock/pull/244) - Drop PBR Support by [@jamielennox](https://togithub.com/jamielennox) in [https://github.com/jamielennox/requests-mock/pull/250](https://togithub.com/jamielennox/requests-mock/pull/250) - fix(mocker.pyi): fix Mocker class type hints by [@pavellos21](https://togithub.com/pavellos21) in [https://github.com/jamielennox/requests-mock/pull/251](https://togithub.com/jamielennox/requests-mock/pull/251) - Remove unused `six` dependency by [@Viicos](https://togithub.com/Viicos) in [https://github.com/jamielennox/requests-mock/pull/252](https://togithub.com/jamielennox/requests-mock/pull/252) #### New Contributors - [@KrishanBhasin](https://togithub.com/KrishanBhasin) made their first contribution in [https://github.com/jamielennox/requests-mock/pull/239](https://togithub.com/jamielennox/requests-mock/pull/239) - [@Viicos](https://togithub.com/Viicos) made their first contribution in [https://github.com/jamielennox/requests-mock/pull/244](https://togithub.com/jamielennox/requests-mock/pull/244) - [@pavellos21](https://togithub.com/pavellos21) made their first contribution in [https://github.com/jamielennox/requests-mock/pull/251](https://togithub.com/jamielennox/requests-mock/pull/251) **Full Changelog**: https://github.com/jamielennox/requests-mock/compare/1.11.0...1.12.0 ### [`v1.11.0`](https://togithub.com/jamielennox/requests-mock/releases/tag/1.11.0) [Compare Source](https://togithub.com/jamielennox/requests-mock/compare/1.10.0...1.11.0) #### What's Changed - Upgrade GitHub Actions by [@cclauss](https://togithub.com/cclauss) in [https://github.com/jamielennox/requests-mock/pull/224](https://togithub.com/jamielennox/requests-mock/pull/224) - Typing analysis and public type aliases by [@noirbizarre](https://togithub.com/noirbizarre) in [https://github.com/jamielennox/requests-mock/pull/226](https://togithub.com/jamielennox/requests-mock/pull/226) - Use unittest.mock when available on Python > 3.3 by [@jelly](https://togithub.com/jelly) in [https://github.com/jamielennox/requests-mock/pull/230](https://togithub.com/jamielennox/requests-mock/pull/230) - Tell urllib3 to ignore content length mismatch by [@jamielennox](https://togithub.com/jamielennox) in [https://github.com/jamielennox/requests-mock/pull/232](https://togithub.com/jamielennox/requests-mock/pull/232) - Remove testrepository dependency by [@jamielennox](https://togithub.com/jamielennox) in [https://github.com/jamielennox/requests-mock/pull/229](https://togithub.com/jamielennox/requests-mock/pull/229) #### New Contributors - [@cclauss](https://togithub.com/cclauss) made their first contribution in [https://github.com/jamielennox/requests-mock/pull/224](https://togithub.com/jamielennox/requests-mock/pull/224) - [@noirbizarre](https://togithub.com/noirbizarre) made their first contribution in [https://github.com/jamielennox/requests-mock/pull/226](https://togithub.com/jamielennox/requests-mock/pull/226) - [@jelly](https://togithub.com/jelly) made their first contribution in [https://github.com/jamielennox/requests-mock/pull/230](https://togithub.com/jamielennox/requests-mock/pull/230) **Full Changelog**: https://github.com/jamielennox/requests-mock/compare/1.10.0...1.11.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.