From a8a560bd69f438e62a6184c9553a261304644fc5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:13 -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 0ce941f5be2174a2d929f0038a000d3943d2afb8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:14 -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 0760632d3383b474db421f72f014de6fe4002507 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:15 -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 2ebcf030653c37633616525887cca967b224f011 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:15 -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 4e0c337140809284a18e37a6437fcb4c3276bb95 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:16 -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 5c8ccf9b42ed2a15c92ce5f00afc88c0bcf293d5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:17 -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 85da2f801d6c2220ba0fcb15d9aa74d92b0e35d4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:17 -0700 Subject: [PATCH 07/52] Update xxhash from 2.0.2 to 3.5.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 097fe4325..893f4a7f2 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.5.0 objgraph==3.5.0 zerorpc==0.6.3 cssutils==2.3.1 From 95251ecfc49831db43d3dd1a578ff5d28b731623 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:18 -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 893f4a7f2..332706ae4 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.5.0 -objgraph==3.5.0 +objgraph==3.6.2 zerorpc==0.6.3 cssutils==2.3.1 tinycss2==1.1.1 From 16dbcf6acc3b30c512817992a48a1c45cf6016ac Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:18 -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 332706ae4..d8df29915 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ statsd==4.0.1 xxhash==3.5.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 7829f5f4f9401e16044326a4a6e513b537f95d2b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:19 -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 d8df29915..dc5bf412a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ xxhash==3.5.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 d480656d6985eed80afd11375b08e9c204770504 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:19 -0700 Subject: [PATCH 11/52] Update fonttools from 4.27.1 to 4.60.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dc5bf412a..e19414f4e 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.0 fdict==0.8.1 cachetools==4.2.4 bleach==4.1.0 From d060d9d22cd2bdb0eb5035d529bfaed1232ef534 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:20 -0700 Subject: [PATCH 12/52] Update cachetools from 4.2.4 to 6.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e19414f4e..30c517699 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ cssutils==2.11.1 tinycss2==1.4.0 fontTools==4.60.0 fdict==0.8.1 -cachetools==4.2.4 +cachetools==6.2.0 bleach==4.1.0 Jinja2==3.0.3 xmljson==0.2.1 From 8b2408d72885d554e161a745b0d727ae0ef06e29 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:21 -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 30c517699..185353408 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ tinycss2==1.4.0 fontTools==4.60.0 fdict==0.8.1 cachetools==6.2.0 -bleach==4.1.0 +bleach==6.2.0 Jinja2==3.0.3 xmljson==0.2.1 pystuck==0.8.5 From c3c89953d036ad27c9239a9fe930f8e4518285ba Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:21 -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 185353408..13b3266d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ fontTools==4.60.0 fdict==0.8.1 cachetools==6.2.0 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 5efba491f109b48fc58138a67a67750e7e6b2cd9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:22 -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 13b3266d0..1f79de7d6 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 5c21462eaf6ac452baddff059a13e37459b655c4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:22 -0700 Subject: [PATCH 16/52] Update msgpack from 0.6.2 to 1.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1f79de7d6..6f4a414db 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.1 psycopg2cffi==2.9.0; platform.python_implementation == 'PyPy' psycopg2-binary==2.9.3; platform.python_implementation == 'CPython' From 4291eca6480ceae687cc9c36e51477374aef5130 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:23 -0700 Subject: [PATCH 17/52] Update psycopg2-binary from 2.9.3 to 2.9.10 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f4a414db..b41a8431b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ cherrypy==18.10.0 msgpack==1.1.1 psycopg2cffi==2.9.0; platform.python_implementation == 'PyPy' -psycopg2-binary==2.9.3; platform.python_implementation == 'CPython' +psycopg2-binary==2.9.10; platform.python_implementation == 'CPython' SQLAlchemy<1.4.0 sqlalchemy-citext<1.8.0; platform.python_implementation == 'PyPy' From c60b7b7290c9863d913d97700fe08ce689d71603 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:24 -0700 Subject: [PATCH 18/52] Pin sqlalchemy to latest version 2.0.43 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b41a8431b..1504b6db8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ msgpack==1.1.1 psycopg2cffi==2.9.0; platform.python_implementation == 'PyPy' psycopg2-binary==2.9.10; platform.python_implementation == 'CPython' -SQLAlchemy<1.4.0 +SQLAlchemy==2.0.43 sqlalchemy-citext<1.8.0; platform.python_implementation == 'PyPy' sqlalchemy-citext==1.8.0; platform.python_implementation == 'CPython' From f08cd4dd091d784fdd6881f84b58f3b491a0f524 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:24 -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 1504b6db8..404cd66d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ psycopg2cffi==2.9.0; platform.python_implementation == 'PyPy' psycopg2-binary==2.9.10; platform.python_implementation == 'CPython' SQLAlchemy==2.0.43 -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 57f7ab735f3cd59562f21fd5b7b9e4194ed2e3dc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:25 -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 404cd66d1..d72b6477b 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 119fce16a11e9f0a31a2172831c1c73c5ba3d9fc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:26 -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 d72b6477b..9152238c9 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 358414106a9fd83713fb50bf03107e78bcaf0278 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:26 -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 9152238c9..efa93d0a6 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 c763a3345a6037c8db7e730fcf9f449ba8bfe686 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:27 -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 efa93d0a6..d1881ae9c 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 476bf67ad4986627bf881b4adc38afe443674444 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:28 -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 d1881ae9c..f69e1cd98 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 f9fd5b9e5ac45481e7d35ae930b7dff1312d399a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:28 -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 f69e1cd98..5551d5e32 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 6ecb2331df1213acc69ef7e45b340ff2eac11dc4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:29 -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 5551d5e32..bf1582563 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 bbd82b63c2959e6cb3d25a152671719652462f71 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:29 -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 bf1582563..f655302eb 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 17dbd7be8e9d990826852475bc0416b05c5e95c3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:30 -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 f655302eb..e4b498b65 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 1f518ec55f837879d1180473899dee17c698f1df Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:31 -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 e4b498b65..050ec4a85 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 9fd13f8f8f87d35a2d058907016e177601d21001 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:31 -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 050ec4a85..dd0baecc5 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 643330732a80bb5dd429dc73925c7974bc3260a9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:32 -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 dd0baecc5..ec445b2b0 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 cf6c279a744a0c8d9cffee80a034a867ce86fc9e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:32 -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 ec445b2b0..61118e4ed 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 6f0ed5f57b9f73f4061e43b6d9888402d9f0cecb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:33 -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 61118e4ed..f084686ce 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 2ad48956aee2e9258c2786116f09d0bcde90af11 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:33 -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 f084686ce..571cd821f 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 d9461c60f251fde2f4fc920fa57501568dabac06 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:34 -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 571cd821f..acf159dc1 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 571b62ba1db042df46ab1d9c4c3aa3f0a5e9d590 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:35 -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 acf159dc1..999dad73a 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 531442f271afa662b6863b9aeacbe3674a29fc87 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:35 -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 999dad73a..75f012df6 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 189c825556791705163e40a475f24e5c9a6fa11d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:36 -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 75f012df6..cc7c4356a 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 6937ff73721ed4a0387c5acba4d6893fed0ba09f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:37 -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 cc7c4356a..c690fb092 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 a0f3d44fe9ebe4da369364b35e3d23f9669ee86e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:37 -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 c690fb092..07d0817fa 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 f2b746231284185c1ada48b64b6224fb01605f39 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:38 -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 07d0817fa..9bd88d3bd 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 200fe82ef39cb97f765f040e21ad446974e971c5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:38 -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 9bd88d3bd..26126aa0d 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 42248ae2e8e0df1acd72265b6728e3bd5934be5b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:39 -0700 Subject: [PATCH 43/52] Update alembic from 1.7.6 to 1.16.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 26126aa0d..2172eb733 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.16.5 redis==4.1.4 From 4299a09942e0918ecd7b47c009b75a015369ab5a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:39 -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 2172eb733..dd5087d79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -75,7 +75,7 @@ BeautifulSoup4==4.14.2 alembic==1.16.5 -redis==4.1.4 +redis==6.4.0 ## hiredis==1.0.0 From fd687f07734fdf5156a5f7086048d76680e53168 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:40 -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 dd5087d79..e8350e6ca 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 7f6665d20e46310b3e4508f88da2fa3923d99cc6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:41 -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 e8350e6ca..ff11bf98d 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 2e40310f34db237891d39d23971a31d47c2309da Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:41 -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 ff11bf98d..525ded239 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 4adaae6467088b58cf095b914c57452817fb0280 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:42 -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 525ded239..22ca93512 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 0498a4813a7a6e7f8257c2b3245b8cb9cf32b37b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:42 -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 22ca93512..0a903f472 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 8caee394a31076c3b0ae525eaad493966d11bcdf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:43 -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 0a903f472..2cb762994 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 4e15da9780ad86c436afb657e754414128cb790c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:44 -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 2cb762994..21016a8da 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 fbe1da232646aa458ac95ca30d3dde019cb6bc74 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Sep 2025 07:59:44 -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 21016a8da..e49bff6d5 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