asmodehn / aiokraken

Asyncio Library for http://kraken.com
MIT License
1 stars 0 forks source link

Update pytest-recording to 0.13.2 #678

Open pyup-bot opened 2 months ago

pyup-bot commented 2 months ago

This PR updates pytest-recording from 0.3.6 to 0.13.2.

Changelog ### 0.13.2 ``` - Add lazy loading of VCR to reduce plugin overhead. 145 - Documentation improvements. ``` ### 0.13.1 ``` - Add support for Python 3.12. - Add trove classifier for the license. ``` ### 0.13.0 ``` - Drop support for Python 3.5 and 3.6. 97 - Add support for VCR.py 5.0.0. 118 - Drop direct dependency on `attrs`. - Build: Switch the build backend to [Hatch](https://hatch.pypa.io/). ``` ### 0.12.2 ``` :rocket: Added - Support for Python 3.10 and 3.11. 96 ``` ### 0.12.1 ``` :rocket: Added - Allow `block_network.allowed_hosts` configuration via the `vcr_config` fixture. 82 ``` ### 0.12.0 ``` - 071ede2 Validate input arguments for `vcr` and `block_network` pytest marks - 92a922b Update pre-commit & fix a typo in the `isort` config :package: Other - e0ae83d Mention the default recording mode in the README file ``` ### 0.11.0 ``` - 2e2e3e3 Add Tox `build` job for packaging purposes :package: Other - f9d6db7 Add release & publish jobs - ba11b9f Fix typo - b245d79 Update README - 15cc6bc Add Python 3.9 builds ``` ### 0.9.0 ``` Added - Type annotations to the plugin's internals. Fixed - `TypeError` when using network blocking with an address as `bytes` or `bytearray`. 55 Removed - Python 2 support. 53 ```
Links - PyPI: https://pypi.org/project/pytest-recording - Changelog: https://data.safetycli.com/changelogs/pytest-recording/