From 3d79c27df9ecb9eb1c0f278f676e60b94542bf20 Mon Sep 17 00:00:00 2001 From: Jan Wille Date: Thu, 4 Jan 2024 15:39:06 +0100 Subject: [PATCH] require `editor` version 1.6.0 Fixes #500 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 423629af..1286fe68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ python = ">=3.8.1" blessed = ">=1.19.0" readchar = ">=3.0.6" -editor = { git = "https://github.com/Cube707/editor" } # ">=1.5.1" # TODO: waiting for https://github.com/rec/editor/pull/8 +editor = ">=1.6.0" [tool.poetry.dev-dependencies] bandit = ">=1.7.4"