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
rogerlz committed Jan 30, 2025
1 parent 55779f2 commit 7da5899
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions scripts/klippy-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 ; python_full_version >= '3.10'
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.17.0
windows-curses==2.4.1 ; platform_system == 'Windows'
wrapt==1.17.2
10 changes: 5 additions & 5 deletions scripts/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ 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.9.2
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 7da5899

Please sign in to comment.