diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-16 17:49:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-16 17:49:32 +0000 |
| commit | 2b245a4609f9374565326d2fa60c2ba7bb75dae8 (patch) | |
| tree | b989d860502a3fc8dd2aebbc6f608da972bbe9b5 | |
| parent | fd1b8f661b61fcc674ce7e410ee49c16e1eb2391 (diff) | |
| parent | b843dcc4045d941eb483c6dc818880885e03d5bb (diff) | |
Merge pull request #2580 from searx/dependabot/pip/master/nose2-coverage_plugin--0.10.0
| -rw-r--r-- | requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 483532723..0939dcd08 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ mock==4.0.3 -nose2[coverage_plugin]==0.9.2 +nose2[coverage_plugin]==0.10.0 cov-core==1.15.0 pycodestyle==2.6.0 pylint==2.6.0 |