From 99fe6f7ed5cb9b7f2015a5efdb852cfebc133225 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Mon, 29 Jul 2024 15:52:05 +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. Also drop direct dependency on Airium. --- .github/workflows/pylint.yml | 1 - CHANGES.rst | 1 + constraints-oldest.txt | 1 - setup.cfg | 3 +-- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index ca333d56..127ffcb4 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -13,7 +13,6 @@ jobs: - name: Install dependencies for running Pylint run: | pip install -U \ - airium \ defusedxml \ pygments \ pylint \ diff --git a/CHANGES.rst b/CHANGES.rst index e3658282..64c6dcad 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,6 +12,7 @@ Removed Fixed ----- +- Update ``darkgray-dev-tools`` for Pip >= 24.1 compatibility. 1.2.1_ - 2024-04-21 diff --git a/constraints-oldest.txt b/constraints-oldest.txt index ddd3ca80..877d5117 100644 --- a/constraints-oldest.txt +++ b/constraints-oldest.txt @@ -3,7 +3,6 @@ # still works against oldest supported versions of both the Python # interpreter and Python ependencies. Keep this up-to-date with minimum # versions in `setup.cfg`. -airium==0.2.3 defusedxml==0.7.1 flake8-2020==1.6.1 flake8-bugbear==22.1.11 diff --git a/setup.cfg b/setup.cfg index f0b3b789..bc8db30b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,7 +54,6 @@ color = Pygments>=2.4.0 test = # NOTE: remember to keep `constraints-oldest.txt` in sync with these - airium>=0.2.3 click>=8.0.0 cryptography>=3.3.2 # through twine, fixes CVE-2020-36242 defusedxml>=0.7.1 @@ -74,7 +73,7 @@ test = urllib3>=1.25.9 # through requests-cache and twine, fixes CVE-2020-26137 wheel>=0.21.0 release = - darkgray-dev-tools~=0.1.0 + darkgray-dev-tools~=0.1.1 [flake8] # Line length according to Black rules