JonBoyleCoding / gitignore-template

Download the gitignore template from github.com/github/gitignore into the current directory.
MIT License
0 stars 0 forks source link

build(deps-dev): update bpython requirement from ^0.22.1 to ^0.23 #4

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Updates the requirements on bpython to permit the latest version.

Changelog

Sourced from bpython's changelog.

0.23

General information:

  • More and more type annotations have been added to the bpython code base.
  • Some work has been performed to stop relying on blessings.

New features:

  • #905: Auto-closing brackets option added. To enable, add brackets_completion = True in the bpython config Thanks to samuelgregorovic

Fixes:

  • Improve handling of SyntaxErrors
  • #948: Fix crash on Ctrl-Z
  • #952: Fix tests for Python 3.10.1 and newer
  • #955: Handle optional readline parameters in stdin emulation Thanks to thevibingcat
  • #959: Fix handling of __name__
  • #966: Fix function signature completion for classmethods

Changes to dependencies:

  • curtsies 0.4 or newer is now required

Support for Python 3.6 has been dropped.

0.22.1

Fixes:

  • #938: Fix missing dependency on typing_extensions. Thanks to Dustin Rodrigues

0.22

General information:

  • The #bpython channel has moved to OFTC.
  • Type annotations have been added to the bpython code base.
  • Declarative build configuration is used as much as possible.

New features:

  • #883: Allow auto-completion to be disabled
  • #841: Respect locals when using bpython.embed

... (truncated)

Commits


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 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)
dependabot[bot] commented 1 year ago

Superseded by #10.