diff --git a/scripts/klippy-requirements.txt b/scripts/klippy-requirements.txt index c4f5c14e3..15820f97b 100644 --- a/scripts/klippy-requirements.txt +++ b/scripts/klippy-requirements.txt @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv export -o scripts/klippy-requirements.txt --no-dev --no-hashes +# uv export --frozen -o scripts/klippy-requirements.txt --no-dev --no-hashes aenum==3.1.15 cffi==1.15.1 ; python_full_version < '3.13' cffi==1.17.1 ; python_full_version >= '3.13' @@ -9,9 +9,9 @@ greenlet==3.1.0 ; python_full_version >= '3.13' jinja2==3.1.5 markupsafe==2.1.5 numpy==2.0.2 ; python_full_version < '3.10' -numpy==2.2.0 ; python_full_version >= '3.10' -pycparser==2.21 +numpy==2.2.1 ; python_full_version >= '3.10' +pycparser==2.22 pyserial==3.4 python-can==3.3.4 windows-curses==2.4.0 ; sys_platform == 'win32' -wrapt==1.16.0 +wrapt==1.17.0 diff --git a/scripts/requirements_dev.txt b/scripts/requirements_dev.txt index 9dc5067c0..a549fd5b5 100644 --- a/scripts/requirements_dev.txt +++ b/scripts/requirements_dev.txt @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv export -o scripts/requirements_dev.txt --only-dev --no-hashes +# uv export --frozen -o scripts/requirements_dev.txt --only-dev --no-hashes cfgv==3.4.0 colorama==0.4.6 ; sys_platform == 'win32' distlib==0.3.9 @@ -16,6 +16,6 @@ pre-commit==4.0.1 pytest==8.3.4 pytest-xdist==3.6.1 pyyaml==6.0.2 -ruff==0.8.6 +ruff==0.9.2 tomli==2.2.1 ; python_full_version < '3.11' virtualenv==20.28.1