From 005978b48fbcef4ac91a993618930a8a7119f830 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Sun, 28 Jul 2024 23:25:39 +0300 Subject: [PATCH] `darkgray-dev-tools` update for Pip >= 24.1 Airium 0.2.3 to 0.2.5 wheel metadata isn't supported by Pip >= 24.1. Airium 0.2.6 fixes the metadata. `darkgray-dev-tools==0.1.1 updates Airium to version 0.2.6. --- CHANGES.rst | 1 + setup.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index e660e44fb..d8cb5b254 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,7 @@ Added Fixed ----- +- Update ``darkgray-dev-tools`` for Pip >= 24.1 compatibility. 2.1.1_ - 2024-04-16 diff --git a/setup.cfg b/setup.cfg index a0cb6f602..c81295fa4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -81,7 +81,7 @@ test = urllib3>=1.25.9 # through requests-cache and twine, fixes CVE-2020-26137 wheel>=0.21.0 release = - darkgray-dev-tools~=0.0.2 + darkgray-dev-tools~=0.1.1 [flake8] # Line length according to Black rules