From bc692dddc5ca4c2ae655030f3d26845ffa8eaf9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 13:57:58 +0000 Subject: [PATCH] Update pytest requirement from ~=7.4.3 to ~=8.0.2 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 310ba2b..eb32e7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ dpytest~=0.7.0 heckbot pynacl~=1.5.0 pynamodb~=6.0.0 -pytest~=7.4.3 +pytest~=8.0.2 pytest-asyncio~=0.23.5 python-dotenv~=1.0.1 PyYAML~=6.0.1 diff --git a/requirements_dev.txt b/requirements_dev.txt index 50a455f..9960a74 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ bandit~=1.7.7 flake8~=6.1.0 mypy==1.7.1 pre-commit==3.6.1 -pytest~=7.4.3 +pytest~=8.0.2 pytest-asyncio~=0.23.5 pytest-cov~=4.1.0 tox~=4.12.1