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

Update pytest-recording requirement from ==0.12.* to ==0.13.* in /requirements #406

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

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

Release notes

Sourced from pytest-recording's releases.

Release 0.13.1

  • Add support for Python 3.12.
  • Add trove classifier for the license.
Changelog

Sourced from pytest-recording's changelog.

0.13.1_ - 2023-12-07

  • Add support for Python 3.12.
  • Add trove classifier for license.

0.13.0_ - 2023-08-01

  • Drop support for Python 3.5 and 3.6. [#97](https://github.com/kiwicom/pytest-recording/issues/97)_
  • Add support for VCR.py 5.0.0. [#118](https://github.com/kiwicom/pytest-recording/issues/118)_
  • Drop direct dependency on attrs.
  • Build: Switch the build backend to Hatch <https://hatch.pypa.io/>_.

0.12.2_ - 2023-02-16

  • Add support for Python 3.10 and 3.11. [#99](https://github.com/kiwicom/pytest-recording/issues/99)_

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

... (truncated)

Commits
  • 9e98622 chore: Release 0.13.1
  • ed40da4 chore: Support Python 3.12
  • f7cb61d chore: update pre-commit
  • 1e2ad90 chore(deps): update actions/checkout action to v4
  • 5c718de chore(deps): update dependency tests/werkzeug to v3
  • a7d4c2c Bump pre-commit hooks
  • 876d65f chore: add trove classifier for license
  • cac7d72 chore(deps): update actions/setup-python action to v5
  • d56c16e test: Fix broken tests
  • 85c3ffa build: Update image for the release job
  • Additional commits viewable 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 13, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/pytest-recording-eq-0.13.star branch from 11ba48e to 5740c2b Compare May 14, 2024 18:55
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.13.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/pytest-recording-eq-0.13.star branch from 5740c2b to ad9b5b5 Compare May 15, 2024 07:51
@ljcornel ljcornel merged commit dac8e46 into main May 16, 2024
11 checks passed
@ljcornel ljcornel deleted the dependabot/pip/requirements/pytest-recording-eq-0.13.star branch May 16, 2024 07:48
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.

1 participant