From d3298800b1b0fae7b61bbb3cca856029547bbaa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 09:24:10 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 7.4.0 to 7.4.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.1. - [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.4.0...7.4.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_z_dev_base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_z_dev_base.txt b/requirements_z_dev_base.txt index 2aac76970e..63ee341c46 100644 --- a/requirements_z_dev_base.txt +++ b/requirements_z_dev_base.txt @@ -1,4 +1,4 @@ -pytest==7.4.0 +pytest==7.4.1 pytest-cov==4.1.0 pytest-randomly==3.15.0 pytest-xdist[psutil]==3.3.1