Update dependency requests-mock to v1.12.1 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
requests-mock (source) | dev | minor |
1.11.0 -> 1.12.1
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
jamielennox/requests-mock (requests-mock)
v1.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
What's Changed
- Update copyright year by @KrishanBhasin in https://github.com/jamielennox/requests-mock/pull/239
- Remove py2 by @jamielennox in https://github.com/jamielennox/requests-mock/pull/248
- Allow
raw
parameter to accept callable like body elements by @jamielennox in https://github.com/jamielennox/requests-mock/pull/249 - Improve type definition of
Mocker.__call__
by @Viicos in https://github.com/jamielennox/requests-mock/pull/244 - Drop PBR Support by @jamielennox in https://github.com/jamielennox/requests-mock/pull/250
- fix(mocker.pyi): fix Mocker class type hints by @pavellos21 in https://github.com/jamielennox/requests-mock/pull/251
- Remove unused
six
dependency by @Viicos in https://github.com/jamielennox/requests-mock/pull/252
New Contributors
- @KrishanBhasin made their first contribution in https://github.com/jamielennox/requests-mock/pull/239
- @Viicos made their first contribution in https://github.com/jamielennox/requests-mock/pull/244
- @pavellos21 made their first contribution in https://github.com/jamielennox/requests-mock/pull/251
Full Changelog: https://github.com/jamielennox/requests-mock/compare/1.11.0...1.12.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.