From 265d8f51ce8e354c5c856061083216eb36953dfc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:05 +0000 Subject: [PATCH 01/20] Update attrs from 25.3.0 to 25.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3db6fc7..89861efe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # This file was autogenerated by uv via the following command: # uv pip compile --all-extras --universal --python 3.9 pyproject.toml -attrs==25.3.0 +attrs==25.4.0 # via # ufolib2 (pyproject.toml) # cattrs From 85ce4264756738e05bbabdb5e3e484445f995cc4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:06 +0000 Subject: [PATCH 02/20] Update cattrs from 25.1.1 to 25.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 89861efe..510ae778 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ attrs==25.4.0 # via # ufolib2 (pyproject.toml) # cattrs -cattrs==25.1.1 +cattrs==25.3.0 # via ufolib2 (pyproject.toml) exceptiongroup==1.3.0 ; python_full_version < '3.11' # via cattrs From 7e5e64749fa36d6940fb114c0e9f42742634bad2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:06 +0000 Subject: [PATCH 03/20] Update exceptiongroup from 1.3.0 to 1.3.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 510ae778..44677b1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ attrs==25.4.0 # cattrs cattrs==25.3.0 # via ufolib2 (pyproject.toml) -exceptiongroup==1.3.0 ; python_full_version < '3.11' +exceptiongroup==1.3.1; python_full_version < '3.11' # via cattrs fonttools==4.59.0 # via ufolib2 (pyproject.toml) From 111f529a5bf3dd22d5bb9ce7c47c0905694c21fd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:07 +0000 Subject: [PATCH 04/20] Update exceptiongroup from 1.3.0 to 1.3.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6b6cebc2..893ef561 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,7 +12,7 @@ colorama==0.4.6 ; sys_platform == 'win32' # pytest coverage==7.9.2 # via -r requirements-dev.in -exceptiongroup==1.3.0 ; python_full_version < '3.11' +exceptiongroup==1.3.1; python_full_version < '3.11' # via # -c requirements.txt # pytest From 4c09f10e0746607c685762c7795f39f26b10a776 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:08 +0000 Subject: [PATCH 05/20] Update fonttools from 4.59.0 to 4.61.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44677b1e..d2400060 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ cattrs==25.3.0 # via ufolib2 (pyproject.toml) exceptiongroup==1.3.1; python_full_version < '3.11' # via cattrs -fonttools==4.59.0 +fonttools==4.61.1 # via ufolib2 (pyproject.toml) lxml==6.0.0 # via ufolib2 (pyproject.toml) From a7305f13af27ef58229a097c6e346961797a0039 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:08 +0000 Subject: [PATCH 06/20] Update lxml from 6.0.0 to 6.0.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d2400060..dd6b690f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ exceptiongroup==1.3.1; python_full_version < '3.11' # via cattrs fonttools==4.61.1 # via ufolib2 (pyproject.toml) -lxml==6.0.0 +lxml==6.0.2 # via ufolib2 (pyproject.toml) msgpack==1.1.1 # via ufolib2 (pyproject.toml) From 119cf13a9c2e8ede2b672a7357af6e7ed1ffef3f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:09 +0000 Subject: [PATCH 07/20] Update msgpack from 1.1.1 to 1.1.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dd6b690f..173f85c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ fonttools==4.61.1 # via ufolib2 (pyproject.toml) lxml==6.0.2 # via ufolib2 (pyproject.toml) -msgpack==1.1.1 +msgpack==1.1.2 # via ufolib2 (pyproject.toml) orjson==3.11.0 ; platform_python_implementation != 'PyPy' # via ufolib2 (pyproject.toml) From 46c219ea90f4f58a98720cb7cadaa78670227044 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:10 +0000 Subject: [PATCH 08/20] Update orjson from 3.11.0 to 3.11.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 173f85c5..138ff4da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ lxml==6.0.2 # via ufolib2 (pyproject.toml) msgpack==1.1.2 # via ufolib2 (pyproject.toml) -orjson==3.11.0 ; platform_python_implementation != 'PyPy' +orjson==3.11.5; platform_python_implementation != 'PyPy' # via ufolib2 (pyproject.toml) typing-extensions==4.14.1 # via From 7800c8ea36e9a717060c735ef8d867407e52ff73 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:10 +0000 Subject: [PATCH 09/20] Update typing-extensions from 4.14.1 to 4.15.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 138ff4da..4ff9e7ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ msgpack==1.1.2 # via ufolib2 (pyproject.toml) orjson==3.11.5; platform_python_implementation != 'PyPy' # via ufolib2 (pyproject.toml) -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # cattrs # exceptiongroup From d01d8de8d6c9923eaf953505c7ff44b6eadcded4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:11 +0000 Subject: [PATCH 10/20] Update typing-extensions from 4.14.1 to 4.15.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 893ef561..cce04fe2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -55,7 +55,7 @@ tomli==2.2.1 ; python_full_version < '3.11' # black # mypy # pytest -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # -c requirements.txt # black From cfc1a7da5ce37b80e5e614857ea5effc33061289 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:11 +0000 Subject: [PATCH 11/20] Update black from 25.1.0 to 25.12.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cce04fe2..34e75a17 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ # This file was autogenerated by uv via the following command: # uv pip compile --universal --python 3.9 requirements-dev.in -black==25.1.0 +black==25.12.0 # via -r requirements-dev.in click==8.1.8 ; python_full_version < '3.10' # via black From 24cb81a54b5f47bbb65064844552aed22e25a300 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:12 +0000 Subject: [PATCH 12/20] Update click from 8.1.8 to 8.3.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 34e75a17..85b54b4c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ # uv pip compile --universal --python 3.9 requirements-dev.in black==25.12.0 # via -r requirements-dev.in -click==8.1.8 ; python_full_version < '3.10' +click==8.3.1; python_full_version < '3.10' # via black click==8.2.1 ; python_full_version >= '3.10' # via black From 3bae4fb2412fdcae6d05a9d932c80e27121a318f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:13 +0000 Subject: [PATCH 13/20] Update click from 8.2.1 to 8.3.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 85b54b4c..a713ac6a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ black==25.12.0 # via -r requirements-dev.in click==8.3.1; python_full_version < '3.10' # via black -click==8.2.1 ; python_full_version >= '3.10' +click==8.3.1; python_full_version >= '3.10' # via black colorama==0.4.6 ; sys_platform == 'win32' # via From d54e5a98006a295296dcdcd4b3d042985c7522ba Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:13 +0000 Subject: [PATCH 14/20] Update coverage from 7.9.2 to 7.13.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a713ac6a..f5b720a0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ colorama==0.4.6 ; sys_platform == 'win32' # via # click # pytest -coverage==7.9.2 +coverage==7.13.1 # via -r requirements-dev.in exceptiongroup==1.3.1; python_full_version < '3.11' # via From 19472d78e76090a21f9c9460fd7185ec97f32838 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:14 +0000 Subject: [PATCH 15/20] Update iniconfig from 2.1.0 to 2.3.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f5b720a0..396efb19 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ exceptiongroup==1.3.1; python_full_version < '3.11' # pytest flake8==7.3.0 # via -r requirements-dev.in -iniconfig==2.1.0 +iniconfig==2.3.0 # via pytest isort==6.0.1 # via -r requirements-dev.in From 531a927e46b8a31386e4cee0c4d37fa459e2c19f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:14 +0000 Subject: [PATCH 16/20] Update isort from 6.0.1 to 7.0.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 396efb19..c17cfd6c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ flake8==7.3.0 # via -r requirements-dev.in iniconfig==2.3.0 # via pytest -isort==6.0.1 +isort==7.0.0 # via -r requirements-dev.in mccabe==0.7.0 # via flake8 From 5c9aadccdb8fad7509366b8536549b414d3ad239 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:15 +0000 Subject: [PATCH 17/20] Update mypy from 1.17.0 to 1.19.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c17cfd6c..a6d2a011 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,7 +24,7 @@ isort==7.0.0 # via -r requirements-dev.in mccabe==0.7.0 # via flake8 -mypy==1.17.0 +mypy==1.19.1 # via -r requirements-dev.in mypy-extensions==1.1.0 # via From 4c5c9601f49c259e58fccbcebbfcb5082166b9d3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:16 +0000 Subject: [PATCH 18/20] Update platformdirs from 4.3.8 to 4.5.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a6d2a011..1eed888b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -38,7 +38,7 @@ pathspec==0.12.1 # via # black # mypy -platformdirs==4.3.8 +platformdirs==4.5.1 # via black pluggy==1.6.0 # via pytest From 1912d708522db813741c51b817dc21ee1a19e564 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:17 +0000 Subject: [PATCH 19/20] Update pytest from 8.4.1 to 9.0.2 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1eed888b..9841c942 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -48,7 +48,7 @@ pyflakes==3.4.0 # via flake8 pygments==2.19.2 # via pytest -pytest==8.4.1 +pytest==9.0.2 # via -r requirements-dev.in tomli==2.2.1 ; python_full_version < '3.11' # via From f6635767b0545579fd3634091a3c3e7b8af7a0f3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Dec 2025 15:48:18 +0000 Subject: [PATCH 20/20] Update tomli from 2.2.1 to 2.3.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9841c942..344b9879 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -50,7 +50,7 @@ pygments==2.19.2 # via pytest pytest==9.0.2 # via -r requirements-dev.in -tomli==2.2.1 ; python_full_version < '3.11' +tomli==2.3.0; python_full_version < '3.11' # via # black # mypy