diff --git a/poetry.lock b/poetry.lock index ed414950..787c735b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "anyascii" @@ -63,13 +63,14 @@ pyparsing = ">=2.0.3" [[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 = "*" groups = ["main"] 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] @@ -2555,4 +2556,4 @@ scikit-learn = ["scikit-learn"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.13" -content-hash = "6697ef1fac9e13c0441b975d31d062222945bb8a35ce63d4d4d14de76951dbb5" +content-hash = "ec2530e7f2f4f72c4edc8cb0eac85ef95ccc9520e27f267d4c4f8561415e33bb" diff --git a/pyproject.toml b/pyproject.toml index 4a46bdb7..e04f815e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ homepage = "https://github.com/KnowledgeCaptureAndDiscovery/somef" [tool.poetry.dependencies] python = ">=3.11,<3.13" - bs4 = "^0.0.1" + bs4 = ">=0.0.1,<0.0.3" click = "^8.1.7" click-option-group = "^0.5.6" matplotlib = "^3.8.2"