From 67a3dee0d619ea2d8b81ca5c0ed642dab69e76ec Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2026 17:12:29 +0100 Subject: [PATCH 1/8] Update lxml from 6.0.2 to 6.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bf33b88f..295741bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ exceptiongroup==1.3.1 ; python_full_version < '3.11' # via cattrs fonttools==4.62.1 # via ufolib2 (pyproject.toml) -lxml==6.0.2 +lxml==6.1.0 # via ufolib2 (pyproject.toml) msgpack==1.1.2 # via ufolib2 (pyproject.toml) From 152ab287b66f19655b5c77d15e908dcfeed93eea Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2026 17:12:30 +0100 Subject: [PATCH 2/8] Update orjson from 3.11.7 to 3.11.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 295741bd..cc196699 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ lxml==6.1.0 # via ufolib2 (pyproject.toml) msgpack==1.1.2 # via ufolib2 (pyproject.toml) -orjson==3.11.7 ; platform_python_implementation != 'PyPy' +orjson==3.11.8; platform_python_implementation != 'PyPy' # via ufolib2 (pyproject.toml) typing-extensions==4.15.0 # via From 3409403404e4301a8614723cd6c2af1a236d83b3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2026 17:12:30 +0100 Subject: [PATCH 3/8] Update click from 8.3.1 to 8.3.2 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1ba69ac4..182cbe7f 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.3.1 # via -r requirements-dev.in -click==8.3.1 +click==8.3.2 # via black colorama==0.4.6 ; sys_platform == 'win32' # via From 82cd616638ba9c7c42f6ad4194f927d02f53a087 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2026 17:12:33 +0100 Subject: [PATCH 4/8] Update librt from 0.8.1 to 0.9.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 182cbe7f..3e7dd177 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.9.0; platform_python_implementation != 'PyPy' # via mypy mccabe==0.7.0 # via flake8 From f05b0efb9179f78b5d7a8cc54140268676ca1aaf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2026 17:12:34 +0100 Subject: [PATCH 5/8] Update mypy from 1.19.1 to 1.20.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3e7dd177..5d7f0f40 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,7 +24,7 @@ librt==0.9.0; platform_python_implementation != 'PyPy' # via mypy mccabe==0.7.0 # via flake8 -mypy==1.19.1 +mypy==1.20.1 # via -r requirements-dev.in mypy-extensions==1.1.0 # via From ac394c73d6656583e2a71ed9697a3fba51f659ec Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2026 17:12:35 +0100 Subject: [PATCH 6/8] Update packaging from 26.0 to 26.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5d7f0f40..d7dc7b6d 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.1 # via # black # pytest From 67dc59310634f966bf08aabc5b7fe735ff3dd94b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2026 17:12:36 +0100 Subject: [PATCH 7/8] 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 d7dc7b6d..c85ddc73 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -38,7 +38,7 @@ pathspec==1.0.4 # via # black # mypy -platformdirs==4.9.4 +platformdirs==4.9.6 # via black pluggy==1.6.0 # via pytest From c4a156750b65907716c50c32beb5e50a3fd0e13e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2026 17:12:37 +0100 Subject: [PATCH 8/8] 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 c85ddc73..9cba28a8 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