diff options
author | 2022-01-31 00:42:55 +0400 | |
---|---|---|
committer | 2022-01-31 00:45:32 +0400 | |
commit | 77a2b731c1b7132ab56a7f27ac665e4d71e0d169 (patch) | |
tree | 0c371647c53f249b769d5e2d1e0688cf472ff261 /pyproject.toml | |
parent | Revert ugly deploy preview redirect hack. (diff) | |
parent | Merge pull request #649 from python-discord/update-pyfakefs (diff) |
Merge branch 'main' into swfarnsworth/smarter-resources/merge-with-main
Signed-off-by: Hassan Abouelela <[email protected]>
# Conflicts:
# poetry.lock
# pyproject.toml
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 dcd08e1c..8525a16e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ flake8-todo = "~=0.7" mccabe = "~=0.6.1" pep8-naming = "~=0.9" pre-commit = "~=2.1" -pyfakefs = "~=4.4.0" +pyfakefs = "~=4.5" python-dotenv = "~=0.17.1" taskipy = "~=1.7.0" |