From e9816983a1309c022dea3aabb2fe7b42bf2b17c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:32:42 +0000 Subject: [PATCH] chore(deps): bump pytest from 8.1.1 to 8.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.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.1.1...8.2.2) --- 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 556a7b0..949bfad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click==8.1.7 mistune==3.0.2 beautifulsoup4==4.12.2 Jinja2==3.1.3 -pytest==8.1.1 +pytest==8.2.2 bottle==0.12.25 mypy==1.10.1 black==24.4.0