diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-30 07:00:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-30 07:00:49 +0000 |
commit | 62fb8ee9b47898802d48ad229f1e6e87589c1dbc (patch) | |
tree | 6fa75aa3ba2f44a8cf8f5c0f11ad9db5029f95fd | |
parent | 9b31976cf3fe4d7e33c39b93e79ef88eae295444 (diff) | |
download | searxng-62fb8ee9b47898802d48ad229f1e6e87589c1dbc.tar.gz searxng-62fb8ee9b47898802d48ad229f1e6e87589c1dbc.zip |
Bump mock from 4.0.3 to 5.0.0
Bumps [mock](https://github.com/testing-cabal/mock) from 4.0.3 to 5.0.0.
- [Release notes](https://github.com/testing-cabal/mock/releases)
- [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/testing-cabal/mock/compare/4.0.3...5.0.0)
---
updated-dependencies:
- dependency-name: mock
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 1e6e6caaa..07e1f53e2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -mock==4.0.3 +mock==5.0.0 nose2[coverage_plugin]==0.12.0 cov-core==1.15.0 black==22.12.0 |