diff --git a/poetry.lock b/poetry.lock index bb5237e..b3276bf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -350,13 +350,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] @@ -2128,4 +2128,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "1ea8ed0c8b535d8393e3a93d5d5ce1e3a11111f26122b48c5672b7f841cada59" +content-hash = "23ea9647488fa2d34c749f6bbabae0a1ebb41ec5557fd8bde589a1b0b160b874" diff --git a/pyproject.toml b/pyproject.toml index 1d58093..d4b67cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python = "^3.10" PyYAML = "6.0.2" ipython = "8.27.0" openai = "1.58.1" -click = "^8.1.7" +click = "^8.1.8" beautifulsoup4 = "^4.12.3" langchain = "^0.2.16" langchain-community = "^0.2.15"