diff options
author | 2023-01-16 19:41:05 +0000 | |
---|---|---|
committer | 2023-01-16 19:41:05 +0000 | |
commit | 101c7b4191010d569a892c09371da93bafd80114 (patch) | |
tree | b87d89b431938a678dea5f5c7b1ce254542a27f1 /pyproject.toml | |
parent | Merge pull request #837 from python-discord/enable-dependabot-github-actions-... (diff) |
Bump pyfakefs from 5.0.0 to 5.1.0
Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 5.0.0 to 5.1.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/v5.0.0...v5.1.0)
---
updated-dependencies:
- dependency-name: pyfakefs
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 57527abc..8e18aab1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ flake8-string-format = "0.3.0" flake8-todo = "0.7" pep8-naming = "0.13.3" pre-commit = "2.21.0" -pyfakefs = "5.0.0" +pyfakefs = "5.1.0" taskipy = "1.10.3" python-dotenv = "0.21.0" |