From bc6dcea7e125043f91555ad5645c112cbfb3a76c Mon Sep 17 00:00:00 2001 From: Marco Lents Date: Tue, 2 Dec 2025 10:44:03 +0100 Subject: [PATCH] pin versions of dependencies --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0fff45a..f5935e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,10 +9,10 @@ maintainers = [ {name = "Marco Lents", email = "marco@mail.lents.xyz"} ] -description = "Crawls the website of the german parlament and tracks any changes in a separate repository." +description = "Scrapes the website of the german parlament and tracks any changes in a separate repository." dependencies = [ - "beautifulsoup4", - "requests", - "gitpython" + "beautifulsoup4==4.14.2", + "requests==2.32.5", + "gitpython==3.1.45" ]