From e52fe2444575cedccdca9fa52a19ab60aaa37df2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:29:25 +0000 Subject: [PATCH] Bump pyfakefs from 5.6.0 to 5.7.0 Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/pytest-dev/pyfakefs/releases) - [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md) - [Commits](https://github.com/pytest-dev/pyfakefs/compare/v5.6.0...v5.7.0) --- updated-dependencies: - dependency-name: pyfakefs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 6f858a1..f9872fa 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -2,7 +2,7 @@ anyio==4.6.0 pytest==8.3.3 pytest-cov==5.0.0 -pyfakefs==5.6.0 +pyfakefs==5.7.0 # Linters isort[colors]==5.13.2