From 25168c0f780e9a092044796c28384792b398d31a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:16:42 +0000 Subject: [PATCH] Bump pytest from 8.0.1 to 8.0.2 (#693) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.0.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/8.0.1...8.0.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 59b0d6f3..65a72a78 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.17.2 -pytest==8.0.1 \ No newline at end of file +pytest==8.0.2 \ No newline at end of file