diff options
author | 2022-01-30 15:09:27 +0100 | |
---|---|---|
committer | 2022-01-30 15:09:27 +0100 | |
commit | ba05d434936b9ec158fe47764a4025b2d3c12093 (patch) | |
tree | 271e0e0d072e09bd82a0b03e12fb727b33dcf52f /pyproject.toml | |
parent | Merge pull request #647 from python-discord/voice-mute-in-metricity-endpoint (diff) |
Update pyfakefs to 4.5
This is required to allow running tests on 3.10.
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" |