diff --git a/poetry.lock b/poetry.lock index 2696a03..c9faf77 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "certifi" @@ -112,13 +112,13 @@ files = [ [[package]] name = "click" -version = "8.1.7" +version = "8.1.8" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.7" 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] @@ -738,4 +738,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3c731f3bd939bbe622b3d47813c3b21636c6fddec178a267a1e141230e6754c5" +content-hash = "86c4e3215582c4aa75eeee16aef670d6e14935b7f6a8bdc827a56908a1af5430" diff --git a/pyproject.toml b/pyproject.toml index 0d12bf1..8b4bda1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ cert-host-scraper = "cert_host_scraper.cli:cli" [tool.poetry.dependencies] python = "^3.10" requests = "^2.27.1" -click = "^8.0.3" +click = "^8.1.8" rich = ">=11,<14" single-source = "^0.4.0"