From a522f3b0645db5f868ab7cfa537a6b2403c0aed0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 6 Apr 2026 17:00:36 +0100 Subject: [PATCH 1/3] 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 bf33b88f..8b7aaa0d 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.7 ; platform_python_implementation != 'PyPy' +orjson==3.11.8; platform_python_implementation != 'PyPy' # via ufolib2 (pyproject.toml) typing-extensions==4.15.0 # via From 30a96501b651e4586bcde6f09e0c7791d6502320 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 6 Apr 2026 17:00:37 +0100 Subject: [PATCH 2/3] 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 d986f9ee0b311052840e906eae68a72c43b14252 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 6 Apr 2026 17:00:37 +0100 Subject: [PATCH 3/3] Update mypy from 1.19.1 to 1.20.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 182cbe7f..4e2b6a75 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,7 +24,7 @@ librt==0.8.1 ; platform_python_implementation != 'PyPy' # via mypy mccabe==0.7.0 # via flake8 -mypy==1.19.1 +mypy==1.20.0 # via -r requirements-dev.in mypy-extensions==1.1.0 # via