diff --git a/requirements-dev.txt b/requirements-dev.txt index 6b6cebc2..87adc5fd 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 @@ -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 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