From 575d0e28bb0d0b170a4d8d87996e778c99443024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 06:54:58 +0000 Subject: [PATCH] Bump pytest-mock from 3.4.0 to 3.5.0 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.4.0...v3.5.0) Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index daad256..cfddfa8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -557,7 +557,7 @@ pytest = ">=3.5" [[package]] name = "pytest-mock" -version = "3.4.0" +version = "3.5.0" description = "Thin-wrapper around the mock package for easier use with pytest" category = "dev" optional = false @@ -693,7 +693,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.6.1" -content-hash = "044ecc09aa0f2da8a1ad5b5b0e53717a266de57c28a9d0cbcbb10bbc2444c879" +content-hash = "95a2cd5339c6386abc6f941c179e839173af271972784c6ba255b53de371351a" [metadata.files] appdirs = [ @@ -955,8 +955,8 @@ pytest-flake8 = [ {file = "pytest_flake8-1.0.7-py2.py3-none-any.whl", hash = "sha256:c28cf23e7d359753c896745fd4ba859495d02e16c84bac36caa8b1eec58f5bc1"}, ] pytest-mock = [ - {file = "pytest-mock-3.4.0.tar.gz", hash = "sha256:c3981f5edee6c4d1942250a60d9b39d38d5585398de1bfce057f925bdda720f4"}, - {file = "pytest_mock-3.4.0-py3-none-any.whl", hash = "sha256:c0fc979afac4aaba545cbd01e9c20736eb3fefb0a066558764b07d3de8f04ed3"}, + {file = "pytest-mock-3.5.0.tar.gz", hash = "sha256:4992db789175540d40a193bc60e987b1e69f1a989adad525a44e581c82149b14"}, + {file = "pytest_mock-3.5.0-py3-none-any.whl", hash = "sha256:f9d77233b3af6c71cec6a8b8b5e9e9a2effd1bb6ff56e9ace72541ff6843ac81"}, ] pytest-pylint = [ {file = "pytest-pylint-0.18.0.tar.gz", hash = "sha256:790c7a8019fab08e59bd3812db1657a01995a975af8b1c6ce95b9aa39d61da27"}, diff --git a/pyproject.toml b/pyproject.toml index 6385419..4c9ee46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest-black = "^0.3.12" pytest-cov = "^2.10.1" pytest-datadir = "^1.3.1" pytest-flake8 = "^1.0.7" -pytest-mock = "^3.4.0" +pytest-mock = "^3.5.0" pytest-pylint = "^0.18.0" pre-commit = "^2.9.2"