From 729950d67468b8d93bf462c6350a3b1807e6bd57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 10:43:33 +0000 Subject: [PATCH] chore(deps): bump the production group across 1 directory with 4 updates Bumps the production group with 4 updates in the / directory: [selenium](https://github.com/SeleniumHQ/Selenium), [lxml](https://github.com/lxml/lxml), [numpy](https://github.com/numpy/numpy) and [nltk](https://github.com/nltk/nltk). Updates `selenium` from 4.46.0 to 4.48.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.46.0...selenium-4.48.0) Updates `lxml` from 6.1.1 to 6.1.2 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-6.1.1...lxml-6.1.2) Updates `numpy` from 2.5.1 to 2.5.2 - [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/v2.5.1...v2.5.2) Updates `nltk` from 3.10.2 to 3.10.3 - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/v3.10.2...v3.10.3) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: nltk dependency-version: 3.10.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: selenium dependency-version: 4.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 609c700e..f4ab5e62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,18 @@ beautifulsoup4==4.15.0 types-beautifulsoup4==4.12.0.20250516 requests==2.34.2 -selenium==4.46.0 -lxml==6.1.1 +selenium==4.48.0 +lxml==6.1.2 bandit==1.9.4 mypy==2.3.0 pylint==4.0.6 flake8==7.3.0 flake8-simplify==0.30.0 opencv-python-headless==5.0.0.93 -numpy==2.5.1 +numpy==2.5.2 pandas==3.0.5 pandas-stubs==3.0.5.260730 -nltk==3.10.2 +nltk==3.10.3 pyfakefs==6.2.0 pytest==9.1.1 pytest-mock==3.15.1