From d3a99bc93e3ba87b22f07697b03c2bae5c96f5be Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 28 Jul 2025 16:48:03 +0100 Subject: [PATCH 1/3] Update orjson from 3.11.0 to 3.11.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3db6fc7..5b2b32a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ lxml==6.0.0 # via ufolib2 (pyproject.toml) msgpack==1.1.1 # via ufolib2 (pyproject.toml) -orjson==3.11.0 ; platform_python_implementation != 'PyPy' +orjson==3.11.1; platform_python_implementation != 'PyPy' # via ufolib2 (pyproject.toml) typing-extensions==4.14.1 # via From 0a52b86fd71a968d240890d9bd18aa0133531140 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 28 Jul 2025 16:48:04 +0100 Subject: [PATCH 2/3] Update click from 8.1.8 to 8.2.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6b6cebc2..91bf139d 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.1; python_full_version < '3.10' # via black click==8.2.1 ; python_full_version >= '3.10' # via black From f551fe96efd83399f86378191ef12b5fc3d1ca9a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 28 Jul 2025 16:48:04 +0100 Subject: [PATCH 3/3] Update coverage from 7.9.2 to 7.10.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 91bf139d..87adc5fd 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.1 # via -r requirements-dev.in exceptiongroup==1.3.0 ; python_full_version < '3.11' # via