diff --git a/poetry.lock b/poetry.lock index bfcbc86d..46877649 100644 --- a/poetry.lock +++ b/poetry.lock @@ -215,24 +215,6 @@ files = [ {file = "backoff-2.2.1.tar.gz", hash = "sha256:03f829f5bb1923180821643f8753b0502c3b682293992485b0eef2807afa5cba"}, ] -[[package]] -name = "beautifulsoup4" -version = "4.12.2" -description = "Screen-scraping library" -optional = false -python-versions = ">=3.6.0" -files = [ - {file = "beautifulsoup4-4.12.2-py3-none-any.whl", hash = "sha256:bd2520ca0d9d7d12694a53d44ac482d181b4ec1888909b035a3dbf40d0f57d4a"}, - {file = "beautifulsoup4-4.12.2.tar.gz", hash = "sha256:492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da"}, -] - -[package.dependencies] -soupsieve = ">1.2" - -[package.extras] -html5lib = ["html5lib"] -lxml = ["lxml"] - [[package]] name = "black" version = "23.11.0" @@ -1502,17 +1484,6 @@ files = [ {file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"}, ] -[[package]] -name = "soupsieve" -version = "2.4.1" -description = "A modern CSS selector implementation for Beautiful Soup." -optional = false -python-versions = ">=3.7" -files = [ - {file = "soupsieve-2.4.1-py3-none-any.whl", hash = "sha256:1c1bfee6819544a3447586c889157365a27e10d88cde3ad3da0cf0ddf646feb8"}, - {file = "soupsieve-2.4.1.tar.gz", hash = "sha256:89d12b2d5dfcd2c9e8c22326da9d9aa9cb3dfab0a83a024f05704076ee8d35ea"}, -] - [[package]] name = "sphinx" version = "7.2.6" @@ -2006,4 +1977,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "fc909671a773703b00ca82b25f95549464be33e1964f0fe5b041e7d9c99de5d5" +content-hash = "30fd0847cf67f879664595a38e8bfe156f32043353f94b68a0779490562c28f1" diff --git a/pyproject.toml b/pyproject.toml index 6552e167..013f1336 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,6 @@ classifiers = [ [tool.poetry.dependencies] aiohttp = ">=3.9.0b0" backoff = ">=1.11.1" -beautifulsoup4 = ">=4.11.1" certifi = ">=2023.07.22" python = "^3.10" voluptuous = ">=0.11.7"