mirror of
https://github.com/thegeeklab/docker-autotag.git
synced 2024-11-13 04:10:39 +00:00
chore(deps): update dependency pytest-mock to v3.8.2
This commit is contained in:
parent
8f65adfee8
commit
a1e58fc84b
8
poetry.lock
generated
8
poetry.lock
generated
@ -467,7 +467,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale
|
||||
|
||||
[[package]]
|
||||
name = "pytest-mock"
|
||||
version = "3.8.1"
|
||||
version = "3.8.2"
|
||||
description = "Thin-wrapper around the mock package for easier use with pytest"
|
||||
category = "dev"
|
||||
optional = false
|
||||
@ -650,7 +650,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "3c6ecfe22724185c50fe55fde417eff2779a5a200c9e1ff3abe7f040e16edfc8"
|
||||
content-hash = "202f4cbe3324c3113e8a796a7fcead7e157a49c6e26077301cd0e9ba11a80d15"
|
||||
|
||||
[metadata.files]
|
||||
atomicwrites = [
|
||||
@ -888,8 +888,8 @@ pytest-cov = [
|
||||
{file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"},
|
||||
]
|
||||
pytest-mock = [
|
||||
{file = "pytest-mock-3.8.1.tar.gz", hash = "sha256:2c6d756d5d3bf98e2e80797a959ca7f81f479e7d1f5f571611b0fdd6d1745240"},
|
||||
{file = "pytest_mock-3.8.1-py3-none-any.whl", hash = "sha256:d989f11ca4a84479e288b0cd1e6769d6ad0d3d7743dcc75e460d1416a5f2135a"},
|
||||
{file = "pytest-mock-3.8.2.tar.gz", hash = "sha256:77f03f4554392558700295e05aed0b1096a20d4a60a4f3ddcde58b0c31c8fca2"},
|
||||
{file = "pytest_mock-3.8.2-py3-none-any.whl", hash = "sha256:8a9e226d6c0ef09fcf20c94eb3405c388af438a90f3e39687f84166da82d5948"},
|
||||
]
|
||||
python-json-logger = [
|
||||
{file = "python-json-logger-2.0.2.tar.gz", hash = "sha256:202a4f29901a4b8002a6d1b958407eeb2dd1d83c18b18b816f5b64476dde9096"},
|
||||
|
@ -56,7 +56,7 @@ pep8-naming = "0.13.0"
|
||||
pydocstyle = "6.1.1"
|
||||
pytest = "7.1.2"
|
||||
pytest-cov = "3.0.0"
|
||||
pytest-mock = "3.8.1"
|
||||
pytest-mock = "3.8.2"
|
||||
requests-mock = "1.9.3"
|
||||
yapf = "0.32.0"
|
||||
toml = "0.10.2"
|
||||
|
Loading…
Reference in New Issue
Block a user