diff --git a/scrapers/sd/__init__.py b/scrapers/sd/__init__.py index 7febad0125..895a1a1ea4 100644 --- a/scrapers/sd/__init__.py +++ b/scrapers/sd/__init__.py @@ -175,6 +175,14 @@ class SouthDakota(State): "end_date": "2024-03-25", "active": True, }, + { + "_scraped_name": "2025", + "identifier": "2025", + "name": "2025 Regular Session", + "start_date": "2025-01-14", + "end_date": "2025-03-31", + "active": False, + }, ] ignored_scraped_sessions = [] diff --git a/scrapers/sd/bills.py b/scrapers/sd/bills.py index f2bc5c8d12..123f7b7886 100644 --- a/scrapers/sd/bills.py +++ b/scrapers/sd/bills.py @@ -15,6 +15,7 @@ "2022": "64", "2023": "68", "2024": "69", + "2025": "70", } _CHAMBER_MAP = { "H": "lower",