diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2026-06-02 17:04:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-02 17:04:13 -0400 |
| commit | 252b9646c1cb0538123d51ced4a733f3dcfc266b (patch) | |
| tree | 84b300af068db367bd9f3262487aeef3c7ba22d0 /tests/data/gbo.ini | |
| parent | d8ee8c27444a56bb98dd8bd67a019a1e9efbcc10 (diff) | |
| download | stasis-252b9646c1cb0538123d51ced4a733f3dcfc266b.tar.gz | |
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
Diffstat (limited to 'tests/data/gbo.ini')
| -rw-r--r-- | tests/data/gbo.ini | 2 |
1 files changed, 1 insertions, 1 deletions
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] |
