diff --git a/poetry.lock b/poetry.lock index 0c14364..28c558c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "appnope" @@ -66,21 +66,24 @@ stevedore = ">=1.20.0" [[package]] name = "beautifulsoup4" -version = "4.9.1" +version = "4.13.4" description = "Screen-scraping library" optional = false -python-versions = "*" +python-versions = ">=3.7.0" groups = ["main"] files = [ - {file = "beautifulsoup4-4.9.1-py2-none-any.whl", hash = "sha256:e718f2342e2e099b640a34ab782407b7b676f47ee272d6739e60b8ea23829f2c"}, - {file = "beautifulsoup4-4.9.1-py3-none-any.whl", hash = "sha256:a6237df3c32ccfaee4fd201c8f5f9d9df619b93121d01353a64a73ce8c6ef9a8"}, - {file = "beautifulsoup4-4.9.1.tar.gz", hash = "sha256:73cc4d115b96f79c7d77c1c7f7a0a8d4c57860d1041df407dd1aae7f07a77fd7"}, + {file = "beautifulsoup4-4.13.4-py3-none-any.whl", hash = "sha256:9bbbb14bfde9d79f38b8cd5f8c7c85f4b8f2523190ebed90e950a8dea4cb1c4b"}, + {file = "beautifulsoup4-4.13.4.tar.gz", hash = "sha256:dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195"}, ] [package.dependencies] -soupsieve = ">1.2,<2.0" +soupsieve = ">1.2" +typing-extensions = ">=4.0.0" [package.extras] +cchardet = ["cchardet"] +chardet = ["chardet"] +charset-normalizer = ["charset-normalizer"] html5lib = ["html5lib"] lxml = ["lxml"] @@ -1164,7 +1167,7 @@ version = "4.13.1" description = "Backported and Experimental Type Hints for Python 3.8+" optional = false python-versions = ">=3.8" -groups = ["dev"] +groups = ["main", "dev"] files = [ {file = "typing_extensions-4.13.1-py3-none-any.whl", hash = "sha256:4b6cf02909eb5495cfbc3f6e8fd49217e6cc7944e145cdda8caa3734777f9e69"}, {file = "typing_extensions-4.13.1.tar.gz", hash = "sha256:98795af00fb9640edec5b8e31fc647597b4691f099ad75f469a2616be1a76dff"}, @@ -1219,4 +1222,4 @@ test = ["websockets"] [metadata] lock-version = "2.1" python-versions = "3.9.19" -content-hash = "b5c8a37188d7b2bd421e124c1efa7139ba0bea7af11b20da3078e052e46a27c3" +content-hash = "b1e6fec112b9c3402e14058aeb591a5704da7875e4e6ab2d7c6a9bdfed45893e" diff --git a/pyproject.toml b/pyproject.toml index 7cc87c0..577dfd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ biopython = "1.77" docker = "4.2.2" PyYAML = "5.3.1" requests = "2.24.0" -beautifulsoup4 = "4.9.1" +beautifulsoup4 = "4.13.4" markdown2 = "2.3.9" confluent-kafka = "2.6.1"