diff --git a/requirements-dev.txt b/requirements-dev.txt index 8de2c303..54becdf7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,16 +1,16 @@ # This file was autogenerated by uv via the following command: # uv pip compile --universal --python 3.10 requirements-dev.in -ast-serialize==0.6.0 +ast-serialize==0.11.2 # via mypy black==26.5.1 # via -r requirements-dev.in -click==8.4.2 +click==8.5.0 # via black colorama==0.4.6 ; sys_platform == 'win32' # via # click # pytest -coverage==7.15.2 +coverage==7.16.1 # via -r requirements-dev.in exceptiongroup==1.3.1 ; python_full_version < '3.11' # via @@ -20,19 +20,19 @@ flake8==7.3.0 # via -r requirements-dev.in iniconfig==2.3.0 # via pytest -isort==8.0.1 +isort==9.0.1 # via -r requirements-dev.in -librt==0.13.0 ; platform_python_implementation != 'PyPy' +librt==0.15.0; platform_python_implementation != 'PyPy' # via mypy mccabe==0.7.0 # via flake8 -mypy==2.3.0 +mypy==2.3.1 # via -r requirements-dev.in mypy-extensions==1.1.0 # via # black # mypy -packaging==26.2 +packaging==26.3 # via # black # pytest @@ -40,7 +40,7 @@ pathspec==1.1.1 # via # black # mypy -platformdirs==4.11.0 +platformdirs==4.11.11 # via black pluggy==1.6.0 # via pytest @@ -48,7 +48,7 @@ pycodestyle==2.14.0 # via flake8 pyflakes==3.4.0 # via flake8 -pygments==2.20.0 +pygments==2.21.0 # via pytest pytest==9.1.1 # via -r requirements-dev.in diff --git a/requirements.txt b/requirements.txt index 0843ff36..e4f74d8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,17 +4,17 @@ attrs==26.1.0 # via # ufolib2 (pyproject.toml) # cattrs -cattrs==26.1.0 +cattrs==26.2.0 # via ufolib2 (pyproject.toml) exceptiongroup==1.3.1 ; python_full_version < '3.11' # via cattrs -fonttools==4.63.0 +fonttools==4.65.0 # via ufolib2 (pyproject.toml) -lxml==6.1.1 +lxml==6.1.3 # via ufolib2 (pyproject.toml) -msgpack==1.2.1 +msgpack==1.2.2 # via ufolib2 (pyproject.toml) -orjson==3.11.9 ; platform_python_implementation != 'PyPy' +orjson==3.12.0; platform_python_implementation != 'PyPy' # via ufolib2 (pyproject.toml) typing-extensions==4.16.0 # via