diff --git a/Brewfile b/Brewfile index 670a66f..483d110 100644 --- a/Brewfile +++ b/Brewfile @@ -407,6 +407,8 @@ brew "charmbracelet/tap/vhs" brew "charmbracelet/tap/wishlist" # CLI tool for CookLang Recipe Markup Language brew "cooklang/tap/cook" +# prettier, on SPEED! +brew "fsouza/prettierd/prettierd" # The scalable code generator that saves you time. brew "jondot/tap/hygen" # Simple hotkey-daemon for macOS. diff --git a/nvim/lazy-lock.json b/nvim/lazy-lock.json index 63243d6..7d6a90f 100644 --- a/nvim/lazy-lock.json +++ b/nvim/lazy-lock.json @@ -1,5 +1,5 @@ { - "LazyVim": { "branch": "main", "commit": "24cb9a90e529279dd4da84e7262a6c434e733b72" }, + "LazyVim": { "branch": "main", "commit": "d9b1c79c3e09d446ffa291beb2446ba5fe69e666" }, "LuaSnip": { "branch": "master", "commit": "9bff06b570df29434a88f9c6a9cea3b21ca17208" }, "SchemaStore.nvim": { "branch": "main", "commit": "b37874a63ceac681a15b83d5c8e67f58fe571341" }, "alpha-nvim": { "branch": "main", "commit": "0349fc0aa0c1d940ec3be395cb110483b416bc84" }, @@ -32,7 +32,7 @@ "harpoon": { "branch": "master", "commit": "8c0bb0a328e57278f4783bb0e2ea32f296d36db1" }, "indent-blankline.nvim": { "branch": "master", "commit": "8299fe7703dfff4b1752aeed271c3b95281a952d" }, "lazy.nvim": { "branch": "main", "commit": "d13fe9353594bce58a5b9fc6d7166d183e0fc035" }, - "leap.nvim": { "branch": "main", "commit": "c7f966fdfbf63f0bc4f3a6b7a71c0d7e4a4ce14b" }, + "leap.nvim": { "branch": "main", "commit": "7140feed70a5911b8c8a7eb9c218d198772f69cf" }, "legendary.nvim": { "branch": "master", "commit": "3008ed68c8f309ced07587684c8af53884791d35" }, "lf.nvim": { "branch": "master", "commit": "383429497292dd8a84271e74a81c6db6993ca7ab" }, "lualine.nvim": { "branch": "master", "commit": "0050b308552e45f7128f399886c86afefc3eb988" }, @@ -48,7 +48,7 @@ "mini.surround": { "branch": "main", "commit": "4613a60d87fa2d5b718be44283387cfc0446051f" }, "neo-tree.nvim": { "branch": "v2.x", "commit": "8238865e1d9c61f1a260c290653f2c419503e0a9" }, "neoconf.nvim": { "branch": "main", "commit": "f67013cf18d9db5cc6c3ce2d5a4051bad75fe628" }, - "neodev.nvim": { "branch": "main", "commit": "bb70e41640238b989bb6c2f94802851ff260f68d" }, + "neodev.nvim": { "branch": "main", "commit": "87388ad1ca4b696a7939657aa0d640364ef585b3" }, "noctis.nvim": { "branch": "main", "commit": "0b9336e39c686a7e58de06e4dd38c2bd862a7b33" }, "noice.nvim": { "branch": "main", "commit": "d8a1f3056ad713b5d471048f8d029264828e22c0" }, "nui.nvim": { "branch": "main", "commit": "d147222a1300901656f3ebd5b95f91732785a329" }, @@ -70,7 +70,6 @@ "nvim-web-devicons": { "branch": "master", "commit": "ade34ca7d19543904b28b903e606be8930fb9ee3" }, "octo.nvim": { "branch": "master", "commit": "7900dc0cd37e7bb5d4175a37c9c4c3dfb94a1f7b" }, "persistence.nvim": { "branch": "main", "commit": "d8a3eda0e19b4d5f3180fc832c25baab1709f2a1" }, - "playground": { "branch": "master", "commit": "c481c660fa903a0e295902b1765ecfbd6e76a556" }, "plenary.nvim": { "branch": "master", "commit": "9a0d3bf7b832818c042aaf30f692b081ddd58bd9" }, "popup.nvim": { "branch": "master", "commit": "b7404d35d5d3548a82149238289fa71f7f6de4ac" }, "prettier.nvim": { "branch": "main", "commit": "918b99f5ddd7a56395fd393767ab6a3c15a50789" }, @@ -92,7 +91,7 @@ "todo-comments.nvim": { "branch": "main", "commit": "74c7d28cb50b0713c881ef69bcb6cdd77d8907d1" }, "toggleterm.nvim": { "branch": "main", "commit": "19aad0f41f47affbba1274f05e3c067e6d718e1e" }, "tokyonight.nvim": { "branch": "main", "commit": "a0abe53df53616d13da327636cb0bcac3ea7f5af" }, - "trouble.nvim": { "branch": "main", "commit": "fc003424b02109f1453af6b40dadff6019b97187" }, + "trouble.nvim": { "branch": "main", "commit": "556ef3089709a6e253df1e500381fec5eb48e48a" }, "twilight.nvim": { "branch": "main", "commit": "9410252bed96887ca5a86bf16435a3a51a0e6ce5" }, "typescript.nvim": { "branch": "main", "commit": "f66d4472606cb24615dfb7dbc6557e779d177624" }, "vim-abolish": { "branch": "master", "commit": "d55c90d6c9995ccb79d2152564a4939cd84d73e9" }, diff --git a/python/pip-requirements.txt b/python/pip-requirements.txt index 8323351..8d607ff 100644 --- a/python/pip-requirements.txt +++ b/python/pip-requirements.txt @@ -22,7 +22,7 @@ flake8==6.0.0 Flask==2.2.2 flatbuffers==23.1.21 future==0.18.3 -gast==0.4.0 +gast==0.5.3 gitlint==0.18.0 gitlint-core==0.18.0 google-auth==2.16.0 @@ -48,9 +48,9 @@ MouseInfo==0.1.3 msgpack==1.0.4 mtcnn==0.1.1 mutagen==1.46.0 -mypy-extensions==0.4.3 +mypy-extensions==1.0.0 neovim-remote==2.5.1 -numpy==1.24.1 +numpy==1.24.2 nvidia-ml-py3==7.352.0 oauthlib==3.2.2 openai-whisper @ git+https://github.com/openai/whisper.git@7858aa9c08d98f75575035ecd6481f462d66ca27 @@ -59,12 +59,12 @@ opt-einsum==3.3.0 packaging==23.0 pathspec==0.11.0 Pillow==9.4.0 -pipenv==2022.12.19 -platformdirs==2.6.2 +pipenv==2023.2.4 +platformdirs==3.0.0 pocket==0.3.6 progress==1.6 proselint==0.13.0 -protobuf==4.21.12 +protobuf==3.19.6 psutil==5.9.4 pyasn1==0.4.8 pyasn1-modules==0.2.8 @@ -225,7 +225,7 @@ pyobjc-framework-Vision==9.0.1 pyobjc-framework-WebKit==9.0.1 pyparsing==3.0.9 pyperclip==1.8.2 -PyQt5==5.15.8 +PyQt5==5.15.9 PyQt5-Qt5==5.15.2 PyQt5-sip==12.11.1 PyRect==0.2.0 @@ -243,10 +243,10 @@ requests-oauthlib==1.3.1 resize-image==0.4.0 rsa==4.9 rubicon-objc==0.4.5 -sh==1.14.3 +sh==2.0.1 six==1.16.0 -tensorboard==2.11.2 -tensorboard-data-server==0.6.1 +tensorboard==2.12.0 +tensorboard-data-server==0.7.0 tensorboard-plugin-wit==1.8.1 tensorflow==2.11.0 tensorflow-estimator==2.11.0 @@ -257,12 +257,12 @@ tomli==2.0.1 torch==1.13.1 torchvision==0.14.1 tqdm==4.64.1 -transformers==4.26.0 +transformers==4.26.1 twitter==1.19.6 typing_extensions==4.4.0 unimatrix==1.14.0 urllib3==1.26.14 -virtualenv==20.17.1 +virtualenv==20.19.0 virtualenv-clone==0.5.7 webencodings==0.5.1 websockets==10.4 @@ -271,4 +271,4 @@ whisper==1.1.10 wrapt==1.14.1 yark==1.2.4 yt-dlp==2023.1.6 -zipp==3.12.0 +zipp==3.13.0