summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-21 07:56:41 +0000
committerGitHub <noreply@github.com>2023-04-21 07:56:41 +0000
commit55a3eedc536faa0b6c325198bca8e492f62ef780 (patch)
tree949c98560819f165cb9311348a3b00d0dfc8cea6 /requirements-dev.txt
parent0265bf52c4247ff562e3e5c552dbf860d0b5b764 (diff)
Bump mock from 5.0.1 to 5.0.2
Bumps [mock](https://github.com/testing-cabal/mock) from 5.0.1 to 5.0.2. - [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/5.0.1...5.0.2) --- updated-dependencies: - dependency-name: mock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index f9ebe4cb..0a123e55 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,4 +1,4 @@
-mock==5.0.1
+mock==5.0.2
nose2[coverage_plugin]==0.12.0
cov-core==1.15.0
black==22.12.0