From d561b9ab52ccdf1a3c59b39298f21c51ac7d327a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:13:19 +0000 Subject: [PATCH 1/2] Bump urllib3 from 2.6.3 to 2.7.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.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.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.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 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 From b7ab5952da0969e77836d6907ad86d586dcea3bf Mon Sep 17 00:00:00 2001 From: nanos-bot Date: Wed, 13 May 2026 06:37:42 +0000 Subject: [PATCH 2/2] [bot] Bump version to 7.1.18 --- find_posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()