From 2b12b6d00f9566b97fd5a26c496b3b54da535ca6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:07 -0700 Subject: [PATCH 01/53] Update requests from 2.27.1 to 2.33.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee5358640..47991b097 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.33.0 webrequest==0.0.78 setproctitle==1.2.2 tqdm==4.62.3 From 0da38c30f7e8ec3fab5ad655bbe920eb2cadf7dd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:07 -0700 Subject: [PATCH 02/53] Update webrequest from 0.0.78 to 0.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 47991b097..3a842e626 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ git+https://github.com/fake-name/semantic.git git+https://github.com/fake-name/mprpc.git requests==2.33.0 -webrequest==0.0.78 +webrequest==0.1.0 setproctitle==1.2.2 tqdm==4.62.3 chardet==4.0.0 From f108fa5f33e956f77d3be8eaed4412a764b8068c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:08 -0700 Subject: [PATCH 03/53] 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 3a842e626..b8cdbf14f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ git+https://github.com/fake-name/mprpc.git requests==2.33.0 webrequest==0.1.0 -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 3bc531b2267414126231db681339123e5d102731 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:09 -0700 Subject: [PATCH 04/53] Update tqdm from 4.62.3 to 4.67.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b8cdbf14f..9950b90eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ git+https://github.com/fake-name/mprpc.git requests==2.33.0 webrequest==0.1.0 setproctitle==1.3.7 -tqdm==4.62.3 +tqdm==4.67.3 chardet==4.0.0 pymysql==1.0.2 statsd==3.3.0 From 11e5d2e39dd6abb7ec76dd5d80de144524b906e4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:09 -0700 Subject: [PATCH 05/53] Update chardet from 4.0.0 to 7.4.0.post2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9950b90eb..307571dae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ requests==2.33.0 webrequest==0.1.0 setproctitle==1.3.7 tqdm==4.67.3 -chardet==4.0.0 +chardet==7.4.0.post2 pymysql==1.0.2 statsd==3.3.0 xxhash==2.0.2 From 90a0a4fc764d48591f85971ec22c7906ec1f751d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:10 -0700 Subject: [PATCH 06/53] 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 307571dae..68a8b5d97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ webrequest==0.1.0 setproctitle==1.3.7 tqdm==4.67.3 chardet==7.4.0.post2 -pymysql==1.0.2 +pymysql==1.1.2 statsd==3.3.0 xxhash==2.0.2 objgraph==3.5.0 From 2dcb9a93494f7adcd47be231948610f01c8cc6cd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:10 -0700 Subject: [PATCH 07/53] 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 68a8b5d97..5368eda7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ setproctitle==1.3.7 tqdm==4.67.3 chardet==7.4.0.post2 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 c403532d93defee257f8764107ce66a44ac89eea Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:11 -0700 Subject: [PATCH 08/53] 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 5368eda7d..c2239bb5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ tqdm==4.67.3 chardet==7.4.0.post2 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 8348c68e2cd6cd924027b9bce0c3ab531753d59e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:12 -0700 Subject: [PATCH 09/53] 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 c2239bb5e..56cc01ecc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ chardet==7.4.0.post2 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 3c90db4a1633482424c556de92a2a6d1d564c0c1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:13 -0700 Subject: [PATCH 10/53] 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 56cc01ecc..1bbbe1d90 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 e91ca07bb7fa354f026c4a38b51a18f3b1bea928 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:13 -0700 Subject: [PATCH 11/53] Update tinycss2 from 1.1.1 to 1.5.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1bbbe1d90..e1aa70888 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.5.1 fontTools==4.27.1 fdict==0.8.1 cachetools==4.2.4 From d98b7fb72e7cc0ea49e1f8534472eabb0365f0ba Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:14 -0700 Subject: [PATCH 12/53] Update fonttools from 4.27.1 to 4.62.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e1aa70888..8b980614d 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.5.1 -fontTools==4.27.1 +fontTools==4.62.1 fdict==0.8.1 cachetools==4.2.4 bleach==4.1.0 From 8bd27601044648772035160e83f51ce334014433 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:14 -0700 Subject: [PATCH 13/53] Update cachetools from 4.2.4 to 7.0.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b980614d..8585da6ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ cssutils==2.11.1 tinycss2==1.5.1 fontTools==4.62.1 fdict==0.8.1 -cachetools==4.2.4 +cachetools==7.0.5 bleach==4.1.0 Jinja2==3.0.3 xmljson==0.2.1 From 97cba7cbeb3ca335e4f4cc38efdfa58e55993619 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:15 -0700 Subject: [PATCH 14/53] Update bleach from 4.1.0 to 6.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8585da6ed..416e0ce6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ tinycss2==1.5.1 fontTools==4.62.1 fdict==0.8.1 cachetools==7.0.5 -bleach==4.1.0 +bleach==6.3.0 Jinja2==3.0.3 xmljson==0.2.1 pystuck==0.8.5 From e5ead31f1bc9650944ddc2211d3fd5024fffd1b9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:16 -0700 Subject: [PATCH 15/53] 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 416e0ce6f..cd9c49fb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ fontTools==4.62.1 fdict==0.8.1 cachetools==7.0.5 bleach==6.3.0 -Jinja2==3.0.3 +Jinja2==3.1.6 xmljson==0.2.1 pystuck==0.8.5 cherrypy==18.6.1 From ef84ce2cb2cbcaa635d1086aef84ff0d10dbe157 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:16 -0700 Subject: [PATCH 16/53] 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 cd9c49fb7..17cfb46cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ bleach==6.3.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 428bbfca4b58b9331de29e78b1eebad2ff362a37 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:17 -0700 Subject: [PATCH 17/53] 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 17cfb46cd..73ac635ca 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 8906d7de518848bff18e874f9b331037bd906bf7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:17 -0700 Subject: [PATCH 18/53] 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 73ac635ca..a6f2f70d1 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 580ccca04ed7b0407cc5b615b39dcf128bd9d911 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:18 -0700 Subject: [PATCH 19/53] Pin sqlalchemy to latest version 2.0.48 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a6f2f70d1..90e5ed9e3 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.48 sqlalchemy-citext<1.8.0; platform.python_implementation == 'PyPy' sqlalchemy-citext==1.8.0; platform.python_implementation == 'CPython' From 8d0556ca18eed896a1cdff33affbfd5008ffc8d0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:19 -0700 Subject: [PATCH 20/53] 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 90e5ed9e3..7022e351c 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.48 -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 080aa2f6b0c027c065bf77c11a8a3aacbe417b70 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:19 -0700 Subject: [PATCH 21/53] 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 7022e351c..f20c2594a 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 a11af00aa664d5e9aa491878237259430d55e4bb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:20 -0700 Subject: [PATCH 22/53] 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 f20c2594a..92353edf3 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 d9ddaf6099ab213c9d232527955e7795f5258587 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:21 -0700 Subject: [PATCH 23/53] 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 92353edf3..681f6994b 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 c58e1883ffb7824154d74771ddc2914cb0b73905 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:21 -0700 Subject: [PATCH 24/53] 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 681f6994b..0b128b779 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 f5e0b14c8c472a94e484e14bf26670b217125b35 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:22 -0700 Subject: [PATCH 25/53] 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 0b128b779..341545d47 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 33a3380f089d896020e07a68095bcc7e4a8a0610 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:22 -0700 Subject: [PATCH 26/53] 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 341545d47..fdd6371a6 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 e94e363a7db121184d203228377b783cc919c3bf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:23 -0700 Subject: [PATCH 27/53] 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 fdd6371a6..0dd72b09c 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 12164a707c2ca8ccd6d81fa843276f6426872a66 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:23 -0700 Subject: [PATCH 28/53] Update flask from 2.0.3 to 3.1.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0dd72b09c..2ef70f9d8 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.3 Flask-DebugToolbar==0.11.0 Flask-Login==0.5.0 Flask-Babel==2.0.0 From 3d1eb109617ac7f70ee59aee6a45663c742ad1c5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:24 -0700 Subject: [PATCH 29/53] 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 2ef70f9d8..efe5ff680 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.3 -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 371cd402f2e4efc7ed9ee3d22235aa1c641bd9e7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:25 -0700 Subject: [PATCH 30/53] 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 efe5ff680..72141c3d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ ftfy==6.3.1 lxml==6.0.2 Flask==3.1.3 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 872a5e98cc33c1029258238e792c1bc7005994df Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:25 -0700 Subject: [PATCH 31/53] 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 72141c3d3..a7a3561b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ lxml==6.0.2 Flask==3.1.3 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 bf9886a719013f58b79adbbc226c6c67ede75a67 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:26 -0700 Subject: [PATCH 32/53] Update webcolors from 1.11.1 to 25.10.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a7a3561b1..973829910 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,7 +50,7 @@ Flask==3.1.3 Flask-DebugToolbar==0.16.0 Flask-Login==0.6.3 Flask-Babel==4.0.0 -webcolors==1.11.1 +webcolors==25.10.0 pyparsing==3.0.7 feedparser==6.0.8 gevent==21.12.0 From cb574d1ec294b42bf9cbe84c3c86d15c460631ba Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:26 -0700 Subject: [PATCH 33/53] Update pyparsing from 3.0.7 to 3.3.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 973829910..aa3e0029b 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==25.10.0 -pyparsing==3.0.7 +pyparsing==3.3.2 feedparser==6.0.8 gevent==21.12.0 From 059f85036ce96ec85cf168249467214cfa0b9b8b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:27 -0700 Subject: [PATCH 34/53] 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 aa3e0029b..6a74a308c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,7 +52,7 @@ Flask-Login==0.6.3 Flask-Babel==4.0.0 webcolors==25.10.0 pyparsing==3.3.2 -feedparser==6.0.8 +feedparser==6.0.12 gevent==21.12.0 Flask-SQLAlchemy==2.5.1 From 675a568918e8ce904d5e7e3d169b5246d8dc43ac Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:27 -0700 Subject: [PATCH 35/53] 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 6a74a308c..f7d8d9a84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,7 +53,7 @@ Flask-Babel==4.0.0 webcolors==25.10.0 pyparsing==3.3.2 feedparser==6.0.12 -gevent==21.12.0 +gevent==25.9.1 Flask-SQLAlchemy==2.5.1 flask-paginate==2022.1.8 From d395bbeee80d56daa3f9bede3b534bcbf6a75c4b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:28 -0700 Subject: [PATCH 36/53] 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 f7d8d9a84..2a53e4b6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ pyparsing==3.3.2 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 279f40394d6085722e5c64c7a880d76d1fb072e7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:28 -0700 Subject: [PATCH 37/53] 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 2a53e4b6b..bf25b0a0d 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 5ed74f7e17ae9d06165813a8ab2f52ea83fb7481 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:29 -0700 Subject: [PATCH 38/53] 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 bf25b0a0d..b47f2429b 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 e9cb627ecf3917df5c5b800357c88e94f2a0f7c4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:30 -0700 Subject: [PATCH 39/53] Update apscheduler from 3.8.1 to 3.11.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b47f2429b..3bc56eede 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.2 sqlalchemy_searchable==1.4.1 sqlalchemy-utils==0.41.2 From 602334c68f60f46c0e9adb569019fc595eac9cc4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:30 -0700 Subject: [PATCH 40/53] Update sqlalchemy_searchable from 1.4.1 to 3.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3bc56eede..f8d5d3d36 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.2 -sqlalchemy_searchable==1.4.1 +sqlalchemy_searchable==3.0.0 sqlalchemy-utils==0.41.2 ## A BUNCH of memory leaks in sqlalchemy-continuum have been fixed in git, but never released. From c0d7ebc734302b9fd8023e4e1ff8692de6a9d10c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:31 -0700 Subject: [PATCH 41/53] Update sqlalchemy-utils from 0.41.2 to 0.42.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f8d5d3d36..139454879 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,7 +60,7 @@ flask-paginate==2024.4.12 Flask-WTF==1.2.2 apscheduler==3.11.2 sqlalchemy_searchable==3.0.0 -sqlalchemy-utils==0.41.2 +sqlalchemy-utils==0.42.1 ## 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 788eebc1b7ecb1164dd00d8b43db8ff8a758b58b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:31 -0700 Subject: [PATCH 42/53] Update pillow from 8.4.0 to 12.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 139454879..6c07f5484 100644 --- a/requirements.txt +++ b/requirements.txt @@ -68,7 +68,7 @@ sqlalchemy-utils==0.42.1 # 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==12.1.1 # probably requires `sudo apt install libxml2-dev libxslt1-dev` BeautifulSoup4==4.10.0 From dc3037e1c395834651e293b605834a702a6e1d55 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:32 -0700 Subject: [PATCH 43/53] Update beautifulsoup4 from 4.10.0 to 4.14.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6c07f5484..2b3a23e47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -71,7 +71,7 @@ sqlalchemy-utils==0.42.1 pillow==12.1.1 # probably requires `sudo apt install libxml2-dev libxslt1-dev` -BeautifulSoup4==4.10.0 +BeautifulSoup4==4.14.3 alembic==1.7.6 From 640e9d03fbf3a443640d332f13632080afed3ff5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:32 -0700 Subject: [PATCH 44/53] Update alembic from 1.7.6 to 1.18.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b3a23e47..61cde705f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -73,7 +73,7 @@ pillow==12.1.1 # probably requires `sudo apt install libxml2-dev libxslt1-dev` BeautifulSoup4==4.14.3 -alembic==1.7.6 +alembic==1.18.4 redis==4.1.4 From 437a8e3781e14a343f5ad9a44ef90039f06b6a24 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:33 -0700 Subject: [PATCH 45/53] Update redis from 4.1.4 to 7.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 61cde705f..12416f7ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -75,7 +75,7 @@ BeautifulSoup4==4.14.3 alembic==1.18.4 -redis==4.1.4 +redis==7.4.0 ## hiredis==1.0.0 From 12cd5a3ca846b105993eff9ae42f90814ca08143 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:34 -0700 Subject: [PATCH 46/53] Update psutil from 5.9.0 to 7.2.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 12416f7ef..032ea94fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -82,7 +82,7 @@ redis==7.4.0 # vmprof==0.4.15 parsedatetime==2.6 -psutil==5.9.0 +psutil==7.2.2 ## For ndscheduler tornado<6 From 7d39764fca528a0d4bede123148d85a7f161d838 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:34 -0700 Subject: [PATCH 47/53] Pin tornado to latest version 6.5.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 032ea94fd..d3b5ddb16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -85,7 +85,7 @@ parsedatetime==2.6 psutil==7.2.2 ## For ndscheduler -tornado<6 +tornado==6.5.5 ## alembic ## Babel From b948ef75944728b364ab31ec1a4fffd8e7279e9c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:35 -0700 Subject: [PATCH 48/53] 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 d3b5ddb16..0c335b9d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -118,7 +118,7 @@ tornado==6.5.5 ## 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 80cb4f97781438417711d225ceae2f4c8add1c5e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:35 -0700 Subject: [PATCH 49/53] Update flask_httpauth from 4.5.0 to 4.8.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0c335b9d8..ed53b0e16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -120,7 +120,7 @@ tornado==6.5.5 influxdb==5.3.2 setproctitle==1.3.7 -flask_httpauth==4.5.0 +flask_httpauth==4.8.1 hiredis==2.0.0 guess_language-spirit==0.5.3 PyEnchant==3.2.2 From a21a3d23aa420d71399b5edabab935eccad01c3b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:36 -0700 Subject: [PATCH 50/53] Update hiredis from 2.0.0 to 3.3.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ed53b0e16..7349d5416 100644 --- a/requirements.txt +++ b/requirements.txt @@ -121,7 +121,7 @@ tornado==6.5.5 influxdb==5.3.2 setproctitle==1.3.7 flask_httpauth==4.8.1 -hiredis==2.0.0 +hiredis==3.3.1 guess_language-spirit==0.5.3 PyEnchant==3.2.2 dill==0.3.4 From 3d9431fa18c59855b35871c9ae88b697cc45f2a4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:36 -0700 Subject: [PATCH 51/53] 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 7349d5416..3475822bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -123,7 +123,7 @@ setproctitle==1.3.7 flask_httpauth==4.8.1 hiredis==3.3.1 guess_language-spirit==0.5.3 -PyEnchant==3.2.2 +PyEnchant==3.3.0 dill==0.3.4 Werkzeug==2.2.2 From 7ef816f88ff7efd4e21e3c0c1aa77d94179e6962 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:37 -0700 Subject: [PATCH 52/53] Update dill from 0.3.4 to 0.4.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3475822bf..842396e9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -124,7 +124,7 @@ flask_httpauth==4.8.1 hiredis==3.3.1 guess_language-spirit==0.5.3 PyEnchant==3.3.0 -dill==0.3.4 +dill==0.4.1 Werkzeug==2.2.2 From 429d17a131f8bbffce10dced101bf63d350875b0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2026 08:38:37 -0700 Subject: [PATCH 53/53] Update werkzeug from 2.2.2 to 3.1.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 842396e9e..a75dcc783 100644 --- a/requirements.txt +++ b/requirements.txt @@ -125,7 +125,7 @@ hiredis==3.3.1 guess_language-spirit==0.5.3 PyEnchant==3.3.0 dill==0.4.1 -Werkzeug==2.2.2 +Werkzeug==3.1.7 paka.cmark==2.3.0