From d3a0b424140f24cf134651923bd9769b869df6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 12:44:02 +0000 Subject: [PATCH] Bump types-beautifulsoup4 from 4.12.0.20241020 to 4.12.0.20250204 Bumps [types-beautifulsoup4](https://github.com/python/typeshed) from 4.12.0.20241020 to 4.12.0.20250204. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-beautifulsoup4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83ef011..6bbf308 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dev = [ "pre-commit==4.1.0", "pytest==8.3.4", "ruff==0.9.5", - "types-beautifulsoup4==4.12.0.20241020", + "types-beautifulsoup4==4.12.0.20250204", "types-Markdown==3.7.0.20241204", "types-requests==2.32.0.20241016", "types-seaborn==0.13.2.20250111"