From f26057c7b3a5eec0e392afb352ab74d1b5857952 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:29 -0700 Subject: [PATCH 01/53] Update requests from 2.27.1 to 2.34.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee5358640..dd4aa27ae 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.34.2 webrequest==0.0.78 setproctitle==1.2.2 tqdm==4.62.3 From d770e9ad9342135ce0eb50e8ef2e16ecffa2ae1d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:30 -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 dd4aa27ae..9052885a7 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.34.2 -webrequest==0.0.78 +webrequest==0.1.0 setproctitle==1.2.2 tqdm==4.62.3 chardet==4.0.0 From 4564b5246519acb8e3913f46d87b13b113c0b6e5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:30 -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 9052885a7..ab53780ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ git+https://github.com/fake-name/mprpc.git requests==2.34.2 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 011e455df3def86a824a71fea7a0be31a18ae2e1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:31 -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 ab53780ee..40c2cd985 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ git+https://github.com/fake-name/mprpc.git requests==2.34.2 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 207654378e1078defb72c5682b05748002aa9967 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:32 -0700 Subject: [PATCH 05/53] Update chardet from 4.0.0 to 7.4.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 40c2cd985..c6d90efac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ requests==2.34.2 webrequest==0.1.0 setproctitle==1.3.7 tqdm==4.67.3 -chardet==4.0.0 +chardet==7.4.3 pymysql==1.0.2 statsd==3.3.0 xxhash==2.0.2 From 360f5048297a78f5ef3ddf641e23e023f90bdc5f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:33 -0700 Subject: [PATCH 06/53] Update pymysql from 1.0.2 to 1.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c6d90efac..fb172eabb 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.3 -pymysql==1.0.2 +pymysql==1.2.0 statsd==3.3.0 xxhash==2.0.2 objgraph==3.5.0 From 6e33bdb95205b3355c53d9cf8349f414774f3392 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:34 -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 fb172eabb..25dc3986d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ setproctitle==1.3.7 tqdm==4.67.3 chardet==7.4.3 pymysql==1.2.0 -statsd==3.3.0 +statsd==4.0.1 xxhash==2.0.2 objgraph==3.5.0 zerorpc==0.6.3 From ec4420ed7613590b3f97c7b2e968fa58c251acff Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:34 -0700 Subject: [PATCH 08/53] Update xxhash from 2.0.2 to 3.7.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 25dc3986d..d4bf55260 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ tqdm==4.67.3 chardet==7.4.3 pymysql==1.2.0 statsd==4.0.1 -xxhash==2.0.2 +xxhash==3.7.0 objgraph==3.5.0 zerorpc==0.6.3 cssutils==2.3.1 From 740e77d235b604633f8db6b89d2f4d1457d321bf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:35 -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 d4bf55260..5f60ae639 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ chardet==7.4.3 pymysql==1.2.0 statsd==4.0.1 xxhash==3.7.0 -objgraph==3.5.0 +objgraph==3.6.2 zerorpc==0.6.3 cssutils==2.3.1 tinycss2==1.1.1 From 71579cdec36be1333a88de3c58a5cb67fd23e88e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:36 -0700 Subject: [PATCH 10/53] Update cssutils from 2.3.1 to 2.15.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5f60ae639..2e89ec734 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ statsd==4.0.1 xxhash==3.7.0 objgraph==3.6.2 zerorpc==0.6.3 -cssutils==2.3.1 +cssutils==2.15.0 tinycss2==1.1.1 fontTools==4.27.1 fdict==0.8.1 From 809e3b5707dc7bf53b6d3c120f27d580c37ddb30 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:37 -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 2e89ec734..aef927a01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ xxhash==3.7.0 objgraph==3.6.2 zerorpc==0.6.3 cssutils==2.15.0 -tinycss2==1.1.1 +tinycss2==1.5.1 fontTools==4.27.1 fdict==0.8.1 cachetools==4.2.4 From 8cd42df862fa0d4031427a2c0ca0f37d517cd06e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:37 -0700 Subject: [PATCH 12/53] Update fonttools from 4.27.1 to 4.63.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aef927a01..7fdb4c302 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ objgraph==3.6.2 zerorpc==0.6.3 cssutils==2.15.0 tinycss2==1.5.1 -fontTools==4.27.1 +fontTools==4.63.0 fdict==0.8.1 cachetools==4.2.4 bleach==4.1.0 From 6464b1b7b37386d40cd9f7d9be2bbf11c1add217 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:38 -0700 Subject: [PATCH 13/53] Update cachetools from 4.2.4 to 7.1.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7fdb4c302..48ed8866f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ cssutils==2.15.0 tinycss2==1.5.1 fontTools==4.63.0 fdict==0.8.1 -cachetools==4.2.4 +cachetools==7.1.4 bleach==4.1.0 Jinja2==3.0.3 xmljson==0.2.1 From 26c8750cfb51f4d05aa0644745c5941605ea5b5d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:39 -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 48ed8866f..27201f5c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ tinycss2==1.5.1 fontTools==4.63.0 fdict==0.8.1 cachetools==7.1.4 -bleach==4.1.0 +bleach==6.3.0 Jinja2==3.0.3 xmljson==0.2.1 pystuck==0.8.5 From c5fc246364db2fe6d085b3c942972003cfddc5e4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:40 -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 27201f5c6..c5f3678b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ fontTools==4.63.0 fdict==0.8.1 cachetools==7.1.4 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 0df2245206abe0eb644ca6ee54d3a3fe4e9a520a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:41 -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 c5f3678b8..62746cfe1 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 fde101c902c80fb947f951c0c7f8d5fc4462423c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:41 -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 62746cfe1..45ddb86ad 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 eb76fb17c607ca0aba52afeeb7f48533a995b52d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:42 -0700 Subject: [PATCH 18/53] Update psycopg2-binary from 2.9.3 to 2.9.12 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 45ddb86ad..26dfb96dd 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.12; platform.python_implementation == 'CPython' SQLAlchemy<1.4.0 sqlalchemy-citext<1.8.0; platform.python_implementation == 'PyPy' From 3601099a20b775f28e0425896c85d1fe318033cd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:43 -0700 Subject: [PATCH 19/53] Pin sqlalchemy to latest version 2.0.50 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 26dfb96dd..4d5d366ad 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.12; platform.python_implementation == 'CPython' -SQLAlchemy<1.4.0 +SQLAlchemy==2.0.50 sqlalchemy-citext<1.8.0; platform.python_implementation == 'PyPy' sqlalchemy-citext==1.8.0; platform.python_implementation == 'CPython' From e10e10e045bfb66f5447d9c59ab5331dff2a2105 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:44 -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 4d5d366ad..3001e7134 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ psycopg2cffi==2.9.0; platform.python_implementation == 'PyPy' psycopg2-binary==2.9.12; platform.python_implementation == 'CPython' SQLAlchemy==2.0.50 -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 65c653ae88c60da15582425d6089a6d67347b884 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:44 -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 3001e7134..496debb53 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 847203fc0e920f2df8ad75a785fbc4b2d69df6a6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:45 -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 496debb53..cfaa6b6a1 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 03b4e0592dc21c726b6a8a9189f2206920d4035c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:46 -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 cfaa6b6a1..20ed820fe 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 c2a898628853eb4cc1f1c14135a24ced4c8c633b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:47 -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 20ed820fe..44943c4be 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 3d2b1d8c55815480603d608ee44d9a63d8222958 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:47 -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 44943c4be..27bc61a3d 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 f8bbba754432c395d25b4913eb5dfcd2a3b46410 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:48 -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 27bc61a3d..9c0b2c446 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 50f131bd52a4332e47bfa1a8b89e0706ed46e031 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:49 -0700 Subject: [PATCH 27/53] Update lxml from 4.8.0 to 6.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c0b2c446..75c606077 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.1.1 Flask==2.0.3 Flask-DebugToolbar==0.11.0 Flask-Login==0.5.0 From 2f51c224b616a426c5ecb1ad43fea498ba004a8f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:50 -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 75c606077..2db72d061 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.1.1 -Flask==2.0.3 +Flask==3.1.3 Flask-DebugToolbar==0.11.0 Flask-Login==0.5.0 Flask-Babel==2.0.0 From e4de4fc29cf2b0ea6503a0d7cb8983ecaba610cd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:51 -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 2db72d061..e66c1bcea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ mdx_linkify==2.1 ftfy==6.3.1 lxml==6.1.1 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 4078934bedc0871aeb89c87d7943e40ed27705cc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:52 -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 e66c1bcea..68e932193 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ ftfy==6.3.1 lxml==6.1.1 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 f90d4e7496a2905d3d34913e2c7cafa25fabd1aa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:52 -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 68e932193..3c100dc2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ lxml==6.1.1 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 b37d5aceb459bdd15e273c1659bbbac3edb55546 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:53 -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 3c100dc2a..3f385dbdf 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 cf47eead3f86003edd40303fdf858ade7f99c727 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:54 -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 3f385dbdf..d1619bbba 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 c2c8bebc011dfe64bbcf39e58b1b999cd2a350c1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:54 -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 d1619bbba..26ecec514 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 26054b21caa399fe4608883d8a764318d1b9cf21 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:56 -0700 Subject: [PATCH 35/53] Update gevent from 21.12.0 to 26.5.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 26ecec514..53e9f8f02 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==26.5.0 Flask-SQLAlchemy==2.5.1 flask-paginate==2022.1.8 From a47f6aeacebc8c928b1a9d38188e705eca40bf68 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:56 -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 53e9f8f02..87d048a80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ pyparsing==3.3.2 feedparser==6.0.12 gevent==26.5.0 -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 56877ed9a69ef7ba818d2badff7a3c591e261e61 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:57 -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 87d048a80..726a44612 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ feedparser==6.0.12 gevent==26.5.0 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 87198e84c411b1db21e79d608ab388dd2d52ffba Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:58 -0700 Subject: [PATCH 38/53] Update flask-wtf from 1.0.0 to 1.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 726a44612..a3fd73f3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,7 +57,7 @@ gevent==26.5.0 Flask-SQLAlchemy==3.1.1 flask-paginate==2024.4.12 -Flask-WTF==1.0.0 +Flask-WTF==1.3.0 apscheduler==3.8.1 sqlalchemy_searchable==1.4.1 sqlalchemy-utils==0.41.2 From 947154e6bba4bb8711aad1251391a0d04c506b1c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:59 -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 a3fd73f3d..7674fa681 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ gevent==26.5.0 Flask-SQLAlchemy==3.1.1 flask-paginate==2024.4.12 Flask-WTF==1.3.0 -apscheduler==3.8.1 +apscheduler==3.11.2 sqlalchemy_searchable==1.4.1 sqlalchemy-utils==0.41.2 From 86456b494d34f73eaad7e5cfb596617a2d7a0e3b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:38:59 -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 7674fa681..a71bb5a11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,7 +59,7 @@ Flask-SQLAlchemy==3.1.1 flask-paginate==2024.4.12 Flask-WTF==1.3.0 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 8ec9c1d6ef16ff322505962475832d10c99ae22f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:39:00 -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 a71bb5a11..d25bbae5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,7 +60,7 @@ flask-paginate==2024.4.12 Flask-WTF==1.3.0 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 11eb116291ded8d019a99ddaa53a598aeb18345f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:39:01 -0700 Subject: [PATCH 42/53] Update pillow from 8.4.0 to 12.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d25bbae5c..6fcdae737 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.2.0 # probably requires `sudo apt install libxml2-dev libxslt1-dev` BeautifulSoup4==4.10.0 From af81e77d884bad7d8fcfcc3d83b4ac1900b76d17 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:39:02 -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 6fcdae737..69f033904 100644 --- a/requirements.txt +++ b/requirements.txt @@ -71,7 +71,7 @@ sqlalchemy-utils==0.42.1 pillow==12.2.0 # probably requires `sudo apt install libxml2-dev libxslt1-dev` -BeautifulSoup4==4.10.0 +BeautifulSoup4==4.14.3 alembic==1.7.6 From ce3c68c97ba24e86ceeafaf14467e4484c54abdf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:39:02 -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 69f033904..cad174f60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -73,7 +73,7 @@ pillow==12.2.0 # 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 f5c1fa1176b025e57c1f8cac9705f59fe35d5d11 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:39:03 -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 cad174f60..f142d2014 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 c61269754cc94cccc530357c08cae49c7abf1af1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:39:04 -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 f142d2014..50083c907 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 6212291a9c5aff3e88b3bfb2e4a3e526d53cad6b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:39:05 -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 50083c907..41bdfaed1 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 eba5c4e98dc16f9bb008c7141b6e4cc7b117f106 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:39:05 -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 41bdfaed1..105c60f27 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 d58246b6acb8b7200bef9da6f4f468e1889b9000 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:39:06 -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 105c60f27..647cfa271 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 72ce4ac49f7271e40035f924bdc554701d8e0f76 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:39:07 -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 647cfa271..fbfcce1f0 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 28e2469d353c84a4d717faccee048f96fa9346fb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:39:08 -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 fbfcce1f0..4ffd5182a 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 5c657854c6118d7644c2b48cd165fdddbc447b48 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:39:08 -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 4ffd5182a..c6f867e45 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 0af33032f1ef5ce480feb07a166226399a74ae3b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 08:39:09 -0700 Subject: [PATCH 53/53] Update werkzeug from 2.2.2 to 3.1.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c6f867e45..7b382e685 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.8 paka.cmark==2.3.0