Sourced from requests-mock's releases.
1.11.0
What's Changed
- Upgrade GitHub Actions by
@cclauss
in jamielennox/requests-mock#224- Typing analysis and public type aliases by
@noirbizarre
in jamielennox/requests-mock#226- Use unittest.mock when available on Python > 3.3 by
@jelly
in jamielennox/requests-mock#230- Tell urllib3 to ignore content length mismatch by
@jamielennox
in jamielennox/requests-mock#232- Remove testrepository dependency by
@jamielennox
in jamielennox/requests-mock#229New Contributors
@cclauss
made their first contribution in jamielennox/requests-mock#224@noirbizarre
made their first contribution in jamielennox/requests-mock#226@jelly
made their first contribution in jamielennox/requests-mock#230Full Changelog: https://github.com/jamielennox/requests-mock/compare/1.10.0...1.11.0
15df8e2
Remove testrepository dependency722cb3a
Remove nova/keystone tip tests and fix requests-tipdcbef4f
Tell urllib3 to ignore content length mismatchdc806b3
Use unittest.mock when available on Python > 3.3fc19034
Merge pull request #226
from noirbizarre/style/typingfb0ae61
Merge remote-tracking branch 'origin/master' into style/typing799ac71
Upgrade GitHub Actions (#224)a5ebf1c
ci(typing): renamed flake8.yml
workflow into
lint.yml
and add mypy linting5aa8038
style(typing): expose public TypeAliases for type intended for library
usersf84703f
build(typing): add type hinting linting using MyPy