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 committed Jan 17, 2025
1 parent 934b658 commit 2e44887
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.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
4 changes: 2 additions & 2 deletions scripts/requirements_dev.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/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
Expand All @@ -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

0 comments on commit 2e44887

Please sign in to comment.