mirror of
https://github.com/thegeeklab/docker-autotag.git
synced 2024-11-05 08:50:40 +00:00
chore(deps): update dependency pytest-mock to v3.10.0
This commit is contained in:
parent
70ce89f138
commit
59ff380fc2
8
poetry.lock
generated
8
poetry.lock
generated
@ -465,7 +465,7 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale
|
||||
|
||||
[[package]]
|
||||
name = "pytest-mock"
|
||||
version = "3.9.0"
|
||||
version = "3.10.0"
|
||||
description = "Thin-wrapper around the mock package for easier use with pytest"
|
||||
category = "dev"
|
||||
optional = false
|
||||
@ -635,7 +635,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "073390632937d529051c6f455dc4edfcc96b72e71881868e3dd9d80023ba41e2"
|
||||
content-hash = "8412cea9909c374152950f0544aa90321bd36d749389b279865ac0e7f6f9e8f0"
|
||||
|
||||
[metadata.files]
|
||||
attrs = [
|
||||
@ -878,8 +878,8 @@ pytest-cov = [
|
||||
{file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"},
|
||||
]
|
||||
pytest-mock = [
|
||||
{file = "pytest-mock-3.9.0.tar.gz", hash = "sha256:c899a0dcc8a5f22930acd020b500abd5f956911f326864a3b979e4866e14da82"},
|
||||
{file = "pytest_mock-3.9.0-py3-none-any.whl", hash = "sha256:1a1b9264224d026932d6685a0f9cef3b61d91563c3e74af9fe5afb2767e13812"},
|
||||
{file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"},
|
||||
{file = "pytest_mock-3.10.0-py3-none-any.whl", hash = "sha256:f4c973eeae0282963eb293eb173ce91b091a79c1334455acfac9ddee8a1c784b"},
|
||||
]
|
||||
python-json-logger = [
|
||||
{file = "python-json-logger-2.0.4.tar.gz", hash = "sha256:764d762175f99fcc4630bd4853b09632acb60a6224acb27ce08cd70f0b1b81bd"},
|
||||
|
@ -56,7 +56,7 @@ pep8-naming = "0.13.2"
|
||||
pydocstyle = "6.1.1"
|
||||
pytest = "7.1.3"
|
||||
pytest-cov = "4.0.0"
|
||||
pytest-mock = "3.9.0"
|
||||
pytest-mock = "3.10.0"
|
||||
requests-mock = "1.10.0"
|
||||
yapf = "0.32.0"
|
||||
toml = "0.10.2"
|
||||
|
Loading…
Reference in New Issue
Block a user