From 006f80d121a7990aa61accf1070d9699ec208f8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:45:08 +0000 Subject: [PATCH] build(deps): bump pyfakefs from 5.7.2 to 5.7.3 Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 5.7.2 to 5.7.3. - [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.7.2...v5.7.3) --- 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 9a697e58..52b77c5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ [project.optional-dependencies] -tests = ["pytest==8.3.4", "pytest-cov==6.0.0", "pyfakefs==5.7.2"] +tests = ["pytest==8.3.4", "pytest-cov==6.0.0", "pyfakefs==5.7.3"] doc = [ "Sphinx==8.1.3",