From 97f6179c0605907ae3dd6b9bf68c782f6bf491ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 07:33:57 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the / directory: [numpy](https://github.com/numpy/numpy), [scikit-learn](https://github.com/scikit-learn/scikit-learn), [scrapy](https://github.com/scrapy/scrapy) and [tqdm](https://github.com/tqdm/tqdm). Updates `numpy` from 1.12.0 to 1.22.0 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.12.0...v1.22.0) Updates `scikit-learn` from 0.18.1 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.18.1...1.5.0) Updates `scrapy` from 2.6.2 to 2.13.4 - [Release notes](https://github.com/scrapy/scrapy/releases) - [Changelog](https://github.com/scrapy/scrapy/blob/master/docs/news.rst) - [Commits](https://github.com/scrapy/scrapy/compare/2.6.2...2.13.4) Updates `tqdm` from 4.8.4 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.8.4...v4.66.3) --- updated-dependencies: - dependency-name: numpy dependency-version: 1.22.0 dependency-type: direct:production dependency-group: pip - dependency-name: scikit-learn dependency-version: 1.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: scrapy dependency-version: 2.13.4 dependency-type: direct:development dependency-group: pip - dependency-name: tqdm dependency-version: 4.66.3 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- requirements_dev.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 44c04fe..5eeb849 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ six langdetect==1.0.6 -lxml==4.9.1 -numpy==1.12.0 +lxml==6.0.2 +numpy==1.22.0 parsel==1.1.0 -scikit-learn==0.18.1 +scikit-learn==1.5.0 scipy==1.10.0 webstruct==0.4.1 diff --git a/requirements_dev.txt b/requirements_dev.txt index 33f068a..da36991 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ eli5==0.3.1 json_lines==0.2.0 langdetect==1.0.6 pandas==0.18.1 -Scrapy==2.6.2 +Scrapy==2.13.4 tldextract==2.0.1 -tqdm==4.8.4 -ujson==5.4.0 +tqdm==4.66.3 +ujson==5.11.0