Skip to content

Commit

Permalink
Nix: Bump QMK CLI dependency to 1.0.0; bump other Python deps
Browse files Browse the repository at this point in the history
Update Python dependencies for nix-shell to the most recent releases:

 - dotty-dict: 1.3.0 -> no longer used
 - milc: 1.4.2 -> 1.6.2
 - pep8-naming: 0.11.1 -> 0.12.1
 - pygments: 2.9.0 -> 2.10.0
 - pyrsistent: 0.17.3 -> 0.18.0
 - pyusb: 1.1.1 -> 1.2.1
 - setuptools-scm: 6.0.1 -> no longer used
 - qmk: 0.1.0 -> 1.0.0
 - qmk-dotty-dict: not used -> 1.3.0.post1
 - yapf: 0.30.0 -> 0.31.0

Note to self: The command to update Python dependencies changed to:

    ( cd util/nix && nix run 'nixpkgs#poetry' -- update --lock )
  • Loading branch information
sigprof committed Aug 29, 2021
1 parent b31be1e commit 4b9c247
Showing 1 changed file with 61 additions and 60 deletions.
121 changes: 61 additions & 60 deletions util/nix/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b9c247

Please sign in to comment.