From d3f897e0056526442192ba3b55fa8566751557ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:31:40 +0000 Subject: [PATCH] Bump pyfakefs from 5.3.1 to 5.3.2 Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 5.3.1 to 5.3.2. - [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.1...v5.3.2) --- updated-dependencies: - dependency-name: pyfakefs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 407c2b5e..d44a0d35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ tests = [ "pytest==7.4.3", "pytest-cov==4.1.0", - "pyfakefs==5.3.1", + "pyfakefs==5.3.2", ] doc = [