From bec66444daeccc434c88ec784ef957e4e0f4294f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:07:24 +0000 Subject: [PATCH] Bump pytest from 7.4.3 to 8.0.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.0.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/7.4.3...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2bcacef..3656c7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pip==23.3.1 setuptools==69.0.2 -pytest==7.4.3 +pytest==8.0.0 dotsetup~=0.0.2 packaging~=23.2 diff --git a/setup.py b/setup.py index 44bdde2..c654a82 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ python_requires='>=3.8', install_requires=[ 'setuptools==69.0.2', - 'pytest==7.4.3', + 'pytest==8.0.0', 'dotsetup==0.0.2', 'packaging==23.2', ],