From a8f04d608438a723a40aa350eb83fb82e29f1df9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 13:01:57 +0000 Subject: [PATCH] chore(deps): bump soupsieve from 2.6 to 2.8.4 Bumps [soupsieve](https://github.com/facelessuser/soupsieve) from 2.6 to 2.8.4. - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](https://github.com/facelessuser/soupsieve/compare/2.6...2.8.4) --- updated-dependencies: - dependency-name: soupsieve dependency-version: 2.8.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b89fe7..792cdc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ multidict==6.0.5 ; python_version >= "3.9" and python_version < "3.13" opencc==1.1.9 ; python_version >= "3.9" and python_version < "3.13" python-dotenv==0.21.1 ; python_version >= "3.9" and python_version < "3.13" requests==2.32.4 ; python_version >= "3.9" and python_version < "3.13" -soupsieve==2.6 ; python_version >= "3.9" and python_version < "3.13" +soupsieve==2.8.4 ; python_version >= "3.9" and python_version < "3.13" urllib3==2.6.3 ; python_version >= "3.9" and python_version < "3.13" win32-setctime==1.1.0 ; python_version >= "3.9" and python_version < "3.13" and sys_platform == "win32" yarl==1.9.4 ; python_version >= "3.9" and python_version < "3.13"