From 46d8d8fc3dc6d6694d372e30eb461bdfe3817636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 09:17:29 +0200 Subject: [PATCH] Bump socid-extractor from 0.0.24 to 0.0.26 (#1546) Bumps [socid-extractor](https://github.com/soxoj/socid-extractor) from 0.0.24 to 0.0.26. - [Release notes](https://github.com/soxoj/socid-extractor/releases) - [Changelog](https://github.com/soxoj/socid-extractor/blob/master/CHANGELOG.md) - [Commits](https://github.com/soxoj/socid-extractor/compare/v0.0.24...v0.0.26) --- updated-dependencies: - dependency-name: socid-extractor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 21 ++++++++++++--------- pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8620307..5d1a2b8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiodns" @@ -214,19 +214,22 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy [[package]] name = "beautifulsoup4" -version = "4.11.2" +version = "4.12.3" description = "Screen-scraping library" optional = false python-versions = ">=3.6.0" files = [ - {file = "beautifulsoup4-4.11.2-py3-none-any.whl", hash = "sha256:0e79446b10b3ecb499c1556f7e228a53e64a2bfcebd455f370d8927cb5b59e39"}, - {file = "beautifulsoup4-4.11.2.tar.gz", hash = "sha256:bc4bdda6717de5a2987436fb8d72f45dc90dd856bdfd512a1314ce90349a0106"}, + {file = "beautifulsoup4-4.12.3-py3-none-any.whl", hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed"}, + {file = "beautifulsoup4-4.12.3.tar.gz", hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051"}, ] [package.dependencies] soupsieve = ">1.2" [package.extras] +cchardet = ["cchardet"] +chardet = ["chardet"] +charset-normalizer = ["charset-normalizer"] html5lib = ["html5lib"] lxml = ["lxml"] @@ -2003,17 +2006,17 @@ files = [ [[package]] name = "socid-extractor" -version = "0.0.24" +version = "0.0.26" description = "Extract accounts' identifiers from personal pages on various platforms" optional = false python-versions = "*" files = [ - {file = "socid-extractor-0.0.24.tar.gz", hash = "sha256:f309dc63fd7ce25a74528150073dc62bd3e7e99b87205063c069482e220605c9"}, - {file = "socid_extractor-0.0.24-py3-none-any.whl", hash = "sha256:f0825fd4d963c22c5b091a211da39cecde8cb15ad967d4e32c3408cb50d189bf"}, + {file = "socid-extractor-0.0.26.tar.gz", hash = "sha256:b5bd16cbedd3c167748cca7a86c1780524955bc6222fddfa8fa87d5fd1739f12"}, + {file = "socid_extractor-0.0.26-py3-none-any.whl", hash = "sha256:694d822589114c344cfe0feb2977d39b0530a9803bb4831ad3eea990a3fce933"}, ] [package.dependencies] -beautifulsoup4 = ">=4.11.1,<4.12.0" +beautifulsoup4 = ">=4.12.2,<4.13.0" python-dateutil = ">=2.8.1" requests = ">=2.24.0" @@ -2415,4 +2418,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ea398c731675bfa4bbf67122fb6eacdbd5927adb7963e26ada88e78cff1fe3c4" +content-hash = "8382d9da0ccd2a61d1abfab71b7df9fc4e18a0cc48346722d886478673e83379" diff --git a/pyproject.toml b/pyproject.toml index 564ff10..90bafc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ python-bidi = "^0.4.2" requests = "^2.31.0" requests-futures = "^1.0.0" six = "^1.16.0" -socid-extractor = "^0.0.24" +socid-extractor = "^0.0.26" soupsieve = "^2.3.2.post1" stem = "^1.8.1" torrequest = "^0.1.0"