From 983fc03a9fc2ee6eb945412b9fedab014f267397 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 22:01:02 -0800 Subject: [PATCH] [stubsabot] Mark beautifulsoup4 as obsolete since 4.13.0 (#13455) Release: https://pypi.org/pypi/beautifulsoup4/4.13.0 Homepage: https://www.crummy.com/software/BeautifulSoup/bs4/ Repository: https://git.launchpad.net/beautifulsoup/tree Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/beautifulsoup4 --- stubs/beautifulsoup4/METADATA.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/beautifulsoup4/METADATA.toml b/stubs/beautifulsoup4/METADATA.toml index bfa9247a7..b2eb4a77b 100644 --- a/stubs/beautifulsoup4/METADATA.toml +++ b/stubs/beautifulsoup4/METADATA.toml @@ -2,6 +2,7 @@ version = "4.12.*" upstream_repository = "https://git.launchpad.net/beautifulsoup/tree" requires = ["types-html5lib"] partial_stub = true +obsolete_since = "4.13.0" # Released on 2025-02-02 [tool.stubtest] ignore_missing_stub = true