diff --git a/poetry.lock b/poetry.lock index fc90e6a..c2d3d87 100644 --- a/poetry.lock +++ b/poetry.lock @@ -465,7 +465,7 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-mock" -version = "3.9.0" +version = "3.10.0" description = "Thin-wrapper around the mock package for easier use with pytest" category = "dev" optional = false @@ -635,7 +635,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "073390632937d529051c6f455dc4edfcc96b72e71881868e3dd9d80023ba41e2" +content-hash = "8412cea9909c374152950f0544aa90321bd36d749389b279865ac0e7f6f9e8f0" [metadata.files] attrs = [ @@ -878,8 +878,8 @@ pytest-cov = [ {file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"}, ] pytest-mock = [ - {file = "pytest-mock-3.9.0.tar.gz", hash = "sha256:c899a0dcc8a5f22930acd020b500abd5f956911f326864a3b979e4866e14da82"}, - {file = "pytest_mock-3.9.0-py3-none-any.whl", hash = "sha256:1a1b9264224d026932d6685a0f9cef3b61d91563c3e74af9fe5afb2767e13812"}, + {file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"}, + {file = "pytest_mock-3.10.0-py3-none-any.whl", hash = "sha256:f4c973eeae0282963eb293eb173ce91b091a79c1334455acfac9ddee8a1c784b"}, ] python-json-logger = [ {file = "python-json-logger-2.0.4.tar.gz", hash = "sha256:764d762175f99fcc4630bd4853b09632acb60a6224acb27ce08cd70f0b1b81bd"}, diff --git a/pyproject.toml b/pyproject.toml index fbf658f..609a134 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pep8-naming = "0.13.2" pydocstyle = "6.1.1" pytest = "7.1.3" pytest-cov = "4.0.0" -pytest-mock = "3.9.0" +pytest-mock = "3.10.0" requests-mock = "1.10.0" yapf = "0.32.0" toml = "0.10.2"