diff --git a/requirements-dev.txt b/requirements-dev.txt index 6b6cebc2..cbb4881d 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.9 requirements-dev.in -black==25.1.0 +black==25.9.0 # via -r requirements-dev.in -click==8.1.8 ; python_full_version < '3.10' +click==8.3.0; python_full_version < '3.10' # via black -click==8.2.1 ; python_full_version >= '3.10' +click==8.3.0; python_full_version >= '3.10' # via black colorama==0.4.6 ; sys_platform == 'win32' # via # click # pytest -coverage==7.9.2 +coverage==7.10.7 # via -r requirements-dev.in exceptiongroup==1.3.0 ; python_full_version < '3.11' # via @@ -24,7 +24,7 @@ isort==6.0.1 # via -r requirements-dev.in mccabe==0.7.0 # via flake8 -mypy==1.17.0 +mypy==1.18.2 # via -r requirements-dev.in mypy-extensions==1.1.0 # via @@ -38,7 +38,7 @@ pathspec==0.12.1 # via # black # mypy -platformdirs==4.3.8 +platformdirs==4.4.0 # via black pluggy==1.6.0 # via pytest @@ -48,14 +48,14 @@ pyflakes==3.4.0 # via flake8 pygments==2.19.2 # via pytest -pytest==8.4.1 +pytest==8.4.2 # via -r requirements-dev.in tomli==2.2.1 ; python_full_version < '3.11' # via # black # mypy # pytest -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # -c requirements.txt # black diff --git a/requirements.txt b/requirements.txt index e3db6fc7..34eaf330 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,19 +4,19 @@ attrs==25.3.0 # via # ufolib2 (pyproject.toml) # cattrs -cattrs==25.1.1 +cattrs==25.2.0 # via ufolib2 (pyproject.toml) exceptiongroup==1.3.0 ; python_full_version < '3.11' # via cattrs -fonttools==4.59.0 +fonttools==4.60.0 # via ufolib2 (pyproject.toml) -lxml==6.0.0 +lxml==6.0.2 # via ufolib2 (pyproject.toml) msgpack==1.1.1 # via ufolib2 (pyproject.toml) -orjson==3.11.0 ; platform_python_implementation != 'PyPy' +orjson==3.11.3; platform_python_implementation != 'PyPy' # via ufolib2 (pyproject.toml) -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # cattrs # exceptiongroup