From fda003b697bff368334bd5c8156d1e3d3c7a3bcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:49:17 +0000 Subject: [PATCH] Update pytest-recording requirement from >=0.13.3 to >=0.13.4 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.13.3...v0.13.4) --- updated-dependencies: - dependency-name: pytest-recording dependency-version: 0.13.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21c3a06..1e4f375 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ build-backend = "setuptools.build_meta" [dependency-groups] dev = [ "pytest-cov", - "pytest-recording>=0.13.3", + "pytest-recording>=0.13.4", "pytest>=7.1.2", "requests-mock>=1.9.3", "types-requests",