From c2e1f235543a21ba8122a87464ef44975e93c38d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 12:23:11 +0200 Subject: [PATCH] Bump soupsieve from 2.7 to 2.8 (#506) See https://github.com/facelessuser/soupsieve/releases/tag/2.8. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0c5527a5..50774320 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ requests-futures==1.0.2 # used in http.py to be able to make async HTTP requests requests-cache==1.2.1 # used in http.py to be able to cache HTTP requests ruamel.yaml==0.18.15 # used in update-product-data.py ruamel.yaml.clib==0.2.12 # used in update-product-data.py -soupsieve==2.7 # used in conjunction with beautifulsoup4 +soupsieve==2.8 # used in conjunction with beautifulsoup4