diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-14 07:50:48 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-07-14 10:21:45 +0200 |
commit | 4380fc2bac7d910591b9e0f165e80a1a5b096696 (patch) | |
tree | f9bf39bd6db2f12b982170cd5f83fc508d1d1a46 /requirements-dev.txt | |
parent | b7b184244de2387f2ccf12a85a0902c799e37b02 (diff) | |
download | searxng-4380fc2bac7d910591b9e0f165e80a1a5b096696.tar.gz searxng-4380fc2bac7d910591b9e0f165e80a1a5b096696.zip |
Bump mock from 5.0.2 to 5.1.0
Bumps [mock](https://github.com/testing-cabal/mock) from 5.0.2 to 5.1.0.
- [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/testing-cabal/mock/compare/5.0.2...5.1.0)
---
updated-dependencies:
- dependency-name: mock
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 591bcb553..3e78b6ca0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -mock==5.0.2 +mock==5.1.0 nose2[coverage_plugin]==0.13.0 cov-core==1.15.0 black==22.12.0 |