zf223669 / DiffmotionGG-beta

17 stars 0 forks source link

Update sh requirement from ~=1.14.2 to ~=2.0.2 #8

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on sh to permit the latest version.

Changelog

Sourced from sh's changelog.

2.0.2 - 2/13/22

  • Performance regression when using a generator with _in #650
  • Adding test support for python 3.11

2.0.0 - 2/9/22

  • Executed commands now return a unicode string by default
  • Removed magical module-like execution contexts #636
  • Added basic asyncio support via _async
  • Dropped support for Python < 3.8
  • Bumped default tty size to more standard (24, 80)
  • First argument being a RunningCommand no longer automatically passes it as stdin
  • RunningCommand.__eq__ no longer has the side effect of executing the command #518
  • _tee now supports both "err" and "out" #215
  • Removed the builtin override cd link
  • Altered process launching model to behave more expectedly #495
  • Bugfix where _no_out isn't allowed with _iter="err" #638
  • Allow keyword arguments to have a list of values #529

1.14.3 - 7/17/22

  • Bugfix where Command was not aware of default call args when wrapping the module #559

1.14.1 - 10/24/20

  • bugfix where setting _ok_code to not include 0, but 0 was the exit code #545

1.14.0 - 8/28/20

  • _env now more lenient in accepting dictionary-like objects #527
  • None and False arguments now do not pass through to underlying command #525
  • Implemented find_spec on the fancy importer, which fixes some Python3.4+ issues #536

1.13.1 - 4/28/20

  • regression fix if _fg=False #520

1.13.0 - 4/27/20

  • minor Travis CI fixes #492
  • bugfix for boolean long options not respecting _long_prefix #488
  • fix deprecation warning on Python 3.6 regexes #482
  • _pass_fds and _close_fds special kwargs for controlling file descriptor inheritance in child.
  • more efficiently closing inherited fds #406
  • bugfix where passing invalid dictionary to _env will cause a mysterious child 255 exit code. #497
  • bugfix where _in using 0 or sys.stdin wasn't behaving like a TTY, if it was in fact a TTY. #514
  • bugfix where help(sh) raised an exception #455
  • bugfix fixing broken interactive ssh tutorial from docs
  • change to automatic tty merging into a single pty if _tty_in=True and _tty_out=True

... (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

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.