From d58af74458313e5f2cf7fa7f41abd584b1591efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:17:34 +0000 Subject: [PATCH] Bump pytest from 8.0.2 to 8.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.2 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.0.2...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92bec00..ab45b5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ flake8==6.0.0 isort==5.13.2 mypy==1.8.0 pre-commit==3.7.0 -pytest==8.0.2 +pytest==8.1.1 pytest-cov==4.1.0 pytest-asyncio aiohttp