From 393ba8a806e02a1552ca264c8302b6033ae73df5 Mon Sep 17 00:00:00 2001
From: Antti Kaihola <13725+akaihola@users.noreply.github.com>
Date: Wed, 27 Mar 2024 22:16:25 +0200
Subject: [PATCH] Update to Darkgraylib 1.1.1

This fixes README `--help` formatting when re-generating it.
---
 CHANGES.rst | 1 +
 setup.cfg   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 3ed0c83ac..57c7bb9b8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -10,6 +10,7 @@ Added
 - Support for Python 3.12 in the package metadata and the CI build.
 - Update to Black 24.2.x and isort 5.13.x in pre-commit configuration.
 - Test against Flynt ``master`` branch in the CI build.
+- Update to Darkgraylib 1.1.1 to get fixes for README formatting.
 
 Removed
 -------
diff --git a/setup.cfg b/setup.cfg
index 70a509def..dc029dab1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,7 +29,7 @@ packages = find:
 install_requires =
     # NOTE: remember to keep `constraints-oldest.txt` in sync with these
     black>=22.3.0
-    darkgraylib~=1.1.0
+    darkgraylib~=1.1.1
     graylint~=1.0.1
     toml>=0.10.0
 # NOTE: remember to keep `.github/workflows/python-package.yml` in sync