mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-19 23:43:56 +02:00
chore(deps-dev): bump pytest from 7.3.2 to 7.4.0 in /pykanidm (#1771)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 to 7.4.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.3.2...7.4.0) --- updated-dependencies: - dependency-name: pytest 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
e8b27cd5b0
commit
89580cf74e
pykanidm
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -1410,13 +1410,13 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "pytest"
|
||||
version = "7.3.2"
|
||||
version = "7.4.0"
|
||||
description = "pytest: simple powerful testing with Python"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "pytest-7.3.2-py3-none-any.whl", hash = "sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295"},
|
||||
{file = "pytest-7.3.2.tar.gz", hash = "sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b"},
|
||||
{file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"},
|
||||
{file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -2016,4 +2016,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "50abf2ff49d2a58cee9c43c4914fec3c76316368ed8ac6bce7a049142ce1d90e"
|
||||
content-hash = "2a9467edf1c0726d4079a8d0c0b961f6d07e02aa4ee41593cacdcfb1dc6ec62a"
|
||||
|
|
|
@ -38,7 +38,7 @@ Authlib = "^1.1.0"
|
|||
|
||||
[tool.poetry.dev-dependencies]
|
||||
mypy = "^1.4"
|
||||
pytest = "^7.3.2"
|
||||
pytest = "^7.4.0"
|
||||
types-toml = "^0.10.8"
|
||||
pylint-pydantic = "^0.1.8"
|
||||
coverage = "^7.2.7"
|
||||
|
|
Loading…
Reference in a new issue