From 067d3254c127baf301ba71b6601457068e4c2480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:47:46 +0000 Subject: [PATCH] Bump pytest from 8.0.1 to 8.0.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.0.2. - [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.0.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 7b3adf4d..8409070a 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -3,7 +3,7 @@ cookiecutter==2.6.0 pre-commit==3.5.0 ; python_version < '3.9' pre-commit==3.6.2 ; python_version >= '3.9' -pytest==8.0.1 +pytest==8.0.2 pytest-aiohttp==1.0.5 pytest-asyncio==0.23.5 pytest-xdist==3.5.0