Skip to content

Commit

Permalink
Update klippy-requirements and requirements_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kageurufu authored and rogerlz committed Jan 30, 2025
1 parent 8f71609 commit c722df1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions scripts/klippy-requirements.txt
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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.2 ; 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
windows-curses==2.4.1 ; sys_platform == 'win32'
wrapt==1.17.2
12 changes: 6 additions & 6 deletions scripts/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# 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
exceptiongroup==1.2.2 ; python_full_version < '3.11'
execnet==2.1.1
filelock==3.16.1
identify==2.6.5
filelock==3.17.0
identify==2.6.6
iniconfig==2.0.0
nodeenv==1.9.1
packaging==24.2
platformdirs==4.3.6
pluggy==1.5.0
pre-commit==4.0.1
pre-commit==4.1.0
pytest==8.3.4
pytest-xdist==3.6.1
pyyaml==6.0.2
ruff==0.8.6
ruff==0.9.3
tomli==2.2.1 ; python_full_version < '3.11'
virtualenv==20.28.1
virtualenv==20.29.1

0 comments on commit c722df1

Please sign in to comment.