From 19e42c8655f0f1d5c04f32520399f9728a5ac6df Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sun, 5 Jan 2025 22:38:42 +0000 Subject: [PATCH] Require chambercourt 0.9.9 for bug fixes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56dc499..29e79f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" urls = {Homepage = "https://github.com/rrthomas/wincoll"} requires-python = ">= 3.11" dependencies = [ - "chambercourt >= 0.9.7", + "chambercourt >= 0.9.9", ] classifiers = [ "Environment :: X11 Applications",