diff options
| author | 2022-01-30 17:42:15 +0100 | |
|---|---|---|
| committer | 2022-01-30 17:42:15 +0100 | |
| commit | df093d35f7156601f8d1b5448eb5f596e5475e1d (patch) | |
| tree | 271e0e0d072e09bd82a0b03e12fb727b33dcf52f | |
| 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
| -rw-r--r-- | poetry.lock | 10 | ||||
| -rw-r--r-- | pyproject.toml | 2 | 
2 files changed, 6 insertions, 6 deletions
| diff --git a/poetry.lock b/poetry.lock index fbf6d8cd..96e44c3b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -567,11 +567,11 @@ toml = ["toml"]  [[package]]  name = "pyfakefs" -version = "4.4.0" +version = "4.5.4"  description = "pyfakefs implements a fake file system that mocks the Python file system modules."  category = "dev"  optional = false -python-versions = ">=3.5" +python-versions = ">=3.6"  [[package]]  name = "pyflakes" @@ -799,7 +799,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes  [metadata]  lock-version = "1.1"  python-versions = "3.9.*" -content-hash = "2dddd404fff2345135222a309872bfb84c46537ba4f8994e39d6bc563a209522" +content-hash = "61fa9b7aa99c2f03f4fe990633498bd6bba1f97e39b226f8005fd2a259faf852"  [metadata.files]  asgiref = [ @@ -1116,8 +1116,8 @@ pydocstyle = [      {file = "pydocstyle-6.1.1.tar.gz", hash = "sha256:1d41b7c459ba0ee6c345f2eb9ae827cab14a7533a88c5c6f7e94923f72df92dc"},  ]  pyfakefs = [ -    {file = "pyfakefs-4.4.0-py3-none-any.whl", hash = "sha256:1ac3b2845dabe69af56c20691b9347914581195ccdde352535fb7d4ff0055c19"}, -    {file = "pyfakefs-4.4.0.tar.gz", hash = "sha256:082d863e0e2a74351f697da404e329a91e18e5055942e59d1b836e8459b2c94c"}, +    {file = "pyfakefs-4.5.4-py3-none-any.whl", hash = "sha256:e0cc0d22cb74badf4fb2143a112817d7aea1a58ee9dca015a68bf38c3691cb52"}, +    {file = "pyfakefs-4.5.4.tar.gz", hash = "sha256:5b5951e873f73bf12e3a19d8e4470c4b7962c51df753cf8c4caaf64e24a0a323"},  ]  pyflakes = [      {file = "pyflakes-2.3.1-py2.py3-none-any.whl", hash = "sha256:7893783d01b8a89811dd72d7dfd4d84ff098e5eed95cfa8905b22bbffe52efc3"}, 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" | 
