From b94cd2d7bdb005ef7aaa40a50a1f5e4d321f1b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 05:42:37 +0000 Subject: [PATCH] Bump pytest from 8.0.1 to 8.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 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.0.1...8.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index ce932ba8..30304b9c 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,6 +3,6 @@ mypy==1.8.0 pylint==3.0.3 pytest-cov==4.1.0 pytest-xdist==3.5.0 -pytest==8.0.1 +pytest==8.2.1 pyspark==3.2.2; python_version < "3.11" pyspark<3.6.0; python_version >= "3.11"