From 08d4a4859caf9f585fd3b844550153b6d0acfbe8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 19:39:37 +0000 Subject: [PATCH] Update dependency pytest to v7.4.3 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b948307a..f15d7b6b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -684,13 +684,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "7.4.2" +version = "7.4.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.2-py3-none-any.whl", hash = "sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002"}, - {file = "pytest-7.4.2.tar.gz", hash = "sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069"}, + {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, + {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, ] [package.dependencies] @@ -1075,4 +1075,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "2c0ca5c16cb99a9b287c53aa56f89815d4c293f5c53c7e0d42f92e34076ce2ae" +content-hash = "fa86d0d9df076bc00b86009383b33620e47f5c8503e4005bf2d28170bf784076" diff --git a/pyproject.toml b/pyproject.toml index 2a0bdfee..3b29c37f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ sphinx = [ black = "23.10.1" pycodestyle = "2.11.1" mypy = "1.6.1" -pytest = "7.4.2" +pytest = "7.4.3" pytest-cov = "4.1.0" sphinxcontrib-autoprogram = "0.1.8" types-docutils = "0.20.0.3"