From d93e16811d93b4a535ff09101c1fbcdc2224efff Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Tue, 31 Oct 2023 19:13:17 -0700 Subject: [PATCH] feat(fpm): update sourcery dependency version --- fpm.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpm.toml b/fpm.toml index 128595586..f8274f992 100644 --- a/fpm.toml +++ b/fpm.toml @@ -6,5 +6,5 @@ maintainer = "rouson@lbl.gov" [dependencies] assert = {git = "https://github.com/sourceryinstitute/assert", tag = "1.5.0"} -sourcery = {git = "https://github.com/sourceryinstitute/sourcery", tag = "4.4.2"} +sourcery = {git = "https://github.com/sourceryinstitute/sourcery", tag = "4.4.3"} netcdf-interfaces = {git = "https://github.com/rouson/netcdf-interfaces.git", branch = "implicit-interfaces"}