From 68fbc68834cb2759c1ce54194f3eb15184576135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:48:53 +0000 Subject: [PATCH] Bump pytest from 7.4.1 to 7.4.2 (#631) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.1 to 7.4.2. - [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.1...7.4.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ba99c1f8..c44c4643 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ python-dateutil==2.8.2 # These are requirements above, added here to pin versions docutils==0.20.1 Pygments==2.16.1 -pytest==7.4.1 \ No newline at end of file +pytest==7.4.2 \ No newline at end of file