From 80242ac8b8bfeeba60f31f7659585d93a15cd65d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:24:35 +0000 Subject: [PATCH] Bump the all group with 3 updates Bumps the all group with 3 updates: [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/), [black](https://github.com/psf/black) and [mypy](https://github.com/python/mypy). Updates `beautifulsoup4` from 4.14.2 to 4.14.3 Updates `black` from 25.9.0 to 25.11.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.9.0...25.11.0) Updates `mypy` from 1.18.2 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 66303d4..9bce8fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -beautifulsoup4==4.14.2 -black==25.9.0 # Code formatter +beautifulsoup4==4.14.3 +black==25.11.0 # Code formatter lxml==6.0.2 -mypy==1.18.2 # Type checker +mypy==1.19.0 # Type checker setuptools==80.9.0 # Only required for publish it as a package types-beautifulsoup4==4.12.0.20250516 # Stubs for beautifulsoup4 wheel==0.45.1 # Only required for publish it as a package