diff --git a/poetry.lock b/poetry.lock index 8673d37..7ac0805 100644 --- a/poetry.lock +++ b/poetry.lock @@ -330,18 +330,19 @@ files = [ [[package]] name = "beautifulsoup4" -version = "4.12.3" +version = "4.14.3" description = "Screen-scraping library" optional = false -python-versions = ">=3.6.0" +python-versions = ">=3.7.0" groups = ["main"] 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.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] cchardet = ["cchardet"] @@ -3291,18 +3292,18 @@ files = [ [[package]] name = "socid-extractor" -version = "0.0.27" +version = "0.0.28" description = "Extract accounts' identifiers from personal pages on various platforms" optional = false -python-versions = "*" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "socid_extractor-0.0.27-py3-none-any.whl", hash = "sha256:8a2de445fc75f5bf416892c301c783c835076f080ed39a27c82330acb2b7f39d"}, - {file = "socid_extractor-0.0.27.tar.gz", hash = "sha256:d2032e483ae92c2f305eb2ffbb3e70667262df9e68fe3f0f63f315694b3ef3cb"}, + {file = "socid_extractor-0.0.28-py3-none-any.whl", hash = "sha256:1fc8b448cfe9d483597f4b606ac8104193feb24a92e8b95cd1e41a9661ca506c"}, + {file = "socid_extractor-0.0.28.tar.gz", hash = "sha256:3be6bf4a84a14097d3664e649d4b50a1de808f13af9f739d4ad5e5f41ad5a7c2"}, ] [package.dependencies] -beautifulsoup4 = ">=4.12.3,<4.13.0" +beautifulsoup4 = ">=4.14.3,<4.15.0" python-dateutil = ">=2.8.1" requests = ">=2.24.0" @@ -3792,4 +3793,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "64280126055cdc808ace9bcaa01a1aa2ed2c1ee8892e4acf6a093441168535c8" +content-hash = "d3f6266169a91737f143c90f423e079f60ac2ef3aef388de9ef0a481ab7e7ee3" diff --git a/pyproject.toml b/pyproject.toml index ede48c5..2fae34f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ requests = "^2.32.4" requests-futures = "^1.0.2" requests-toolbelt = "^1.0.0" six = "^1.17.0" -socid-extractor = "^0.0.27" +socid-extractor = ">=0.0.27,<0.0.29" soupsieve = "^2.6" stem = "^1.8.1" torrequest = "^0.1.0"