From c218b29a4f3e09aed473dd6a23c1a9a94f4d21ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 13:12:52 +0000 Subject: [PATCH] build(deps): bump pynvim from 0.5.2 to 0.6.0 Bumps [pynvim](https://github.com/neovim/pynvim) from 0.5.2 to 0.6.0. - [Release notes](https://github.com/neovim/pynvim/releases) - [Commits](https://github.com/neovim/pynvim/compare/0.5.2...0.6.0) --- updated-dependencies: - dependency-name: pynvim dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1fdfd84..83013a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pynvim==0.5.2 +pynvim==0.6.0 requests==2.32.3 simple-websocket-server==0.4.4