From 6b9b4dda77a98a29ebeb10d5c7fe0ddb1df402c8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:06 -0700 Subject: [PATCH 01/52] Update requests from 2.27.1 to 2.32.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee5358640..5aa033356 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ git+https://github.com/fake-name/ChromeController.git git+https://github.com/fake-name/semantic.git git+https://github.com/fake-name/mprpc.git -requests==2.27.1 +requests==2.32.5 webrequest==0.0.78 setproctitle==1.2.2 tqdm==4.62.3 From b9d7fa8129e2afc04c88aa1aa84177dc5d18c71c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:06 -0700 Subject: [PATCH 02/52] Update setproctitle from 1.2.2 to 1.3.7 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5aa033356..752d98495 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ git+https://github.com/fake-name/mprpc.git requests==2.32.5 webrequest==0.0.78 -setproctitle==1.2.2 +setproctitle==1.3.7 tqdm==4.62.3 chardet==4.0.0 pymysql==1.0.2 @@ -119,7 +119,7 @@ tornado<6 ## WTForms-JSON influxdb==5.3.1 -setproctitle==1.2.2 +setproctitle==1.3.7 flask_httpauth==4.5.0 hiredis==2.0.0 guess_language-spirit==0.5.3 From 7eed2e66440597916222755c4516bbf295dbc8e3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:07 -0700 Subject: [PATCH 03/52] Update tqdm from 4.62.3 to 4.67.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 752d98495..ebd8a8ca8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ git+https://github.com/fake-name/mprpc.git requests==2.32.5 webrequest==0.0.78 setproctitle==1.3.7 -tqdm==4.62.3 +tqdm==4.67.1 chardet==4.0.0 pymysql==1.0.2 statsd==3.3.0 From 176b5fcd6187135a8fd75abf1016fd4870e96ff7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:07 -0700 Subject: [PATCH 04/52] Update chardet from 4.0.0 to 5.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ebd8a8ca8..909e0151d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ requests==2.32.5 webrequest==0.0.78 setproctitle==1.3.7 tqdm==4.67.1 -chardet==4.0.0 +chardet==5.2.0 pymysql==1.0.2 statsd==3.3.0 xxhash==2.0.2 From e8d1ac7729f87ea528604566d83de8ec4e358fc1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:08 -0700 Subject: [PATCH 05/52] Update pymysql from 1.0.2 to 1.1.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 909e0151d..1dd833567 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ webrequest==0.0.78 setproctitle==1.3.7 tqdm==4.67.1 chardet==5.2.0 -pymysql==1.0.2 +pymysql==1.1.2 statsd==3.3.0 xxhash==2.0.2 objgraph==3.5.0 From 0111765b9cc7332bdfa9acb295ad7466ae5ce058 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:08 -0700 Subject: [PATCH 06/52] Update statsd from 3.3.0 to 4.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1dd833567..097fe4325 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ setproctitle==1.3.7 tqdm==4.67.1 chardet==5.2.0 pymysql==1.1.2 -statsd==3.3.0 +statsd==4.0.1 xxhash==2.0.2 objgraph==3.5.0 zerorpc==0.6.3 From e210a378c1b76dd59d525889bdcb05e80fca08c0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:09 -0700 Subject: [PATCH 07/52] Update xxhash from 2.0.2 to 3.6.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 097fe4325..9ca3f5680 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ tqdm==4.67.1 chardet==5.2.0 pymysql==1.1.2 statsd==4.0.1 -xxhash==2.0.2 +xxhash==3.6.0 objgraph==3.5.0 zerorpc==0.6.3 cssutils==2.3.1 From 0f17836d05c495f302ce54fd64b4ae156bb00331 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:09 -0700 Subject: [PATCH 08/52] Update objgraph from 3.5.0 to 3.6.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ca3f5680..9641bc363 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ chardet==5.2.0 pymysql==1.1.2 statsd==4.0.1 xxhash==3.6.0 -objgraph==3.5.0 +objgraph==3.6.2 zerorpc==0.6.3 cssutils==2.3.1 tinycss2==1.1.1 From cb92af1a757ece2965a057a94bfc89a27df18117 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:10 -0700 Subject: [PATCH 09/52] Update cssutils from 2.3.1 to 2.11.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9641bc363..25f76253a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ statsd==4.0.1 xxhash==3.6.0 objgraph==3.6.2 zerorpc==0.6.3 -cssutils==2.3.1 +cssutils==2.11.1 tinycss2==1.1.1 fontTools==4.27.1 fdict==0.8.1 From 88d05f1b0c3272720eac5fda4f1e4cad0c8340f0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:10 -0700 Subject: [PATCH 10/52] Update tinycss2 from 1.1.1 to 1.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 25f76253a..ba24ff074 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ xxhash==3.6.0 objgraph==3.6.2 zerorpc==0.6.3 cssutils==2.11.1 -tinycss2==1.1.1 +tinycss2==1.4.0 fontTools==4.27.1 fdict==0.8.1 cachetools==4.2.4 From 94f50b2473914e1d69ac80c3442e72d329c36f33 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:11 -0700 Subject: [PATCH 11/52] Update fonttools from 4.27.1 to 4.60.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ba24ff074..6cb4efa8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ objgraph==3.6.2 zerorpc==0.6.3 cssutils==2.11.1 tinycss2==1.4.0 -fontTools==4.27.1 +fontTools==4.60.1 fdict==0.8.1 cachetools==4.2.4 bleach==4.1.0 From 13a0593403e06d9f378d17a706c104cc8f39c76c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:11 -0700 Subject: [PATCH 12/52] Update cachetools from 4.2.4 to 6.2.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6cb4efa8c..5f31c7de2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ cssutils==2.11.1 tinycss2==1.4.0 fontTools==4.60.1 fdict==0.8.1 -cachetools==4.2.4 +cachetools==6.2.1 bleach==4.1.0 Jinja2==3.0.3 xmljson==0.2.1 From 41b192078724e77d2cc7079d490a062dbed0603d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:12 -0700 Subject: [PATCH 13/52] Update bleach from 4.1.0 to 6.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5f31c7de2..dc94a49a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ tinycss2==1.4.0 fontTools==4.60.1 fdict==0.8.1 cachetools==6.2.1 -bleach==4.1.0 +bleach==6.2.0 Jinja2==3.0.3 xmljson==0.2.1 pystuck==0.8.5 From 2617f589688a0f73bd01e299fb8e0ef86678bb49 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:13 -0700 Subject: [PATCH 14/52] Update jinja2 from 3.0.3 to 3.1.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dc94a49a7..ae501cc9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ fontTools==4.60.1 fdict==0.8.1 cachetools==6.2.1 bleach==6.2.0 -Jinja2==3.0.3 +Jinja2==3.1.6 xmljson==0.2.1 pystuck==0.8.5 cherrypy==18.6.1 From 6a850c56debdd30aaf1c202425ccc55800abf3c2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:13 -0700 Subject: [PATCH 15/52] Update cherrypy from 18.6.1 to 18.10.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ae501cc9a..43705c64c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ bleach==6.2.0 Jinja2==3.1.6 xmljson==0.2.1 pystuck==0.8.5 -cherrypy==18.6.1 +cherrypy==18.10.0 # Pin to 0.6.2 since 1.0.0 is broken in mprpc msgpack==0.6.2 From 6ed0c87945df8bcd9d48210b171729e824b1c05e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:14 -0700 Subject: [PATCH 16/52] Update msgpack from 0.6.2 to 1.1.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43705c64c..66732f591 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ pystuck==0.8.5 cherrypy==18.10.0 # Pin to 0.6.2 since 1.0.0 is broken in mprpc -msgpack==0.6.2 +msgpack==1.1.2 psycopg2cffi==2.9.0; platform.python_implementation == 'PyPy' psycopg2-binary==2.9.3; platform.python_implementation == 'CPython' From d3cf3ef0985e60555a0168470bebefb4dda26de4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:14 -0700 Subject: [PATCH 17/52] Update psycopg2-binary from 2.9.3 to 2.9.11 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 66732f591..d2095d942 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ cherrypy==18.10.0 msgpack==1.1.2 psycopg2cffi==2.9.0; platform.python_implementation == 'PyPy' -psycopg2-binary==2.9.3; platform.python_implementation == 'CPython' +psycopg2-binary==2.9.11; platform.python_implementation == 'CPython' SQLAlchemy<1.4.0 sqlalchemy-citext<1.8.0; platform.python_implementation == 'PyPy' From c731a863632ba2f09ed3131f76a08b6ab82e3491 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:15 -0700 Subject: [PATCH 18/52] Pin sqlalchemy to latest version 2.0.44 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d2095d942..a7cb16403 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ msgpack==1.1.2 psycopg2cffi==2.9.0; platform.python_implementation == 'PyPy' psycopg2-binary==2.9.11; platform.python_implementation == 'CPython' -SQLAlchemy<1.4.0 +SQLAlchemy==2.0.44 sqlalchemy-citext<1.8.0; platform.python_implementation == 'PyPy' sqlalchemy-citext==1.8.0; platform.python_implementation == 'CPython' From 42f21fbd66d0e715ca2dce0814d0659fecebb33b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:15 -0700 Subject: [PATCH 19/52] Pin sqlalchemy-citext to latest version 1.8.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a7cb16403..20cfeb540 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ psycopg2cffi==2.9.0; platform.python_implementation == 'PyPy' psycopg2-binary==2.9.11; platform.python_implementation == 'CPython' SQLAlchemy==2.0.44 -sqlalchemy-citext<1.8.0; platform.python_implementation == 'PyPy' +sqlalchemy-citext==1.8.0; platform.python_implementation == 'PyPy' sqlalchemy-citext==1.8.0; platform.python_implementation == 'CPython' PySocks==1.7.1 From a6d61a22f4e32a580cc94153ea4c4fffe61eb24a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:16 -0700 Subject: [PATCH 20/52] Update python-dateutil from 2.8.2 to 2.9.0.post0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 20cfeb540..705cd89d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ sqlalchemy-citext==1.8.0; platform.python_implementation == 'PyPy' sqlalchemy-citext==1.8.0; platform.python_implementation == 'CPython' PySocks==1.7.1 -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 bbcode==1.1.0 pympler==1.0.1 From f23f2480d70560589fcdb9ba73395003886759e4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:17 -0700 Subject: [PATCH 21/52] Update pympler from 1.0.1 to 1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 705cd89d6..9983c13e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ sqlalchemy-citext==1.8.0; platform.python_implementation == 'CPython' PySocks==1.7.1 python-dateutil==2.9.0.post0 bbcode==1.1.0 -pympler==1.0.1 +pympler==1.1 colorama==0.4.4 pyyaml==6.0 From d9e93aeafa3ad28315c3e68cfe4cc7dadc8f6021 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:17 -0700 Subject: [PATCH 22/52] Update colorama from 0.4.4 to 0.4.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9983c13e0..9eb78dcf4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ python-dateutil==2.9.0.post0 bbcode==1.1.0 pympler==1.1 -colorama==0.4.4 +colorama==0.4.6 pyyaml==6.0 natsort==8.1.0 mdx_linkify==2.1 From 1709b2ab0ec6f7f6c76257187859e501b50eaa61 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:18 -0700 Subject: [PATCH 23/52] Update pyyaml from 6.0 to 6.0.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9eb78dcf4..6b8c338ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ bbcode==1.1.0 pympler==1.1 colorama==0.4.6 -pyyaml==6.0 +pyyaml==6.0.3 natsort==8.1.0 mdx_linkify==2.1 ftfy==6.0.3 From e0400f82109eaa0f281b534a1bae43eae96f86e1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:18 -0700 Subject: [PATCH 24/52] Update natsort from 8.1.0 to 8.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6b8c338ab..f94d2a6c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ pympler==1.1 colorama==0.4.6 pyyaml==6.0.3 -natsort==8.1.0 +natsort==8.4.0 mdx_linkify==2.1 ftfy==6.0.3 lxml==4.8.0 From acacfaaf5ff0442fcfcd4663e5156f3537680587 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:19 -0700 Subject: [PATCH 25/52] Update ftfy from 6.0.3 to 6.3.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f94d2a6c8..b4e417d21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ colorama==0.4.6 pyyaml==6.0.3 natsort==8.4.0 mdx_linkify==2.1 -ftfy==6.0.3 +ftfy==6.3.1 lxml==4.8.0 Flask==2.0.3 Flask-DebugToolbar==0.11.0 From 76c8b468d45d08711b29a7a9b601873aaba26026 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:19 -0700 Subject: [PATCH 26/52] Update lxml from 4.8.0 to 6.0.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b4e417d21..c2baefc2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ pyyaml==6.0.3 natsort==8.4.0 mdx_linkify==2.1 ftfy==6.3.1 -lxml==4.8.0 +lxml==6.0.2 Flask==2.0.3 Flask-DebugToolbar==0.11.0 Flask-Login==0.5.0 From 891f2d2b8a8077089530c04c2ebe66481f22ad75 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:20 -0700 Subject: [PATCH 27/52] Update flask from 2.0.3 to 3.1.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2baefc2f..44c39a81e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ natsort==8.4.0 mdx_linkify==2.1 ftfy==6.3.1 lxml==6.0.2 -Flask==2.0.3 +Flask==3.1.2 Flask-DebugToolbar==0.11.0 Flask-Login==0.5.0 Flask-Babel==2.0.0 From 9759d485035a511e66e2193c62c094b4fb282ee8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:20 -0700 Subject: [PATCH 28/52] Update flask-debugtoolbar from 0.11.0 to 0.16.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44c39a81e..5a5277ba6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ mdx_linkify==2.1 ftfy==6.3.1 lxml==6.0.2 Flask==3.1.2 -Flask-DebugToolbar==0.11.0 +Flask-DebugToolbar==0.16.0 Flask-Login==0.5.0 Flask-Babel==2.0.0 webcolors==1.11.1 From 5d7d9e6a311e4946f704df085550400768ea9a94 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:21 -0700 Subject: [PATCH 29/52] Update flask-login from 0.5.0 to 0.6.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a5277ba6..6a82eb1ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ ftfy==6.3.1 lxml==6.0.2 Flask==3.1.2 Flask-DebugToolbar==0.16.0 -Flask-Login==0.5.0 +Flask-Login==0.6.3 Flask-Babel==2.0.0 webcolors==1.11.1 pyparsing==3.0.7 From e5221a7dcbce4fbc9dcc2867c103004ed9692d0d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:21 -0700 Subject: [PATCH 30/52] Update flask-babel from 2.0.0 to 4.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a82eb1ef..436ca065e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ lxml==6.0.2 Flask==3.1.2 Flask-DebugToolbar==0.16.0 Flask-Login==0.6.3 -Flask-Babel==2.0.0 +Flask-Babel==4.0.0 webcolors==1.11.1 pyparsing==3.0.7 feedparser==6.0.8 From ad8f3c4d371634f8202a1ab56cbb3ccb19c6294f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:22 -0700 Subject: [PATCH 31/52] Update webcolors from 1.11.1 to 24.11.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 436ca065e..8b46912d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,7 +50,7 @@ Flask==3.1.2 Flask-DebugToolbar==0.16.0 Flask-Login==0.6.3 Flask-Babel==4.0.0 -webcolors==1.11.1 +webcolors==24.11.1 pyparsing==3.0.7 feedparser==6.0.8 gevent==21.12.0 From 8f6d2a520933db97f8c12853e4eca3383b92ef46 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:22 -0700 Subject: [PATCH 32/52] Update pyparsing from 3.0.7 to 3.2.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b46912d2..6d11e4f82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ Flask-DebugToolbar==0.16.0 Flask-Login==0.6.3 Flask-Babel==4.0.0 webcolors==24.11.1 -pyparsing==3.0.7 +pyparsing==3.2.5 feedparser==6.0.8 gevent==21.12.0 From 23ab4bdfd23ea342becaf53e3e1f3e282cfccdcb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:23 -0700 Subject: [PATCH 33/52] Update feedparser from 6.0.8 to 6.0.12 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6d11e4f82..019bfbafd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,7 +52,7 @@ Flask-Login==0.6.3 Flask-Babel==4.0.0 webcolors==24.11.1 pyparsing==3.2.5 -feedparser==6.0.8 +feedparser==6.0.12 gevent==21.12.0 Flask-SQLAlchemy==2.5.1 From 394becca61a2e733dc4476aa5f9fd82a8d0a743d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:23 -0700 Subject: [PATCH 34/52] Update gevent from 21.12.0 to 25.9.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 019bfbafd..9dbdc9f45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,7 +53,7 @@ Flask-Babel==4.0.0 webcolors==24.11.1 pyparsing==3.2.5 feedparser==6.0.12 -gevent==21.12.0 +gevent==25.9.1 Flask-SQLAlchemy==2.5.1 flask-paginate==2022.1.8 From b35276f75cf3825bd5f52418318bff88aec47e4f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:24 -0700 Subject: [PATCH 35/52] Update flask-sqlalchemy from 2.5.1 to 3.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9dbdc9f45..bb2ff3ad8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ pyparsing==3.2.5 feedparser==6.0.12 gevent==25.9.1 -Flask-SQLAlchemy==2.5.1 +Flask-SQLAlchemy==3.1.1 flask-paginate==2022.1.8 Flask-WTF==1.0.0 apscheduler==3.8.1 From e794de937e32d344b4b8ed1ba720b9295fcc93e5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:24 -0700 Subject: [PATCH 36/52] Update flask-paginate from 2022.1.8 to 2024.4.12 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bb2ff3ad8..f95e51090 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ feedparser==6.0.12 gevent==25.9.1 Flask-SQLAlchemy==3.1.1 -flask-paginate==2022.1.8 +flask-paginate==2024.4.12 Flask-WTF==1.0.0 apscheduler==3.8.1 sqlalchemy_searchable==1.4.1 From 274bd31ffde938e43f278d28a85690aa32c989b6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:25 -0700 Subject: [PATCH 37/52] Update flask-wtf from 1.0.0 to 1.2.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f95e51090..3c557c797 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,7 +57,7 @@ gevent==25.9.1 Flask-SQLAlchemy==3.1.1 flask-paginate==2024.4.12 -Flask-WTF==1.0.0 +Flask-WTF==1.2.2 apscheduler==3.8.1 sqlalchemy_searchable==1.4.1 sqlalchemy-utils==0.41.2 From 703d258200830777bd01d27ffabae3a0f019b54e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:26 -0700 Subject: [PATCH 38/52] Update apscheduler from 3.8.1 to 3.11.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3c557c797..57b63a4d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ gevent==25.9.1 Flask-SQLAlchemy==3.1.1 flask-paginate==2024.4.12 Flask-WTF==1.2.2 -apscheduler==3.8.1 +apscheduler==3.11.0 sqlalchemy_searchable==1.4.1 sqlalchemy-utils==0.41.2 From b6378d7ce9b8f529cdb58115e7d0eef9249c6be2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:26 -0700 Subject: [PATCH 39/52] Update sqlalchemy_searchable from 1.4.1 to 2.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 57b63a4d8..993e0501d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,7 +59,7 @@ Flask-SQLAlchemy==3.1.1 flask-paginate==2024.4.12 Flask-WTF==1.2.2 apscheduler==3.11.0 -sqlalchemy_searchable==1.4.1 +sqlalchemy_searchable==2.1.0 sqlalchemy-utils==0.41.2 ## A BUNCH of memory leaks in sqlalchemy-continuum have been fixed in git, but never released. From 26d82d5eae287adf665612d68551046639f6f7da Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:27 -0700 Subject: [PATCH 40/52] Update sqlalchemy-utils from 0.41.2 to 0.42.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 993e0501d..389a42bf9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,7 +60,7 @@ flask-paginate==2024.4.12 Flask-WTF==1.2.2 apscheduler==3.11.0 sqlalchemy_searchable==2.1.0 -sqlalchemy-utils==0.41.2 +sqlalchemy-utils==0.42.0 ## A BUNCH of memory leaks in sqlalchemy-continuum have been fixed in git, but never released. #git+https://github.com/kvesteri/sqlalchemy-continuum.git From 0a339fa9d1e82cda110ccc6486eaef1a3f5a4e1e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:27 -0700 Subject: [PATCH 41/52] Update pillow from 8.4.0 to 11.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 389a42bf9..6048830a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -68,7 +68,7 @@ sqlalchemy-utils==0.42.0 # Probably requires # sudo apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev libharfbuzz-dev libfribidi-dev -pillow==8.4.0 +pillow==11.3.0 # probably requires `sudo apt install libxml2-dev libxslt1-dev` BeautifulSoup4==4.10.0 From e3fe6e3ace6db1fff6b3c24c36581f93f3bcb9e5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:28 -0700 Subject: [PATCH 42/52] Update beautifulsoup4 from 4.10.0 to 4.14.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6048830a3..e37856eb5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -71,7 +71,7 @@ sqlalchemy-utils==0.42.0 pillow==11.3.0 # probably requires `sudo apt install libxml2-dev libxslt1-dev` -BeautifulSoup4==4.10.0 +BeautifulSoup4==4.14.2 alembic==1.7.6 From 819ff9c9eda4e67bee7e42c9266c0e2078db47c5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:28 -0700 Subject: [PATCH 43/52] Update alembic from 1.7.6 to 1.17.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e37856eb5..313f8152a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -73,7 +73,7 @@ pillow==11.3.0 # probably requires `sudo apt install libxml2-dev libxslt1-dev` BeautifulSoup4==4.14.2 -alembic==1.7.6 +alembic==1.17.0 redis==4.1.4 From 60035bd1566f9d8bedd6da99a0ee98e0c5a736ae Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:29 -0700 Subject: [PATCH 44/52] Update redis from 4.1.4 to 6.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 313f8152a..ebdeeb811 100644 --- a/requirements.txt +++ b/requirements.txt @@ -75,7 +75,7 @@ BeautifulSoup4==4.14.2 alembic==1.17.0 -redis==4.1.4 +redis==6.4.0 ## hiredis==1.0.0 From ac2d2c1e6a4cce4594c7df2ca62787bfa8cd0358 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:29 -0700 Subject: [PATCH 45/52] Update psutil from 5.9.0 to 7.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ebdeeb811..04d56b05a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -82,7 +82,7 @@ redis==6.4.0 # vmprof==0.4.15 parsedatetime==2.6 -psutil==5.9.0 +psutil==7.1.0 ## For ndscheduler tornado<6 From 265313bee0a23d34b6e6b4e2695725d15245d417 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:30 -0700 Subject: [PATCH 46/52] Pin tornado to latest version 6.5.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 04d56b05a..d0e6d3258 100644 --- a/requirements.txt +++ b/requirements.txt @@ -85,7 +85,7 @@ parsedatetime==2.6 psutil==7.1.0 ## For ndscheduler -tornado<6 +tornado==6.5.2 ## alembic ## Babel From b1e382b1bff5059cd14e4e4174acf355543cfcae Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:31 -0700 Subject: [PATCH 47/52] Update influxdb from 5.3.1 to 5.3.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d0e6d3258..525ac99fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -118,7 +118,7 @@ tornado==6.5.2 ## WTForms ## WTForms-JSON -influxdb==5.3.1 +influxdb==5.3.2 setproctitle==1.3.7 flask_httpauth==4.5.0 hiredis==2.0.0 From 2ed89f5b39906e7680fb7e65ef57ab4a21de9bde Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:31 -0700 Subject: [PATCH 48/52] Update flask_httpauth from 4.5.0 to 4.8.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 525ac99fa..1e3e2b8e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -120,7 +120,7 @@ tornado==6.5.2 influxdb==5.3.2 setproctitle==1.3.7 -flask_httpauth==4.5.0 +flask_httpauth==4.8.0 hiredis==2.0.0 guess_language-spirit==0.5.3 PyEnchant==3.2.2 From 9a8da711e18704d10f7231cf338a3ce2082ec0fa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:32 -0700 Subject: [PATCH 49/52] Update hiredis from 2.0.0 to 3.2.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1e3e2b8e2..71f780c74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -121,7 +121,7 @@ tornado==6.5.2 influxdb==5.3.2 setproctitle==1.3.7 flask_httpauth==4.8.0 -hiredis==2.0.0 +hiredis==3.2.1 guess_language-spirit==0.5.3 PyEnchant==3.2.2 dill==0.3.4 From aa30591fa41d046b117207e16e8530c341b2355c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:32 -0700 Subject: [PATCH 50/52] Update pyenchant from 3.2.2 to 3.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 71f780c74..54bcb681b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -123,7 +123,7 @@ setproctitle==1.3.7 flask_httpauth==4.8.0 hiredis==3.2.1 guess_language-spirit==0.5.3 -PyEnchant==3.2.2 +PyEnchant==3.3.0 dill==0.3.4 Werkzeug==2.2.2 From eff5a60c547242f484ea0f4d20aefa31c286c507 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:33 -0700 Subject: [PATCH 51/52] Update dill from 0.3.4 to 0.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 54bcb681b..1f5154dc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -124,7 +124,7 @@ flask_httpauth==4.8.0 hiredis==3.2.1 guess_language-spirit==0.5.3 PyEnchant==3.3.0 -dill==0.3.4 +dill==0.4.0 Werkzeug==2.2.2 From 71ba1e0463ad6b2ef6269c73b28a0217f46e9310 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Oct 2025 08:38:33 -0700 Subject: [PATCH 52/52] Update werkzeug from 2.2.2 to 3.1.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1f5154dc9..575a8b6a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -125,7 +125,7 @@ hiredis==3.2.1 guess_language-spirit==0.5.3 PyEnchant==3.3.0 dill==0.4.0 -Werkzeug==2.2.2 +Werkzeug==3.1.3 paka.cmark==2.3.0