From 44da17a0c2f90b3f60cfb5684988529b7e954cd8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:50:52 -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 b923ba534be89febcfcad3cb2d8af65487babc4e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:50:53 -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 e96a807727b9cdb878c800c76767633cf107532a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:50:53 -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 f01c4831add1a6145c8068aff5da27adf453a214 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:50:54 -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 2b51d1f5c95dd7aef3710cae300d35dc8e9a894b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:50:54 -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 8faea4c44e43fb65c71e5e9a17b886f439db388c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:50:55 -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 51dfb43731edccad006a085205b648cd29dfa644 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:50:56 -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 a7bd7bd0a7a8b39bdcb3c93b30173c4aaa21a085 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:50:56 -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 469ec0a283974e189de4747273899075541a76f9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:50:57 -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 adba7592c8c687b61fc5ae0f0d10ee31661757d0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:50:57 -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 d4ba00a8dc588fefbb981e015cfb5c934d6e7e8c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:50:58 -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 fa28fbcfa0bcd373d36ea0860fc2d04a5f6044aa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:50:58 -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 1f8f13a702e43e8ec91dad62de8a436b0d2333b6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:50:59 -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 352fdf214343324ffbf6b8662bd09df9433c8ff2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:00 -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 2d49a1b0c5d5f26ab8fc7e9db6fc59ad0b82afb1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:00 -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 d415e57c4837970bdbfa1323e0756444b3135377 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:01 -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 253b87a26756076f2e572f664def025b5211e7a7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:01 -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 b0451ac36ff98928f2c6915f7e15349be9aaa963 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:02 -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 9dbdba0a01ae0228abcaf05ff5cd98b7e97e7925 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:03 -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 e94ecc65a27fd0c99bf391db272675d4b7f11438 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:03 -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 b6af78dda77a581b80ed7b68bbc8a7460428ee22 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:04 -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 42644de0b541afe027e334d88fd66e2084bfd373 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:04 -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 d70e84be30ff2ba095284e8e6d22a43dbb074480 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:05 -0700 Subject: [PATCH 23/52] Update pyyaml from 6.0 to 6.0.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index efa93d0a6..f2036d0f3 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.2 natsort==8.1.0 mdx_linkify==2.1 ftfy==6.0.3 From 19f1181d53b2c7c67b76dff5d5d619a356b8858c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:06 -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 f2036d0f3..208097e10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ pympler==1.1 colorama==0.4.6 pyyaml==6.0.2 -natsort==8.1.0 +natsort==8.4.0 mdx_linkify==2.1 ftfy==6.0.3 lxml==4.8.0 From 6173e3f45c29d9ff02c19080db9d6f5f027ef4de Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:06 -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 208097e10..25833b931 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ colorama==0.4.6 pyyaml==6.0.2 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 64ff6477308f2a5c91187619e63cd89fbeaa9232 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:07 -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 25833b931..83f37dac9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ pyyaml==6.0.2 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 554c890ee0b6c43f23483d44f573189f44600c89 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:07 -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 83f37dac9..35d66c445 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 7db1c24b9f549387e0d2625eb226e3d1e859b524 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:08 -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 35d66c445..a883e65a3 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 4c28da1d516aa5a782009e48140a266ca422a55c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:09 -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 a883e65a3..6c9f24a0a 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 bf9522b0c8f973a90006a12f27b123149c1f8676 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:09 -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 6c9f24a0a..77e1a7476 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 2aefc8ab9212ac0e3329b7d0ab6aa82931c6932b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:10 -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 77e1a7476..371b55af0 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 f5183538fd1e9a99e794c0bb48315d5fa35cb284 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:11 -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 371b55af0..a17856056 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 ab9eaeb3a8de4913e9eb7f835450dcd1c18cda11 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:11 -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 a17856056..6ccae1f30 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 27d3480fb250498e7b17878da7342add1a6f10e7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:12 -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 6ccae1f30..e09695233 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 b03d6ac80e497fc1408bab6f8f4db9dc540e6f75 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:12 -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 e09695233..8cbafe5a2 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 9f073f54ca7ff36e2b6cee700a82b5bd01e28907 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:13 -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 8cbafe5a2..4f154ba52 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 d143c1321b4ae7f67c19139c30e35178de4bd9d3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:13 -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 4f154ba52..8d4b812d5 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 6201182c91cc971dec19e260804f0c6cc5d2669c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:14 -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 8d4b812d5..0aa4d4baf 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 ea69e84b32a6a3ac5421e4e301a56ce4ab72cda0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:15 -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 0aa4d4baf..43211c0c4 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 141a87b3ed4bd71573f2b3471a8a20dbeafa6139 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:15 -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 43211c0c4..c2d692390 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 eec576ba760b14011d92405764dfca938981e359 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:16 -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 c2d692390..adaf29afe 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 1eb679bf726544cc479f8c4b827ccf0cb2a076f7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:16 -0700 Subject: [PATCH 42/52] Update beautifulsoup4 from 4.10.0 to 4.13.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index adaf29afe..5b38a5b07 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.13.5 alembic==1.7.6 From 65ca277b9a98a1af460c694fbba3f02439eaa740 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:17 -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 5b38a5b07..06c84265c 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.13.5 -alembic==1.7.6 +alembic==1.16.5 redis==4.1.4 From b1bed43a82f1b7c2b13d58b6fe6cab5520e2e705 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:17 -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 06c84265c..2f115604e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -75,7 +75,7 @@ BeautifulSoup4==4.13.5 alembic==1.16.5 -redis==4.1.4 +redis==6.4.0 ## hiredis==1.0.0 From 85a8d38320a384291c900cadc18434d55c812258 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:18 -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 2f115604e..c72bc98dd 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 2bc22d25e6c8a9f867e398d742b53e8055f0096b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:19 -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 c72bc98dd..22bf94fd0 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 72a385296568849cfbf3c714a6f3313e3c7ad2b4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:19 -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 22bf94fd0..f6c084f30 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 c1f3839d6e2dbcc9d2b6d73a303dad8a1b824a74 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:20 -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 f6c084f30..999cf60d7 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 88672ec6972ac9a9ab8add13c39600962ce6d202 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:20 -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 999cf60d7..f23892774 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 eedd8f6e8ee7d478e2c414e7d52342d9f7e059fb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:21 -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 f23892774..b8c9565bf 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 c8a927307620cbc87d41f20df36f6706f856a696 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:22 -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 b8c9565bf..99cf13762 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 7e67526e5e7ea0b4473672e2dcb050c4a520ef7a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Sep 2025 11:51:22 -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 99cf13762..f0a526d20 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