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