From 974994c75f15a24690ecc135023b52cab5dbd6ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:28:20 +0000 Subject: [PATCH] CI: (deps): Bump pytest from 7.4.2 to 7.4.3 in /ci Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.3. - [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.2...7.4.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ci/test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test_requirements.txt b/ci/test_requirements.txt index 9c18f1ce1a9..72c7eda731a 100644 --- a/ci/test_requirements.txt +++ b/ci/test_requirements.txt @@ -1,5 +1,5 @@ packaging==23.2 -pytest==7.4.2 +pytest==7.4.3 pytest-mpl==0.16.1 netCDF4==1.6.4 coverage==7.3.2