Update dependency pytest-mock to v3.8.1 (develop)
This commit is contained in:
parent
1b640f6e30
commit
5ba068dac4
|
@ -1568,7 +1568,7 @@ pytest = ">=2.6.0"
|
|||
|
||||
[[package]]
|
||||
name = "pytest-mock"
|
||||
version = "3.7.0"
|
||||
version = "3.8.1"
|
||||
description = "Thin-wrapper around the mock package for easier use with pytest"
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -2120,7 +2120,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "aef02a685c4265673359de47e9f8008c57786fd368ebf7cc4b52a7e401fad50c"
|
||||
content-hash = "71f2a18f3a76a2787cce5ed8794833995cf771294a60f87de458daae31032274"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -3206,8 +3206,8 @@ pytest-env = [
|
|||
{file = "pytest-env-0.6.2.tar.gz", hash = "sha256:7e94956aef7f2764f3c147d216ce066bf6c42948bb9e293169b1b1c880a580c2"},
|
||||
]
|
||||
pytest-mock = [
|
||||
{file = "pytest-mock-3.7.0.tar.gz", hash = "sha256:5112bd92cc9f186ee96e1a92efc84969ea494939c3aead39c50f421c4cc69534"},
|
||||
{file = "pytest_mock-3.7.0-py3-none-any.whl", hash = "sha256:6cff27cec936bf81dc5ee87f07132b807bcda51106b5ec4b90a04331cba76231"},
|
||||
{file = "pytest-mock-3.8.1.tar.gz", hash = "sha256:2c6d756d5d3bf98e2e80797a959ca7f81f479e7d1f5f571611b0fdd6d1745240"},
|
||||
{file = "pytest_mock-3.8.1-py3-none-any.whl", hash = "sha256:d989f11ca4a84479e288b0cd1e6769d6ad0d3d7743dcc75e460d1416a5f2135a"},
|
||||
]
|
||||
pytest-randomly = [
|
||||
{file = "pytest-randomly-3.11.0.tar.gz", hash = "sha256:9f013b8c1923130f3d0a286fde56e1fc52cfb3547b8eedf2765c460cee979c7f"},
|
||||
|
|
|
@ -64,7 +64,7 @@ pytest = "==7.1.2"
|
|||
pytest-cov = "==3.0.0"
|
||||
pytest-django = "==4.5.2"
|
||||
pytest-env = "==0.6.2"
|
||||
pytest-mock = "==3.7.0"
|
||||
pytest-mock = "==3.8.1"
|
||||
pytest-randomly = "==3.11.0"
|
||||
pytest-sugar = "==0.9.4"
|
||||
pytest-asyncio = "==0.18.3"
|
||||
|
|
Loading…
Reference in New Issue