From 425aac8ced04967eb7847b0419c3364c7b9f3ee2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 16:48:04 +0100 Subject: [PATCH 01/12] Update fonttools from 4.62.1 to 4.63.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 295741bd..61aac158 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ cattrs==26.1.0 # via ufolib2 (pyproject.toml) exceptiongroup==1.3.1 ; python_full_version < '3.11' # via cattrs -fonttools==4.62.1 +fonttools==4.63.0 # via ufolib2 (pyproject.toml) lxml==6.1.0 # via ufolib2 (pyproject.toml) From 75d81c765b084625518e73e6710f3e84fab704d2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 16:48:05 +0100 Subject: [PATCH 02/12] Update lxml from 6.1.0 to 6.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 61aac158..53f8df3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ exceptiongroup==1.3.1 ; python_full_version < '3.11' # via cattrs fonttools==4.63.0 # via ufolib2 (pyproject.toml) -lxml==6.1.0 +lxml==6.1.1 # via ufolib2 (pyproject.toml) msgpack==1.1.2 # via ufolib2 (pyproject.toml) From df4f5b4a3ac51aa9401726286981ce178ab97447 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 16:48:06 +0100 Subject: [PATCH 03/12] Update orjson from 3.11.7 to 3.11.9 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 53f8df3a..f206a5b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ lxml==6.1.1 # via ufolib2 (pyproject.toml) msgpack==1.1.2 # via ufolib2 (pyproject.toml) -orjson==3.11.7 ; platform_python_implementation != 'PyPy' +orjson==3.11.9; platform_python_implementation != 'PyPy' # via ufolib2 (pyproject.toml) typing-extensions==4.15.0 # via From cca89237fcd14701384c7a26a3b8eb424c910afc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 16:48:07 +0100 Subject: [PATCH 04/12] Update black from 26.3.1 to 26.5.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1ba69ac4..78712fb4 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.10 requirements-dev.in -black==26.3.1 +black==26.5.1 # via -r requirements-dev.in click==8.3.1 # via black From 3ef1d1456b1e0931f381a2a4a92e7d000d23f652 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 16:48:08 +0100 Subject: [PATCH 05/12] Update click from 8.3.1 to 8.4.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 78712fb4..4fafa57d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ # uv pip compile --universal --python 3.10 requirements-dev.in black==26.5.1 # via -r requirements-dev.in -click==8.3.1 +click==8.4.1 # via black colorama==0.4.6 ; sys_platform == 'win32' # via From c3c7eab9b63192a22797223b09901bb3bb1c8cde Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 16:48:09 +0100 Subject: [PATCH 06/12] Update coverage from 7.13.5 to 7.14.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4fafa57d..c241af47 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ colorama==0.4.6 ; sys_platform == 'win32' # via # click # pytest -coverage==7.13.5 +coverage==7.14.0 # via -r requirements-dev.in exceptiongroup==1.3.1 ; python_full_version < '3.11' # via From 08f0ddeab3061740d743c53e1e41ce41cec3ee7b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 16:48:09 +0100 Subject: [PATCH 07/12] Update librt from 0.8.1 to 0.11.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c241af47..11c8d00c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ iniconfig==2.3.0 # via pytest isort==8.0.1 # via -r requirements-dev.in -librt==0.8.1 ; platform_python_implementation != 'PyPy' +librt==0.11.0; platform_python_implementation != 'PyPy' # via mypy mccabe==0.7.0 # via flake8 From b5f783119f6e174d58d3a139cab7d249aa59e6fc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 16:48:10 +0100 Subject: [PATCH 08/12] Update mypy from 1.19.1 to 2.1.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 11c8d00c..4ed670cb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,7 +24,7 @@ librt==0.11.0; platform_python_implementation != 'PyPy' # via mypy mccabe==0.7.0 # via flake8 -mypy==1.19.1 +mypy==2.1.0 # via -r requirements-dev.in mypy-extensions==1.1.0 # via From 62be2f45a3e1ca218c7d7676b27b205298170a3d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 16:48:11 +0100 Subject: [PATCH 09/12] Update packaging from 26.0 to 26.2 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4ed670cb..c551dedc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -30,7 +30,7 @@ mypy-extensions==1.1.0 # via # black # mypy -packaging==26.0 +packaging==26.2 # via # black # pytest From 2a873d1dc90e4c619677ac713725a6a8554bc6d6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 16:48:12 +0100 Subject: [PATCH 10/12] Update pathspec from 1.0.4 to 1.1.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c551dedc..32556db4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -34,7 +34,7 @@ packaging==26.2 # via # black # pytest -pathspec==1.0.4 +pathspec==1.1.1 # via # black # mypy From 05f72ea408ec516f5030ca27c79b871ac16f7c73 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 16:48:12 +0100 Subject: [PATCH 11/12] Update platformdirs from 4.9.4 to 4.9.6 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 32556db4..7c706a86 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -38,7 +38,7 @@ pathspec==1.1.1 # via # black # mypy -platformdirs==4.9.4 +platformdirs==4.9.6 # via black pluggy==1.6.0 # via pytest From 5c12d9f9c3d64b0150f821d77e878dc87532e2d4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 May 2026 16:48:13 +0100 Subject: [PATCH 12/12] Update pytest from 9.0.2 to 9.0.3 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7c706a86..a0549d67 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -48,7 +48,7 @@ pyflakes==3.4.0 # via flake8 pygments==2.20.0 # via pytest -pytest==9.0.2 +pytest==9.0.3 # via -r requirements-dev.in pytokens==0.4.1 # via black