build(deps-dev): bump pytest from 7.4.3 to 7.4.4 (#3232)

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:
dependabot[bot]
2024-01-03 13:33:48 +01:00
committed by GitHub
parent 3d032a8efe
commit eb56e1417c
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2208,13 +2208,13 @@ diagrams = ["jinja2", "railroad-diagrams"]
[[package]]
name = "pytest"
version = "7.4.3"
version = "7.4.4"
description = "pytest: simple powerful testing with Python"
optional = false
python-versions = ">=3.7"
files = [
{file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"},
{file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"},
{file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"},
{file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"},
]
[package.dependencies]
@@ -3296,4 +3296,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "74dd37ddcc592fd7b18565a6d83ca256104f914f6a2969671b9e101a00c4bfa1"
content-hash = "e336d6ac9eda61aa044d6d3ef589e847efd9c8bc523620f18f79d1b09d554046"

View File

@@ -67,7 +67,7 @@ moto = {extras = ["all"], version = "4.2.12"}
openapi-spec-validator = "0.7.1"
openapi-schema-validator = "0.6.2"
pylint = "3.0.3"
pytest = "7.4.3"
pytest = "7.4.4"
pytest-cov = "4.1.0"
pytest-randomly = "3.15.0"
pytest-xdist = "3.5.0"