diff --git a/find_posts.py b/find_posts.py index e4d1e6c2..dac9e293 100644 --- a/find_posts.py +++ b/find_posts.py @@ -20,7 +20,7 @@ logger = logging.getLogger("FediFetcher") robotParser = urllib.robotparser.RobotFileParser() -VERSION = "7.1.17" +VERSION = "7.1.18" argparser=argparse.ArgumentParser() diff --git a/requirements.txt b/requirements.txt index 8ca69974..35a90919 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ python-dateutil==2.8.2 requests==2.33.0 six==1.16.0 smmap==5.0.0 -urllib3==2.6.3 +urllib3==2.7.0 xxhash==3.4.1 \ No newline at end of file