From 229a547d3e8cbe42c3d6e98e0b855e8de4e4ec71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 04:54:58 +0000 Subject: [PATCH] Bump pytest from 8.1.0 to 8.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.0 to 8.1.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.1.0...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 a8cab281..94935cc7 100644 --- a/dev_requirements/requirements-tests.txt +++ b/dev_requirements/requirements-tests.txt @@ -12,7 +12,7 @@ packaging==22.0 # via pytest pluggy==1.4.0 # via pytest -pytest==8.1.0 +pytest==8.1.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 282ac914..40a3622d 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -26,7 +26,7 @@ pandas-stubs==2.2.0.240218 # via -r dev_requirements/requirements-type_check.in pluggy==1.4.0 # via pytest -pytest==8.1.0 +pytest==8.1.1 # via -r dev_requirements/requirements-type_check.in python-dateutil==2.8.2 # via pandas