Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

chore(deps): bump pynvim from 0.4.3 to 0.5.0 in /dotfiles/.local/share/nvim/python#5

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/dotfiles/dot-local/share/nvim/python/pynvim-0.5.0
Open

chore(deps): bump pynvim from 0.4.3 to 0.5.0 in /dotfiles/.local/share/nvim/python#5
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/dotfiles/dot-local/share/nvim/python/pynvim-0.5.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Bumps pynvim from 0.4.3 to 0.5.0.

Release notes

Sourced from pynvim's releases.

Pynvim 0.5.0

Breaking changes

  • Python 3.7 is the minimum supported Python version.

What's Changed

  • 1696737 feat: Ex command ":py=" evaluate and print expression
  • 86cc50e test: always use the same python regardless of $PATH
  • 71d2d65 packaging: Add pynvim.version attribute
  • 056f6f9 fix: ignore flaky OSError on windows
  • 6ab90aa fix: EOF error on piped stderr being closed on Windows
  • fd4247c fix: do not leak resources across tests so as to prevent side effects
  • 260a0b9 deps: Require greenlet >= 3.0 since it supports Python 3.12
  • f244597 fix: broken dynamic import of rplugin modules
  • e4224fc fix: sphinx "invalid language code"
  • 61bf6fa fix: mypy type annotation warnings
  • 5e84c75 fix: sphinx "Unexpected indentation" warning
  • 991c689 fix: PEP 484 prohibits implicit Optional
  • 919217d fix: undefined name 'original_find_module'
  • b79717f fix(test): Unknown config option: timeout warning
  • 5be54e2 test_buffer: don't depend on version-dependent default values
  • eaa862d fix: imp module is deprecated
  • ac03f5c Drop old python versions, add type annotations
  • a087534 docs: python 2 is not supported
  • 82a2e14 test: update 'define' option default
  • dd540b0 refactor: remove usage of imp
  • 496e8eb packaging: conform to PEP 517 guidelines
  • d549371 fix: vim.eval('v:true') should return python bool
  • 318c1b5 fix the first call to sync functions returning null

New Contributors

Full Changelog: neovim/pynvim@0.4.3...0.5.0

Commits
  • 12b53e7 Merge pull request #551 from jamessan/release
  • 1f86b26 Pynvim 0.5.0
  • 1696737 feat: Ex command ":py=" evaluate and print expression #548
  • b8ef69a fix: invalid CLI use in scripts/{enable,disable}_log_statements.sh #546
  • 86cc50e test: always use the same python regardless of $PATH #547
  • 71d2d65 packaging: pynvim.version attribute (0.5.0.dev0) #540
  • abc7547 Merge #543 from wookayin/fix-windows
  • 056f6f9 fix: ignore flaky OSError on windows
  • 6ab90aa fix: EOF error on piped stderr being closed on Windows
  • fd4247c fix: do not leak resources across tests so as to prevent side effects
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pynvim](https://github.com/neovim/pynvim) from 0.4.3 to 0.5.0.
- [Release notes](https://github.com/neovim/pynvim/releases)
- [Commits](neovim/pynvim@0.4.3...0.5.0)

---
updated-dependencies:
- dependency-name: pynvim
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants