From b6d780dc0e634f0eb05dc86dca9e1051e87b4f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 07:28:44 +0000 Subject: [PATCH] Bump pytest from 8.0.1 to 8.1.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index e573849..d354527 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -3,5 +3,5 @@ black~=24.2 isort~=5.13 mypy~=1.8 pytest-datafiles~=3.0 -pytest~=8.0 +pytest~=8.1 types-PyYAML~=6.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 51f201c..285195b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -37,7 +37,7 @@ platformdirs==4.2.0 # via black pluggy==1.4.0 # via pytest -pytest==8.0.1 +pytest==8.1.0 # via # -r requirements-dev.in # pytest-datafiles