Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): update pytest-recording requirement from ~=0.12.0 to ~=0.12.1 #246

Merged
merged 1 commit into from
Jun 21, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2022

Updates the requirements on pytest-recording to permit the latest version.

Release notes

Sourced from pytest-recording's releases.

Release 0.12.1

Added

  • Allow block_network.allowed_hosts configuration via the vcr_config fixture. #82

🚀 Features

  • 906e597 Allow block_network.allowed_hosts configuration via fixture

🔧 Chores and Improvements

  • abd93b3 Release 0.12.0
  • dafd141 Lazily evaluate the vcr_config fixture
  • 494af5b Update test involving pluggy
  • 3b6cd93 Pin werkzeug in tests
  • 9c7bfa5 Update pre-commit

📦 Other

  • e326783 Update codecov step
  • 53f42b2 Correct changelog
Changelog

Sourced from pytest-recording's changelog.

0.12.1_ - 2022-06-20

  • Allow block_network.allowed_hosts configuration via vcr_config fixture. [#82](https://github.com/kiwicom/pytest-recording/issues/82)_

0.12.0_ - 2021-07-08

Fixed


- Honor ``record_mode`` set via the ``vcr_config`` fixture or the ``vcr`` mark when ``block_network`` is applied. `[#68](https://github.com/kiwicom/pytest-recording/issues/68)`_

Changed

  • Validate input arguments for the block_network pytest mark. [#69](https://github.com/kiwicom/pytest-recording/issues/69)_

0.11.0_ - 2020-11-25

Added


- ``--disable-recording`` CLI option to completely disable the VCR.py integration. `[#64](https://github.com/kiwicom/pytest-recording/issues/64)`_

0.10.0_ - 2020-10-06

Added

  • The pytest.mark.default_cassette marker that overrides the default cassette name.

0.9.0_ - 2020-08-13

Added


- Type annotations to the plugin's internals.

Fixed

  • TypeError when using network blocking with address as bytes or bytearray. [#55](https://github.com/kiwicom/pytest-recording/issues/55)_

Removed


</tr></table> 

... (truncated)

Commits
  • abd93b3 chore: Release 0.12.0
  • dafd141 chore: Lazily evaluate the vcr_config fixture
  • 906e597 feat: Allow block_network.allowed_hosts configuration via fixture
  • e326783 build: Update codecov step
  • 494af5b chore: Update test involving pluggy
  • 3b6cd93 chore: Pin werkzeug in tests
  • 9c7bfa5 chore: Update pre-commit
  • 53f42b2 docs: Correct changelog
  • See full diff 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [pytest-recording](https://github.com/kiwicom/pytest-recording) to permit the latest version.
- [Release notes](https://github.com/kiwicom/pytest-recording/releases)
- [Changelog](https://github.com/kiwicom/pytest-recording/blob/master/docs/changelog.rst)
- [Commits](kiwicom/pytest-recording@v0.12.0...v0.12.1)

---
updated-dependencies:
- dependency-name: pytest-recording
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Jun 21, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jun 21, 2022

Codecov Report

Merging #246 (5418dae) into main (a15b169) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #246   +/-   ##
=======================================
  Coverage   83.40%   83.40%           
=======================================
  Files          10       10           
  Lines         711      711           
=======================================
  Hits          593      593           
  Misses        118      118           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a15b169...5418dae. Read the comment docs.

@gadomski gadomski merged commit 275997f into main Jun 21, 2022
@gadomski gadomski deleted the dependabot/pip/pytest-recording-approx-eq-0.12.1 branch June 21, 2022 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants