From e43fca8322a90bab6351744523b0741d3fa68032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 09:30:56 +0000 Subject: [PATCH] Update inscriptis requirement from ~=2.2 to ~=2.7 Updates the requirements on [inscriptis](https://github.com/weblyzard/inscriptis) to permit the latest version. - [Release notes](https://github.com/weblyzard/inscriptis/releases) - [Commits](https://github.com/weblyzard/inscriptis/compare/2.2.0...2.7.0) --- updated-dependencies: - dependency-name: inscriptis dependency-version: 2.7.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 013150063..ecd2a5e53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ flask~=3.1 flask-socketio~=5.6.0 python-socketio~=5.16.0 python-engineio~=4.13.0 -inscriptis~=2.2 +inscriptis~=2.7 pytz timeago~=1.0 validators~=0.35