Commit 82c93fb

dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 04:43:51
chore(deps): bump beautifulsoup4 in the python-deps group (#56)
Bumps the python-deps group with 1 update: [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/). Updates `beautifulsoup4` from 4.14.2 to 4.14.3 --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5905d13
Changed files (2)
pyproject.toml
@@ -2,7 +2,7 @@
 dependencies = [
   "aioboto3==15.5.0",
   "apscheduler>=3.11.0,<4.0.0",
-  "beautifulsoup4==4.14.2",
+  "beautifulsoup4==4.14.3",
   "bilibili-api-python==17.4.0",
   "brotli==1.2.0",
   "cacheout==0.16.0",
uv.lock
@@ -242,15 +242,15 @@ wheels = [
 
 [[package]]
 name = "beautifulsoup4"
-version = "4.14.2"
+version = "4.14.3"
 source = { registry = "https://pypi.org/simple" }
 dependencies = [
     { name = "soupsieve" },
     { name = "typing-extensions" },
 ]
-sdist = { url = "https://files.pythonhosted.org/packages/77/e9/df2358efd7659577435e2177bfa69cba6c33216681af51a707193dec162a/beautifulsoup4-4.14.2.tar.gz", hash = "sha256:2a98ab9f944a11acee9cc848508ec28d9228abfd522ef0fad6a02a72e0ded69e", size = 625822, upload-time = "2025-09-29T10:05:42.613Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/c3/b0/1c6a16426d389813b48d95e26898aff79abbde42ad353958ad95cc8c9b21/beautifulsoup4-4.14.3.tar.gz", hash = "sha256:6292b1c5186d356bba669ef9f7f051757099565ad9ada5dd630bd9de5fa7fb86", size = 627737, upload-time = "2025-11-30T15:08:26.084Z" }
 wheels = [
-    { url = "https://files.pythonhosted.org/packages/94/fe/3aed5d0be4d404d12d36ab97e2f1791424d9ca39c2f754a6285d59a3b01d/beautifulsoup4-4.14.2-py3-none-any.whl", hash = "sha256:5ef6fa3a8cbece8488d66985560f97ed091e22bbc4e9c2338508a9d5de6d4515", size = 106392, upload-time = "2025-09-29T10:05:43.771Z" },
+    { url = "https://files.pythonhosted.org/packages/1a/39/47f9197bdd44df24d67ac8893641e16f386c984a0619ef2ee4c51fbbc019/beautifulsoup4-4.14.3-py3-none-any.whl", hash = "sha256:0918bfe44902e6ad8d57732ba310582e98da931428d231a5ecb9e7c703a735bb", size = 107721, upload-time = "2025-11-30T15:08:24.087Z" },
 ]
 
 [[package]]
@@ -308,7 +308,7 @@ dev = [
 requires-dist = [
     { name = "aioboto3", specifier = "==15.5.0" },
     { name = "apscheduler", specifier = ">=3.11.0,<4.0.0" },
-    { name = "beautifulsoup4", specifier = "==4.14.2" },
+    { name = "beautifulsoup4", specifier = "==4.14.3" },
     { name = "bilibili-api-python", specifier = "==17.4.0" },
     { name = "brotli", specifier = "==1.2.0" },
     { name = "cacheout", specifier = "==0.16.0" },