From 9c2fbcfa8c040a96af78ababae02fdf12cad381a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 05:10:49 +0000 Subject: [PATCH] build(deps-dev): update pytest-recording requirement 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](https://github.com/kiwicom/pytest-recording/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: pytest-recording dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 237d4bbc..bb710714 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ pytest~=6.2.3 pytest-benchmark~=3.4.1 pytest-cov~=3.0.0 -pytest-recording~=0.11.0 +pytest-recording~=0.12.0 pytest-console-scripts~=1.3.1 recommonmark~=0.7.1 requests-mock~=1.9.3