mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Bump pytest-mock from 3.7.0 to 3.8.1 in /pykanidm (#868)
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.7.0 to 3.8.1. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.7.0...v3.8.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
400bd83a66
commit
655fb3d38b
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -615,7 +615,7 @@ testing = ["coverage (==6.2)", "hypothesis (>=5.7.1)", "flaky (>=3.5.0)", "mypy
|
|||
|
||||
[[package]]
|
||||
name = "pytest-mock"
|
||||
version = "3.7.0"
|
||||
version = "3.8.1"
|
||||
description = "Thin-wrapper around the mock package for easier use with pytest"
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -801,7 +801,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "388c3c19d61249b0cd077f792dba1316c82f0cba22025a0a90030d27ee0a7ada"
|
||||
content-hash = "aaf468247f535c0d8704a2ab0714ef4f1875f919d5d3bf38f9fb68802b678d69"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -1375,8 +1375,8 @@ pytest-asyncio = [
|
|||
{file = "pytest_asyncio-0.18.3-py3-none-any.whl", hash = "sha256:8fafa6c52161addfd41ee7ab35f11836c5a16ec208f93ee388f752bea3493a84"},
|
||||
]
|
||||
pytest-mock = [
|
||||
{file = "pytest-mock-3.7.0.tar.gz", hash = "sha256:5112bd92cc9f186ee96e1a92efc84969ea494939c3aead39c50f421c4cc69534"},
|
||||
{file = "pytest_mock-3.7.0-py3-none-any.whl", hash = "sha256:6cff27cec936bf81dc5ee87f07132b807bcda51106b5ec4b90a04331cba76231"},
|
||||
{file = "pytest-mock-3.8.1.tar.gz", hash = "sha256:2c6d756d5d3bf98e2e80797a959ca7f81f479e7d1f5f571611b0fdd6d1745240"},
|
||||
{file = "pytest_mock-3.8.1-py3-none-any.whl", hash = "sha256:d989f11ca4a84479e288b0cd1e6769d6ad0d3d7743dcc75e460d1416a5f2135a"},
|
||||
]
|
||||
python-dateutil = [
|
||||
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},
|
||||
|
|
|
@ -33,7 +33,7 @@ pylint-pydantic = "^0.1.4"
|
|||
coverage = "^6.4.1"
|
||||
pylint-pytest = "^1.1.2"
|
||||
pytest-asyncio = "^0.18.3"
|
||||
pytest-mock = "^3.7.0"
|
||||
pytest-mock = "^3.8.1"
|
||||
pytest-aiohttp = "^1.0.4"
|
||||
black = "^22.3.0"
|
||||
mkdocs = "^1.3.0"
|
||||
|
|
Loading…
Reference in a new issue