From afce0a1d58c9b0ee149a0b2f9877bd17a899102e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 07:47:34 +0000 Subject: [PATCH] Bump pytest from 8.1.1 to 8.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.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.1.1...8.2.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 1a9f849..9597f8f 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -3,5 +3,5 @@ black~=24.4 isort~=5.13 mypy~=1.9 pytest-datafiles~=3.0 -pytest~=8.1 +pytest~=8.2 types-PyYAML~=6.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 3736389..dc71736 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -35,9 +35,9 @@ pathspec==0.12.1 # via black platformdirs==4.2.0 # via black -pluggy==1.4.0 +pluggy==1.5.0 # via pytest -pytest==8.1.1 +pytest==8.2.0 # via # -r requirements-dev.in # pytest-datafiles