diff --git a/poetry.lock b/poetry.lock index 5a2de60..2fd2aec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,18 +1,19 @@ -# This file is automatically @generated by Poetry 1.8.2 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 = "beautifulsoup4" -version = "4.12.3" +version = "4.13.3" description = "Screen-scraping library" optional = false -python-versions = ">=3.6.0" +python-versions = ">=3.7.0" files = [ - {file = "beautifulsoup4-4.12.3-py3-none-any.whl", hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed"}, - {file = "beautifulsoup4-4.12.3.tar.gz", hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051"}, + {file = "beautifulsoup4-4.13.3-py3-none-any.whl", hash = "sha256:99045d7d3f08f91f0d656bc9b7efbae189426cd913d830294a15eefa0ea4df16"}, + {file = "beautifulsoup4-4.13.3.tar.gz", hash = "sha256:1bd32405dacc920b42b83ba01644747ed77456a65760e285fbc47633ceddaf8b"}, ] [package.dependencies] soupsieve = ">1.2" +typing-extensions = ">=4.0.0" [package.extras] cchardet = ["cchardet"] @@ -514,4 +515,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "4ffd2f94e0955a686038d9ec10f00a081d2586e893aaab6e05e8b5004173be03" +content-hash = "a8438764655e422533c389fcbf6fd1f10d947bd1e5ad1beb46156b9b23208c94" diff --git a/pyproject.toml b/pyproject.toml index 637c9c0..a1aaa6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ pykitty = "pykitty.cli:app" python = "^3.8" requests = "2.32.0" typer = {version = "0.11.0", extras = ["all"]} -beautifulsoup4 = "4.12.3" +beautifulsoup4 = "4.13.3" [tool.poetry.group.dev.dependencies] black = ">=23.1,<25.0"