From c62a27b70dc0690b48da7463c1bbba09a5a8736c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 03:45:39 +0000 Subject: [PATCH] Bump pytest from 7.3.2 to 7.4.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 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.3.2...7.4.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index cfe36f7..d580a2e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ black==23.3.0 pylint==2.17.4 -pytest==7.3.2 +pytest==7.4.1 pytest-pinned==0.4.2 pytest-codeblocks==0.16.1 jsonpointer==2.3