From 20aff85586c8a08bc5e81bb8320a52da601fbe24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 09:15:22 +0000 Subject: [PATCH] build(deps): bump pytest from 8.2.0 to 8.2.1 in /tools/release Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.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/8.2.0...8.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tools/release/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release/requirements.txt b/tools/release/requirements.txt index 257e3180c..aef4a8be3 100644 --- a/tools/release/requirements.txt +++ b/tools/release/requirements.txt @@ -1,2 +1,2 @@ PyGithub==2.3.0 -pytest==8.2.0 +pytest==8.2.1