mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-21 20:30:42 +00:00
chore(deps): update dependency pytest-mock to v3.11.1
This commit is contained in:
parent
202ba187bb
commit
bb4f42ea8b
8
poetry.lock
generated
8
poetry.lock
generated
@ -619,14 +619,14 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale
|
||||
|
||||
[[package]]
|
||||
name = "pytest-mock"
|
||||
version = "3.10.0"
|
||||
version = "3.11.1"
|
||||
description = "Thin-wrapper around the mock package for easier use with pytest"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"},
|
||||
{file = "pytest_mock-3.10.0-py3-none-any.whl", hash = "sha256:f4c973eeae0282963eb293eb173ce91b091a79c1334455acfac9ddee8a1c784b"},
|
||||
{file = "pytest-mock-3.11.1.tar.gz", hash = "sha256:7f6b125602ac6d743e523ae0bfa71e1a697a2f5534064528c6ff84c2f7c2fc7f"},
|
||||
{file = "pytest_mock-3.11.1-py3-none-any.whl", hash = "sha256:21c279fff83d70763b05f8874cc9cfb3fcacd6d354247a976f9529d19f9acf39"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -878,4 +878,4 @@ ansible-core = ["ansible-core"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9.0"
|
||||
content-hash = "21b00ade77e4bfa0891fe1ea5329f13d9d509d5bb277a784df8f91df9ebd778b"
|
||||
content-hash = "7b3ced7502f20635be1b98f26d965715ab55ab7f313cfa273c953e4aaff102eb"
|
||||
|
@ -58,7 +58,7 @@ ansible-later = "ansiblelater.__main__:main"
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
ruff = "0.0.272"
|
||||
pytest = "7.3.2"
|
||||
pytest-mock = "3.10.0"
|
||||
pytest-mock = "3.11.1"
|
||||
pytest-cov = "4.1.0"
|
||||
toml = "0.10.2"
|
||||
yapf = "0.40.0"
|
||||
|
Loading…
Reference in New Issue
Block a user