From 15d946cdbe65eb6c01faeed1330803685c15ea0f Mon Sep 17 00:00:00 2001 From: Jorge Escobar <83969469+esfoobar-usds@users.noreply.github.com> Date: Mon, 26 Sep 2022 12:03:18 -0400 Subject: [PATCH] updating click --- data/data-pipeline/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/data-pipeline/pyproject.toml b/data/data-pipeline/pyproject.toml index f6d2e6b9..980c605d 100644 --- a/data/data-pipeline/pyproject.toml +++ b/data/data-pipeline/pyproject.toml @@ -17,7 +17,7 @@ packages = [ [tool.poetry.dependencies] CensusData = "^1.13" -click = "8.0.4" # pinning for now per https://github.com/psf/black/issues/2964 +click = "^8.1.3" dynaconf = "^3.1.4" geopandas = "^0.11.0" ipdb = "^0.13.9" @@ -141,4 +141,4 @@ authorized_licenses = [ "zpl 2.1", "gpl v3", "historical permission notice and disclaimer (hpnd)", -] \ No newline at end of file +]