diff options
author | 2022-10-10 05:01:33 +0000 | |
---|---|---|
committer | 2022-10-10 05:01:33 +0000 | |
commit | 5f00c7b359e2c8ddb4f27aa071d23b84b03b252f (patch) | |
tree | 73646ab57b00e656ddf93e22ee679dc824e427de /pyproject.toml | |
parent | Merge pull request #744 from python-discord/snekbox-311-and-metricity (diff) |
Bump pyfakefs from 4.7.0 to 5.0.0
Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 4.7.0 to 5.0.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/v4.7.0...v5.0.0)
---
updated-dependencies:
- dependency-name: pyfakefs
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 50738cfe..112c98f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ flake8-string-format = "0.3.0" flake8-todo = "0.7" pep8-naming = "0.13.2" pre-commit = "2.20.0" -pyfakefs = "4.7.0" +pyfakefs = "5.0.0" taskipy = "1.10.3" python-dotenv = "0.21.0" |