From 300978d81800eb754981c1e6a557734fab168a79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:50:55 +0000 Subject: [PATCH] Update pytest requirement from ~=8.3.5 to ~=8.4.0 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.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 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..baa94fb 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.0 Levenshtein~=0.27.1 python-Levenshtein~=0.27.1 rapidfuzz~=3.13.0