diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-16 17:43:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 17:43:13 +0000 |
commit | b843dcc4045d941eb483c6dc818880885e03d5bb (patch) | |
tree | b989d860502a3fc8dd2aebbc6f608da972bbe9b5 /requirements-dev.txt | |
parent | fd1b8f661b61fcc674ce7e410ee49c16e1eb2391 (diff) | |
download | searxng-b843dcc4045d941eb483c6dc818880885e03d5bb.tar.gz searxng-b843dcc4045d941eb483c6dc818880885e03d5bb.zip |
Bump nose2[coverage_plugin] from 0.9.2 to 0.10.0
Bumps [nose2[coverage_plugin]](https://github.com/nose-devs/nose2) from 0.9.2 to 0.10.0.
- [Release notes](https://github.com/nose-devs/nose2/releases)
- [Changelog](https://github.com/nose-devs/nose2/blob/master/docs/changelog.rst)
- [Commits](https://github.com/nose-devs/nose2/compare/0.9.2...0.10.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'requirements-dev.txt')
-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 |