diff --git a/poetry.lock b/poetry.lock index 5ba8f9f..9c826ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -444,19 +444,19 @@ extras = ["regex"] [[package]] name = "beautifulsoup4" -version = "4.14.2" +version = "4.14.3" description = "Screen-scraping library" optional = true python-versions = ">=3.7.0" groups = ["main"] markers = "extra == \"brentutils\"" files = [ - {file = "beautifulsoup4-4.14.2-py3-none-any.whl", hash = "sha256:5ef6fa3a8cbece8488d66985560f97ed091e22bbc4e9c2338508a9d5de6d4515"}, - {file = "beautifulsoup4-4.14.2.tar.gz", hash = "sha256:2a98ab9f944a11acee9cc848508ec28d9228abfd522ef0fad6a02a72e0ded69e"}, + {file = "beautifulsoup4-4.14.3-py3-none-any.whl", hash = "sha256:0918bfe44902e6ad8d57732ba310582e98da931428d231a5ecb9e7c703a735bb"}, + {file = "beautifulsoup4-4.14.3.tar.gz", hash = "sha256:6292b1c5186d356bba669ef9f7f051757099565ad9ada5dd630bd9de5fa7fb86"}, ] [package.dependencies] -soupsieve = ">1.2" +soupsieve = ">=1.6.1" typing-extensions = ">=4.0.0" [package.extras] @@ -2994,4 +2994,4 @@ brentutils = ["beautifulsoup4", "lxml", "selenium", "tomli-w"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "726767b448b7e959d878f08e6704a87ca1e5d530e51ce7eb5389ac8335a9443d" +content-hash = "7457ba0a8a51af8963609d6c351fd8aa5ae1c013e1afa8d1c3825a25cf891bcd" diff --git a/pyproject.toml b/pyproject.toml index d037a46..0f16ae9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ aiohttp = {extras = ["speedups"], version = "^3.13.2"} pillow = "^12.0.0" text-to-owo = "^2.0.1" tomli-w = { version = "^1.2.0", optional = true } -beautifulsoup4 = { version = "^4.14.2", optional = true } +beautifulsoup4 = { version = "^4.14.3", optional = true } selenium = {version = "^4.39.0", optional = true} lxml = {version = "^6.0.2", optional = true} mkdocs-material = "^9.7.1"