From 95db3fa693c643bdbc3d4b9592ba4d72d469d326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 19:13:41 +0000 Subject: [PATCH] Bump pyfakefs from 5.3.5 to 5.5.0 Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 5.3.5 to 5.5.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.3.5...v5.5.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 1fdd27b..7b38947 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -2,7 +2,7 @@ anyio==4.3.0 pytest==8.1.1 pytest-cov==5.0.0 -pyfakefs==5.3.5 +pyfakefs==5.5.0 # Linters isort[colors]==5.13.2