From 261946c620738c0ceaed1b152ea1faf257b59247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 05:52:20 +0000 Subject: [PATCH] chore(deps): update ftfy requirement from ~=6.3.0 to ~=6.3.1 Updates the requirements on [ftfy](https://github.com/rspeer/python-ftfy) to permit the latest version. - [Release notes](https://github.com/rspeer/python-ftfy/releases) - [Changelog](https://github.com/rspeer/python-ftfy/blob/main/CHANGELOG.md) - [Commits](https://github.com/rspeer/python-ftfy/compare/v6.3.0...v6.3.1) --- updated-dependencies: - dependency-name: ftfy 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 2fabb10..7047569 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ genanki==0.13.1 pydantic>=1.8.0,<3.0.0 pylint>=2.17.0 bugsnag>=4.5.0 -ftfy~=6.3.0 +ftfy~=6.3.1