From 4e9b686aac5a97b0feb5fcb23394653b88937286 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Apr 2026 17:12:33 +0100 Subject: [PATCH 1/7] Update lxml from 6.0.2 to 6.0.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bf33b88f..457a5492 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.0.4 # via ufolib2 (pyproject.toml) msgpack==1.1.2 # via ufolib2 (pyproject.toml) From 859a2465f34057e0b0f1d3f69942b364d05ba0f7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Apr 2026 17:12:34 +0100 Subject: [PATCH 2/7] 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 457a5492..71323f43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ lxml==6.0.4 # 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 0d0e53cdc3f14403eba97586428b244ddb03336b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Apr 2026 17:12:34 +0100 Subject: [PATCH 3/7] 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 df634b1f59c9ed8980b3fe3fc2a0cf81f55fb8b7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Apr 2026 17:12:35 +0100 Subject: [PATCH 4/7] 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 7bb66e71c7187250acdcab617268bb04c1e5820c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Apr 2026 17:12:36 +0100 Subject: [PATCH 5/7] 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 5070ee75e7fa59b7fe1d62196dce5cc474b4f0b7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Apr 2026 17:12:36 +0100 Subject: [PATCH 6/7] 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 5d7f0f40..a87d5af4 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 16ed6398da54d8fa58a0d65f202cf545c22634f9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Apr 2026 17:12:37 +0100 Subject: [PATCH 7/7] 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 a87d5af4..414c1708 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