diff --git a/poetry.lock b/poetry.lock index f7c2b95..209d64d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -74,18 +74,18 @@ tests-mypy = ["mypy (>=1.11.1)", "pytest-mypy-plugins"] [[package]] name = "beautifulsoup4" -version = "4.13.0" +version = "4.13.2" description = "Screen-scraping library" optional = false -python-versions = ">=3.6.0" +python-versions = ">=3.7.0" files = [ - {file = "beautifulsoup4-4.13.0-py3-none-any.whl", hash = "sha256:9c4c3dfa67aba55f6cd03769c441b21e6a369797fd6766e4b4c6b3399aae2735"}, - {file = "beautifulsoup4-4.13.0.tar.gz", hash = "sha256:b6e5afb3a2b1472c8db751a92eabf7834e5c7099f990c5e4b35f1f16b60bae64"}, + {file = "beautifulsoup4-4.13.2-py3-none-any.whl", hash = "sha256:b0ebbcecbfbed2f28e07fb8d004494dfb3030711874a034551ac52008b87a1d1"}, + {file = "beautifulsoup4-4.13.2.tar.gz", hash = "sha256:da9184389e6848818cf31c970ba3cbe6f33c2b8fbabd70d5bd4a2bfa0c1c4272"}, ] [package.dependencies] soupsieve = ">1.2" -typing-extensions = "*" +typing-extensions = ">=4.0.0" [package.extras] cchardet = ["cchardet"] @@ -1220,4 +1220,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ba76aa4ab50a1b9d60a3b0a6659cd66eaab0668c4182e6db8ec6a7b4f514908f" +content-hash = "0cb230018adfa5e2a314cbde670a110ee237256b759a5603e12475d4441d1f8e" diff --git a/pyproject.toml b/pyproject.toml index fa9dca2..358888e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ trio = "^0.28.0" tqdm = "^4.67.1" typed-argparse = "^0.3.1" jsonpath-ng = "^1.7.0" -beautifulsoup4 = "^4.13.0" +beautifulsoup4 = "^4.13.2" httpx = "^0.28.1" [tool.poetry.group.dev.dependencies]