diff options
author | 2022-10-12 12:24:58 -0700 | |
---|---|---|
committer | 2022-10-12 12:24:58 -0700 | |
commit | 01f5651045f5e2b90d213bd5c96d1ff06375137b (patch) | |
tree | 73646ab57b00e656ddf93e22ee679dc824e427de /pyproject.toml | |
parent | Merge pull request #744 from python-discord/snekbox-311-and-metricity (diff) | |
parent | Bump pyfakefs from 4.7.0 to 5.0.0 (diff) |
Merge pull request #779 from python-discord/dependabot/pip/pyfakefs-5.0.0
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 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" |