diff --git a/poetry.lock b/poetry.lock index 5d1a2b8..28346e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# 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.3 and should not be changed by hand. [[package]] name = "aiodns" @@ -2022,13 +2022,13 @@ requests = ">=2.24.0" [[package]] name = "soupsieve" -version = "2.5" +version = "2.6" description = "A modern CSS selector implementation for Beautiful Soup." optional = false python-versions = ">=3.8" files = [ - {file = "soupsieve-2.5-py3-none-any.whl", hash = "sha256:eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7"}, - {file = "soupsieve-2.5.tar.gz", hash = "sha256:5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690"}, + {file = "soupsieve-2.6-py3-none-any.whl", hash = "sha256:e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9"}, + {file = "soupsieve-2.6.tar.gz", hash = "sha256:e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb"}, ] [[package]] @@ -2418,4 +2418,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8382d9da0ccd2a61d1abfab71b7df9fc4e18a0cc48346722d886478673e83379" +content-hash = "e836319ffe2c4086b1a5899e6d1a341b4e7dddf59c356858dd0147d880a4b468" diff --git a/pyproject.toml b/pyproject.toml index 90bafc2..ea824c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ requests = "^2.31.0" requests-futures = "^1.0.0" six = "^1.16.0" socid-extractor = "^0.0.26" -soupsieve = "^2.3.2.post1" +soupsieve = "^2.6" stem = "^1.8.1" torrequest = "^0.1.0" tqdm = "^4.66.1"