Skip to content

Commit

Permalink
Bump mock from 2.0.0 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [mock](https://github.com/testing-cabal/mock) from 2.0.0 to 5.1.0.
- [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst)
- [Commits](testing-cabal/mock@2.0.0...5.1.0)

---
updated-dependencies:
- dependency-name: mock
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 5, 2024
1 parent b56b3e7 commit 887333d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ m2r==0.3.1
MarkupSafe==2.1.3
mccabe==0.6.1
mistune==0.8.4
mock==2.0.0
mock==5.1.0
multidict==5.1.0
packaging==21.0
pbr==5.11.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
]

tests_require = [
"mock==2.0.0",
"mock==5.1.0",
"flake8==3.7.9",
]

Expand Down

0 comments on commit 887333d

Please sign in to comment.