diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index b167c4cd9..5a6ebdc63 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -722,7 +722,7 @@ testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy [[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 @@ -897,7 +897,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "6fb124e6a8b32b352b013c788442ac8b19c7126647f684c9fa1398f844e12948" +content-hash = "1e84bc8e292a2690402735bbf3a834a118a12092d81e88747c407db3a71aa572" [metadata.files] aiohttp = [ @@ -1632,8 +1632,8 @@ pytest-asyncio = [ {file = "pytest_asyncio-0.19.0-py3-none-any.whl", hash = "sha256:7a97e37cfe1ed296e2e84941384bdd37c376453912d397ed39293e0916f521fa"}, ] 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-dateutil = [ {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index 34133f40a..b4a3e712c 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -45,7 +45,7 @@ pylint-pydantic = "^0.1.4" coverage = "^6.5.0" pylint-pytest = "^1.1.2" pytest-asyncio = "^0.19.0" -pytest-mock = "^3.8.2" +pytest-mock = "^3.10.0" pytest-aiohttp = "^1.0.4" black = "^22.10.0" mkdocs = "^1.3.1"