From 55ec1b69c5cf9488b3b02ac500819dc88402a696 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Fri, 15 Mar 2024 17:16:54 +0200 Subject: [PATCH 1/2] Install `darkgray-dev-tools` from PyPI --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 88ad683bc..a36e8b211 100644 --- a/setup.cfg +++ b/setup.cfg @@ -81,7 +81,7 @@ test = release = airium>=0.2.3 click>=8.0.0 - darkgray-dev-tools @ https://github.com/akaihola/darkgray-dev-tools/archive/refs/heads/main.zip + darkgray-dev-tools~=0.0.1 defusedxml>=0.7.1 requests_cache>=0.7 From 27be5c3e5e6ddf8e5884bf865922079ca222cd69 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Fri, 15 Mar 2024 17:17:11 +0200 Subject: [PATCH 2/2] Update to darkgraylib 1.1.0 and graylint 1.0.1 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index a36e8b211..1f124cd97 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,8 +28,8 @@ packages = find: install_requires = # NOTE: remember to keep `constraints-oldest.txt` in sync with these black>=22.3.0 - darkgraylib~=1.0.0 - graylint~=1.0.0 + darkgraylib~=1.1.0 + graylint~=1.0.1 toml>=0.10.0 # NOTE: remember to keep `.github/workflows/python-package.yml` in sync # with the minimum required Python version