diff options
| -rw-r--r-- | poetry.lock | 8 | ||||
| -rw-r--r-- | pyproject.toml | 2 | 
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 39a364e3..a8aabf63 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1070,14 +1070,14 @@ toml = ["toml"]  [[package]]  name = "pyfakefs" -version = "5.0.0" +version = "5.1.0"  description = "pyfakefs implements a fake file system that mocks the Python file system modules."  category = "dev"  optional = false  python-versions = ">=3.7"  files = [ -    {file = "pyfakefs-5.0.0-py3-none-any.whl", hash = "sha256:e1b01954978fe2d9a4d75f079359d7f8d3af3bb12ff2dc8633a4cc0a0dc7fbda"}, -    {file = "pyfakefs-5.0.0.tar.gz", hash = "sha256:19d1d8f1ee520891d78b6ed05c2078e0792d545f83dee33461fbaa5cc72e187d"}, +    {file = "pyfakefs-5.1.0-py3-none-any.whl", hash = "sha256:e6f34a8224b41f1b1ab25aa8d430121dac42e3c6e981e01eae76b3343fba47d0"}, +    {file = "pyfakefs-5.1.0.tar.gz", hash = "sha256:316c6026640d14a6b4fbde71fd9674576d1b5710deda8fabde8aad51d785dbc3"},  ]  [[package]] @@ -1492,4 +1492,4 @@ brotli = ["Brotli"]  [metadata]  lock-version = "2.0"  python-versions = "3.10.*" -content-hash = "77cce32c3f20953bbbe109eb8c7965f95f4c3079262452842799178e52206bdc" +content-hash = "4421b4dbd372cf7deabb6a9537100d94d75aeabe7b477ef3c6a1032755641d1a" diff --git a/pyproject.toml b/pyproject.toml index 57527abc..8e18aab1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ flake8-string-format = "0.3.0"  flake8-todo = "0.7"  pep8-naming = "0.13.3"  pre-commit = "2.21.0" -pyfakefs = "5.0.0" +pyfakefs = "5.1.0"  taskipy = "1.10.3"  python-dotenv = "0.21.0"  |