From e9585cdb1e77125f37dab0cf75bd364dd6355645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 10:09:34 -0400 Subject: [PATCH] build(deps): bump pyfakefs from 4.1.0 to 4.5.6 in /infra/ci (#7446) Bumps [pyfakefs](https://github.com/jmcgeheeiv/pyfakefs) from 4.1.0 to 4.5.6. - [Release notes](https://github.com/jmcgeheeiv/pyfakefs/releases) - [Changelog](https://github.com/jmcgeheeiv/pyfakefs/blob/master/CHANGES.md) - [Commits](https://github.com/jmcgeheeiv/pyfakefs/compare/v4.1.0...v4.5.6) --- updated-dependencies: - dependency-name: pyfakefs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- infra/ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/ci/requirements.txt b/infra/ci/requirements.txt index 310ba53e8..ae009eda0 100644 --- a/infra/ci/requirements.txt +++ b/infra/ci/requirements.txt @@ -1,6 +1,6 @@ # Requirements for submitting code changes to infra/ (needed by presubmit.py). parameterized==0.7.4 -pyfakefs==4.1.0 +pyfakefs==4.5.6 pylint==2.5.3 pytest==6.2.1 pytest-xdist==2.2.0