diff options
author | 2022-01-30 17:42:15 +0100 | |
---|---|---|
committer | 2022-01-30 17:42:15 +0100 | |
commit | df093d35f7156601f8d1b5448eb5f596e5475e1d (patch) | |
tree | 271e0e0d072e09bd82a0b03e12fb727b33dcf52f /pyproject.toml | |
parent | Merge pull request #647 from python-discord/voice-mute-in-metricity-endpoint (diff) | |
parent | Update pyfakefs to 4.5 (diff) |
Merge pull request #649 from python-discord/update-pyfakefs
Update pyfakefs to 4.5
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 258772c2..3fa22740 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ flake8-todo = "~=0.7" mccabe = "~=0.6.1" pep8-naming = "~=0.9" pre-commit = "~=2.1" -pyfakefs = "~=4.4.0" +pyfakefs = "~=4.5" coveralls = "~=2.1" taskipy = "~=1.7.0" python-dotenv = "~=0.17.1" |