diff --git a/poetry.lock b/poetry.lock index 82bb332..9603ba6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -466,11 +466,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" @@ -637,7 +637,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "3fc833f496292aee24d852607f8a0ab0d53e5080540db8d67d58de057d4f3401" +content-hash = "8aff8770c1368cca9f073366de387ddf8595ccaa6db3e3f068e6ec4d3b3935b6" [metadata.files] atomicwrites = [ @@ -906,8 +906,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-json-logger = [ {file = "python-json-logger-2.0.2.tar.gz", hash = "sha256:202a4f29901a4b8002a6d1b958407eeb2dd1d83c18b18b816f5b64476dde9096"}, diff --git a/pyproject.toml b/pyproject.toml index 57e5c1c..23be44e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,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" requests-mock = "1.9.3" yapf = "0.32.0"