build(deps): bump socid-extractor from 0.0.28 to 0.1.0 (#2703)

Bumps [socid-extractor](https://github.com/soxoj/socid-extractor) from 0.0.28 to 0.1.0.
- [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.28...v0.1.0)

---
updated-dependencies:
- dependency-name: socid-extractor
  dependency-version: 0.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-05-27 19:28:28 +02:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 4ce8d99352
commit 35efe10d8d
2 changed files with 13 additions and 9 deletions
Generated
+12 -8
View File
@@ -3384,20 +3384,24 @@ files = [
[[package]]
name = "socid-extractor"
version = "0.0.28"
description = "Extract accounts' identifiers from personal pages on various platforms"
version = "0.1.0"
description = "Extract accounts' identifiers and metadata from personal pages on various platforms."
optional = false
python-versions = ">=3.10"
groups = ["main"]
files = [
{file = "socid_extractor-0.0.28-py3-none-any.whl", hash = "sha256:1fc8b448cfe9d483597f4b606ac8104193feb24a92e8b95cd1e41a9661ca506c"},
{file = "socid_extractor-0.0.28.tar.gz", hash = "sha256:3be6bf4a84a14097d3664e649d4b50a1de808f13af9f739d4ad5e5f41ad5a7c2"},
{file = "socid_extractor-0.1.0-py3-none-any.whl", hash = "sha256:d19303436f97d394a937ccab576e60fa107aeb2b2cb56a158dcdf62cd8953b05"},
{file = "socid_extractor-0.1.0.tar.gz", hash = "sha256:94e5e35be06fc3b281900122e12e8feb1a895b189417e311e07f219522d0789e"},
]
[package.dependencies]
beautifulsoup4 = ">=4.14.3,<4.15.0"
python-dateutil = ">=2.8.1"
requests = ">=2.24.0"
beautifulsoup4 = ">=4.14.3,<5.0"
python-dateutil = ">=2.8.1,<3.0"
requests = ">=2.32.4,<3.0"
[package.extras]
dev = ["black (>=25.1,<27.0)", "flake8 (>=7.1,<8.0)", "mypy (>=1.14,<3.0)", "pytest (>=9.0,<10.0)", "pytest-rerunfailures (>=16.2,<17.0)", "pytest-xdist (>=3.8,<4.0)"]
test = ["pytest (>=9.0,<10.0)", "pytest-rerunfailures (>=16.2,<17.0)", "pytest-xdist (>=3.8,<4.0)"]
[[package]]
name = "soupsieve"
@@ -3869,4 +3873,4 @@ pdf = ["arabic-reshaper", "python-bidi", "xhtml2pdf"]
[metadata]
lock-version = "2.1"
python-versions = "^3.10"
content-hash = "eeae363c45c18085321a7c0cbdb7835713a0ca4256aebc7c4abe984ad855c8a8"
content-hash = "e4a7b92cdcdff18925231f03b8694746c057fd4dc41efd142b6761f54dd3ea00"
+1 -1
View File
@@ -63,7 +63,7 @@ requests = "^2.32.4"
requests-futures = "^1.0.2"
requests-toolbelt = "^1.0.0"
six = "^1.17.0"
socid-extractor = ">=0.0.27,<0.0.29"
socid-extractor = ">=0.0.27,<0.1.1"
soupsieve = "^2.6"
stem = "^1.8.1"
torrequest = "^0.1.0"