From b4b04c1ace69abc32a4045b909fce7475e36f970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 04:44:55 +0000 Subject: [PATCH 1/2] Bump urllib3 from 2.5.0 to 2.6.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 176d5779aab7c641b2c2d76a48e106d8515853c8 Mon Sep 17 00:00:00 2001 From: nanos-bot Date: Sat, 6 Dec 2025 09:46:59 +0000 Subject: [PATCH 2/2] [bot] Bump version to 7.1.17 --- find_posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()