From 252b9646c1cb0538123d51ced4a733f3dcfc266b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 2 Jun 2026 17:04:13 -0400 Subject: Safe strings, finally (#145) * Add string copy and catonate replacements * safe_strncpy * safe_strncat * Replace string functions * gbo.ini: Update tweakwcs to 0.9.0 * generic.ini: Update tweakwcs to 0.9.0 --- tests/data/gbo.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/gbo.ini') diff --git a/tests/data/gbo.ini b/tests/data/gbo.ini index 3ee6481..430246a 100644 --- a/tests/data/gbo.ini +++ b/tests/data/gbo.ini @@ -18,7 +18,7 @@ installer_baseurl = https://github.com/conda-forge/miniforge/releases/download/{ pip_packages = firewatch==0.0.4 gwcs==0.22.1 - tweakwcs==0.8.8 + tweakwcs==0.9.0 [runtime] -- cgit