Skip to content

Commit

Permalink
Bump mock from 4.0.3 to 5.0.0
Browse files Browse the repository at this point in the history
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](testing-cabal/mock@4.0.3...5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 2, 2023
1 parent 34aeed1 commit 7dba047
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fedora-messaging = "^3.2.0"
flake8 = {version = "^5.0.4", optional = true}
pytest = {version = "^7.2.0", optional = true}
pytest-cov = {version = "^4.0.0", optional = true}
mock = {version = "^4.0.3", optional = true}
mock = {version = "^5.0.0", optional = true}

SQLAlchemy = {version = "^1.4.45", optional = true}
psycopg2-binary = {version = "^2.9.5", optional = true}
Expand Down

0 comments on commit 7dba047

Please sign in to comment.