From 8500cdba4a78beadc7207cf1f3386824e6a19927 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Sep 2025 20:51:23 +0100 Subject: [PATCH 01/11] Update fonttools from 4.59.0 to 4.59.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3db6fc7..9edf7b94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ cattrs==25.1.1 # via ufolib2 (pyproject.toml) exceptiongroup==1.3.0 ; python_full_version < '3.11' # via cattrs -fonttools==4.59.0 +fonttools==4.59.2 # via ufolib2 (pyproject.toml) lxml==6.0.0 # via ufolib2 (pyproject.toml) From 32a45cc63f3ca984f49b17c272f33fca40d209ad Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Sep 2025 20:51:24 +0100 Subject: [PATCH 02/11] Update lxml from 6.0.0 to 6.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9edf7b94..377e85b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ exceptiongroup==1.3.0 ; python_full_version < '3.11' # via cattrs fonttools==4.59.2 # via ufolib2 (pyproject.toml) -lxml==6.0.0 +lxml==6.0.1 # via ufolib2 (pyproject.toml) msgpack==1.1.1 # via ufolib2 (pyproject.toml) From f58758414adcfea7095005587808a319e8815f83 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Sep 2025 20:51:25 +0100 Subject: [PATCH 03/11] Update orjson from 3.11.0 to 3.11.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 377e85b0..0c6be83d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ lxml==6.0.1 # via ufolib2 (pyproject.toml) msgpack==1.1.1 # via ufolib2 (pyproject.toml) -orjson==3.11.0 ; platform_python_implementation != 'PyPy' +orjson==3.11.3; platform_python_implementation != 'PyPy' # via ufolib2 (pyproject.toml) typing-extensions==4.14.1 # via From c64e7bc42d5457086c2501a8ab42a6774215e7f0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Sep 2025 20:51:25 +0100 Subject: [PATCH 04/11] 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 0c6be83d..e8cd7409 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ msgpack==1.1.1 # via ufolib2 (pyproject.toml) orjson==3.11.3; platform_python_implementation != 'PyPy' # via ufolib2 (pyproject.toml) -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # cattrs # exceptiongroup From b8a82ded7f39be93dc31ad27113025ee64abf673 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Sep 2025 20:51:26 +0100 Subject: [PATCH 05/11] 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 6b6cebc2..a20bb67a 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 aad03017a31629108f1302205a1cadb27ed71bdf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Sep 2025 20:51:27 +0100 Subject: [PATCH 06/11] Update click from 8.1.8 to 8.2.2 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a20bb67a..55ee16ba 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.1.0 # via -r requirements-dev.in -click==8.1.8 ; python_full_version < '3.10' +click==8.2.2; python_full_version < '3.10' # via black click==8.2.1 ; python_full_version >= '3.10' # via black From 990520cf68d22eba6c7bc32301b3d76cd0193cee Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Sep 2025 20:51:27 +0100 Subject: [PATCH 07/11] Update click from 8.2.1 to 8.2.2 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 55ee16ba..b5bd37eb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ black==25.1.0 # via -r requirements-dev.in click==8.2.2; python_full_version < '3.10' # via black -click==8.2.1 ; python_full_version >= '3.10' +click==8.2.2; python_full_version >= '3.10' # via black colorama==0.4.6 ; sys_platform == 'win32' # via From d4c4a6e04163c82035c27ab09801535aad8a4c8d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Sep 2025 20:51:28 +0100 Subject: [PATCH 08/11] Update coverage from 7.9.2 to 7.10.6 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b5bd37eb..b9e042ce 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.10.6 # via -r requirements-dev.in exceptiongroup==1.3.0 ; python_full_version < '3.11' # via From f3043a7584a4b86b8e13f4506a99b21fc59a3945 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Sep 2025 20:51:28 +0100 Subject: [PATCH 09/11] Update mypy from 1.17.0 to 1.17.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b9e042ce..da31a651 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,7 +24,7 @@ isort==6.0.1 # via -r requirements-dev.in mccabe==0.7.0 # via flake8 -mypy==1.17.0 +mypy==1.17.1 # via -r requirements-dev.in mypy-extensions==1.1.0 # via From 826a8efc4cea25eadf6392ef5591c06645d59cb9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Sep 2025 20:51:29 +0100 Subject: [PATCH 10/11] Update platformdirs from 4.3.8 to 4.4.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index da31a651..38c0faae 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.4.0 # via black pluggy==1.6.0 # via pytest From 0940b41ab884162c43eda710c58767df5953dbd0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Sep 2025 20:51:29 +0100 Subject: [PATCH 11/11] Update pytest from 8.4.1 to 8.4.2 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 38c0faae..9e656d47 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==8.4.2 # via -r requirements-dev.in tomli==2.2.1 ; python_full_version < '3.11' # via