From a336f8700a2e75a4324b9d38ce29be0ae98839aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:50:01 +0000 Subject: [PATCH] chore(deps-dev): bump pyfakefs from 3.7.2 to 5.7.4 Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 3.7.2 to 5.7.4. - [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/v3.7.2...v5.7.4) --- updated-dependencies: - dependency-name: pyfakefs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements-py2.txt | 2 +- dev-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements-py2.txt b/dev-requirements-py2.txt index e591dfb4..a384617b 100644 --- a/dev-requirements-py2.txt +++ b/dev-requirements-py2.txt @@ -1,3 +1,3 @@ -pyfakefs==3.7.2 +pyfakefs==5.7.4 pytest-ckan pytest-cov diff --git a/dev-requirements.txt b/dev-requirements.txt index 51697501..93969a3a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,3 +1,3 @@ -pyfakefs==4.6.* +pyfakefs==5.7.* pytest-ckan pytest-cov