From f437b6d3c5466dc34468f9f02e98ce1fe98682ac Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Tue, 9 Apr 2024 12:04:13 +0100 Subject: [PATCH] Update dependency link format --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62c41e4..5f5e6ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "pytest-flakes", "pytest-ruff", "pytidylib", - "dc_design_system @ https://github.com/DemocracyClub/design-system/archive/refs/tags/0.4.6.tar.gz", + "dc_design_system @ https://github.com/DemocracyClub/design-system/releases/tag/0.4.6", "whitenoise", "pysass", "jsmin<3.1",