From 1ac35bd851b757898f739da42d443c1c96ab03b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:16:18 +0000 Subject: [PATCH] Update pytest requirement from ~=8.3.5 to ~=8.4.1 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/8.3.5...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b767a3e..7fdb94b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ scipy~=1.15.2 joblib~=1.5.0 bleach~=6.2.0 fuzzywuzzy~=0.18.0 -pytest~=8.3.5 +pytest~=8.4.1 Levenshtein~=0.27.1 python-Levenshtein~=0.27.1 rapidfuzz~=3.13.0