diff --git a/poetry.lock b/poetry.lock index ce993a9..c332346 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -186,12 +186,13 @@ lxml = ["lxml"] [[package]] name = "bs4" -version = "0.0.1" -description = "Dummy package for Beautiful Soup" +version = "0.0.2" +description = "Dummy package for Beautiful Soup (beautifulsoup4)" optional = false python-versions = "*" files = [ - {file = "bs4-0.0.1.tar.gz", hash = "sha256:36ecea1fd7cc5c0c6e4a1ff075df26d50da647b75376626cc186e2212886dd3a"}, + {file = "bs4-0.0.2-py2.py3-none-any.whl", hash = "sha256:abf8742c0805ef7f662dce4b51cca104cffe52b835238afc169142ab9b3fbccc"}, + {file = "bs4-0.0.2.tar.gz", hash = "sha256:a48685c58f50fe127722417bae83fe6badf500d54b55f7e39ffe43b798653925"}, ] [package.dependencies] @@ -894,4 +895,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "922a4472c5236107f7f26fd448236483c8e1b900c0243dfcea31e3060c8dd22c" +content-hash = "0ae6c40f5946b0fb10e47780fcb4ed6ef635dce700dc8b8b0148445e6f4df95e" diff --git a/pyproject.toml b/pyproject.toml index 58608a6..c47b15c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.10" requests = "^2.31.0" rich = "^13.7.0" openai = "^0.28.1" -bs4 = "^0.0.1" +bs4 = "^0.0.2" typer = "^0.9.0" retry = "^0.9.2"