diff --git a/find_posts.py b/find_posts.py index 2c1ebd32..afb4cd3d 100644 --- a/find_posts.py +++ b/find_posts.py @@ -20,7 +20,7 @@ logger = logging.getLogger("FediFetcher") robotParser = urllib.robotparser.RobotFileParser() -VERSION = "7.1.16" +VERSION = "7.1.17" argparser=argparse.ArgumentParser() diff --git a/requirements.txt b/requirements.txt index 6facf29d..66a74bf1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ python-dateutil==2.8.2 requests==2.32.4 six==1.16.0 smmap==5.0.0 -urllib3==2.5.0 +urllib3==2.6.0 xxhash==3.4.1 \ No newline at end of file