chore(deps): update dependency beautifulsoup4 to ^4.13.3
All checks were successful
dl / lint (push) Successful in 1m27s
dl / docker (push) Successful in 2m33s

This commit is contained in:
Renovate Bot 2025-02-05 00:04:36 +00:00
parent a74e61cb09
commit b39740c14b
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@ -2,18 +2,18 @@
[[package]]
name = "beautifulsoup4"
version = "4.13.0"
version = "4.13.3"
description = "Screen-scraping library"
optional = false
python-versions = ">=3.6.0"
python-versions = ">=3.7.0"
files = [
{file = "beautifulsoup4-4.13.0-py3-none-any.whl", hash = "sha256:9c4c3dfa67aba55f6cd03769c441b21e6a369797fd6766e4b4c6b3399aae2735"},
{file = "beautifulsoup4-4.13.0.tar.gz", hash = "sha256:b6e5afb3a2b1472c8db751a92eabf7834e5c7099f990c5e4b35f1f16b60bae64"},
{file = "beautifulsoup4-4.13.3-py3-none-any.whl", hash = "sha256:99045d7d3f08f91f0d656bc9b7efbae189426cd913d830294a15eefa0ea4df16"},
{file = "beautifulsoup4-4.13.3.tar.gz", hash = "sha256:1bd32405dacc920b42b83ba01644747ed77456a65760e285fbc47633ceddaf8b"},
]
[package.dependencies]
soupsieve = ">1.2"
typing-extensions = "*"
typing-extensions = ">=4.0.0"
[package.extras]
cchardet = ["cchardet"]
@ -399,4 +399,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "59920a1752f916a59760ff6d57dc0027c5f21e65a3a3d43a2c6f0b87e607e714"
content-hash = "e43494e41faa301248ffd1e870cd66e3d66a0ce228266ab3a5479a9bc4bdc4bf"

View File

@ -7,7 +7,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
beautifulsoup4 = "^4.13.0"
beautifulsoup4 = "^4.13.3"
transmissionrpc-ng = "~0.13.1"
requests = "^2.32.3"