diff --git a/poetry.lock b/poetry.lock index b1a2c66..5464236 100644 --- a/poetry.lock +++ b/poetry.lock @@ -532,11 +532,11 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pytest-mock" -version = "3.6.1" +version = "3.7.0" description = "Thin-wrapper around the mock package for easier use with pytest" category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] pytest = ">=5.0" @@ -690,7 +690,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "b599c7798576d406cad5e4f17f71143ef582c32e33d7b4addcb3105c061bef37" +content-hash = "347b55d377caa574e3428a117d0d82e5a43f25f21337c563801b857276e8d871" [metadata.files] anyconfig = [ @@ -993,8 +993,8 @@ pytest-cov = [ {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, ] pytest-mock = [ - {file = "pytest-mock-3.6.1.tar.gz", hash = "sha256:40217a058c52a63f1042f0784f62009e976ba824c418cced42e88d5f40ab0e62"}, - {file = "pytest_mock-3.6.1-py3-none-any.whl", hash = "sha256:30c2f2cc9759e76eee674b81ea28c9f0b94f8f0445a1b87762cadf774f0df7e3"}, + {file = "pytest-mock-3.7.0.tar.gz", hash = "sha256:5112bd92cc9f186ee96e1a92efc84969ea494939c3aead39c50f421c4cc69534"}, + {file = "pytest_mock-3.7.0-py3-none-any.whl", hash = "sha256:6cff27cec936bf81dc5ee87f07132b807bcda51106b5ec4b90a04331cba76231"}, ] python-dotenv = [ {file = "python-dotenv-0.19.2.tar.gz", hash = "sha256:a5de49a31e953b45ff2d2fd434bbc2670e8db5273606c1e737cc6b93eff3655f"}, diff --git a/pyproject.toml b/pyproject.toml index 97d46ca..c7e5114 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ pep8-naming = "0.12.1" pydocstyle = "6.1.1" pytest = "6.2.5" pytest-cov = "3.0.0" -pytest-mock = "3.6.1" +pytest-mock = "3.7.0" yapf = "0.32.0" [tool.poetry.scripts]