diff --git a/poetry.lock b/poetry.lock index 7b1f9af..be307b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -332,14 +332,14 @@ test = ["mock (>=3.0.0) ; python_version == \"3.7\"", "pytest"] [[package]] name = "click" -version = "8.1.7" +version = "8.1.8" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"}, - {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"}, + {file = "click-8.1.8-py3-none-any.whl", hash = "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2"}, + {file = "click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"}, ] [package.dependencies] @@ -3116,4 +3116,4 @@ test = ["big-O", "importlib-resources ; python_version < \"3.9\"", "jaraco.funct [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "96b719ebabf2ce20abea365221f9615b694cbc941de605534bf917a76863270c" +content-hash = "dd31fa2047329d150099e993b4a95fa7441af2c3bbe9a07a262fe64bb96d46a2" diff --git a/pyproject.toml b/pyproject.toml index 82ee3db..ba67876 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ python = "^3.9" # dataanalysistoolkit = {path = "../src/dataanalysistoolkit/", develop = true} certifi = "2024.7.4" charset-normalizer = "3.3.2" -click = "8.1.7" +click = "8.1.8" colorama = "0.4.6" contourpy = "1.2.1" cycler = "0.12.1"