From 0e68542ca07c40eaa22c9e22582971c0d344fc23 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 13 Oct 2025 14:26:15 +0800 Subject: security/theonionbox: Relax version requirement of RUN_DEPENDS - Bump PORTREVISION for package change --- security/theonionbox/files/patch-setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/theonionbox/files/patch-setup.py') diff --git a/security/theonionbox/files/patch-setup.py b/security/theonionbox/files/patch-setup.py index 0447f6547c50..3b045a2a553a 100644 --- a/security/theonionbox/files/patch-setup.py +++ b/security/theonionbox/files/patch-setup.py @@ -32,7 +32,7 @@ 'tzlocal>=1.5', 'futures>=3.2; python_version<"3.0"', - 'urllib3>=1.24.2, <1.25' # '<1.25' due to requests 2.21 requirement -+ 'urllib3>=1.21.1,<1.27' # copied (except the exclusions) from requests 2.25.1 ++ 'urllib3>=1.21.1' # copied (except the exclusions) from requests 2.25.1 ], long_description_content_type='text/x-rst; charset=UTF-8', classifiers=[ -- cgit v1.2.3