From 99e9619450e3177386c40cc08cc2249013e39dbd Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Wed, 13 Sep 2023 20:49:32 -0700 Subject: [PATCH] Update to tilelog v1.7.0 --- cookbooks/tilelog/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/tilelog/recipes/default.rb b/cookbooks/tilelog/recipes/default.rb index 89b37dde8..83f72d160 100644 --- a/cookbooks/tilelog/recipes/default.rb +++ b/cookbooks/tilelog/recipes/default.rb @@ -31,7 +31,7 @@ end python_package "tilelog" do python_virtualenv tilelog_directory python_version "3" - version "1.6.1" + version "1.7.0" end directory tilelog_output_directory do -- 2.39.5