From 69f1e53247eeddad7b990372f50ca6726c126a71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 04:09:58 +0000 Subject: [PATCH] Bump pytest from 8.2.0 to 8.2.1 (#310) 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev_requirements/requirements-tests.txt | 2 +- dev_requirements/requirements-type_check.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements/requirements-tests.txt b/dev_requirements/requirements-tests.txt index 28751148..f51b0d95 100644 --- a/dev_requirements/requirements-tests.txt +++ b/dev_requirements/requirements-tests.txt @@ -15,7 +15,7 @@ packaging==24.0 # via pytest pluggy==1.5.0 # via pytest -pytest==8.2.0 +pytest==8.2.1 # via # -r dev_requirements/requirements-tests.in # pytest-datafiles diff --git a/dev_requirements/requirements-type_check.txt b/dev_requirements/requirements-type_check.txt index ac5a97c3..6a34a498 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -27,7 +27,7 @@ pandas-stubs==2.2.2.240514 # via -r dev_requirements/requirements-type_check.in pluggy==1.5.0 # via pytest -pytest==8.2.0 +pytest==8.2.1 # via -r dev_requirements/requirements-type_check.in python-dateutil==2.9.0.post0 # via pandas