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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-05-31 09:17:29 +02:00
committed by GitHub
parent 034153791b
commit 46d8d8fc3d
2 changed files with 13 additions and 10 deletions
Generated
+12 -9
View File
@@ -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]] [[package]]
name = "aiodns" name = "aiodns"
@@ -214,19 +214,22 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy
[[package]] [[package]]
name = "beautifulsoup4" name = "beautifulsoup4"
version = "4.11.2" version = "4.12.3"
description = "Screen-scraping library" description = "Screen-scraping library"
optional = false optional = false
python-versions = ">=3.6.0" python-versions = ">=3.6.0"
files = [ files = [
{file = "beautifulsoup4-4.11.2-py3-none-any.whl", hash = "sha256:0e79446b10b3ecb499c1556f7e228a53e64a2bfcebd455f370d8927cb5b59e39"}, {file = "beautifulsoup4-4.12.3-py3-none-any.whl", hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed"},
{file = "beautifulsoup4-4.11.2.tar.gz", hash = "sha256:bc4bdda6717de5a2987436fb8d72f45dc90dd856bdfd512a1314ce90349a0106"}, {file = "beautifulsoup4-4.12.3.tar.gz", hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051"},
] ]
[package.dependencies] [package.dependencies]
soupsieve = ">1.2" soupsieve = ">1.2"
[package.extras] [package.extras]
cchardet = ["cchardet"]
chardet = ["chardet"]
charset-normalizer = ["charset-normalizer"]
html5lib = ["html5lib"] html5lib = ["html5lib"]
lxml = ["lxml"] lxml = ["lxml"]
@@ -2003,17 +2006,17 @@ files = [
[[package]] [[package]]
name = "socid-extractor" name = "socid-extractor"
version = "0.0.24" version = "0.0.26"
description = "Extract accounts' identifiers from personal pages on various platforms" description = "Extract accounts' identifiers from personal pages on various platforms"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
{file = "socid-extractor-0.0.24.tar.gz", hash = "sha256:f309dc63fd7ce25a74528150073dc62bd3e7e99b87205063c069482e220605c9"}, {file = "socid-extractor-0.0.26.tar.gz", hash = "sha256:b5bd16cbedd3c167748cca7a86c1780524955bc6222fddfa8fa87d5fd1739f12"},
{file = "socid_extractor-0.0.24-py3-none-any.whl", hash = "sha256:f0825fd4d963c22c5b091a211da39cecde8cb15ad967d4e32c3408cb50d189bf"}, {file = "socid_extractor-0.0.26-py3-none-any.whl", hash = "sha256:694d822589114c344cfe0feb2977d39b0530a9803bb4831ad3eea990a3fce933"},
] ]
[package.dependencies] [package.dependencies]
beautifulsoup4 = ">=4.11.1,<4.12.0" beautifulsoup4 = ">=4.12.2,<4.13.0"
python-dateutil = ">=2.8.1" python-dateutil = ">=2.8.1"
requests = ">=2.24.0" requests = ">=2.24.0"
@@ -2415,4 +2418,4 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "ea398c731675bfa4bbf67122fb6eacdbd5927adb7963e26ada88e78cff1fe3c4" content-hash = "8382d9da0ccd2a61d1abfab71b7df9fc4e18a0cc48346722d886478673e83379"
+1 -1
View File
@@ -51,7 +51,7 @@ python-bidi = "^0.4.2"
requests = "^2.31.0" requests = "^2.31.0"
requests-futures = "^1.0.0" requests-futures = "^1.0.0"
six = "^1.16.0" six = "^1.16.0"
socid-extractor = "^0.0.24" socid-extractor = "^0.0.26"
soupsieve = "^2.3.2.post1" soupsieve = "^2.3.2.post1"
stem = "^1.8.1" stem = "^1.8.1"
torrequest = "^0.1.0" torrequest = "^0.1.0"