sarvex / ParlAI

A framework for training and evaluating AI models on a variety of openly available dialogue datasets.
https://parl.ai
MIT License
0 stars 0 forks source link

Bump sh from 1.12.14 to 2.0.6 #61

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Bumps sh from 1.12.14 to 2.0.6.

Changelog

Sourced from sh's changelog.

2.0.6 - 8/9/23

  • Add back appropriate sdist files comment

2.0.5 - 8/7/23

  • Allow nested with contexts #690
  • Call correct asyncio function for getting event loop #683

2.0.4 - 5/13/22

  • Allow ok_code to be used with fg #665
  • Make sure new_group never creates a new session #675

2.0.2 / 2.0.3 (misversioned) - 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

... (truncated)

Commits


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 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)
sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

github-actions[bot] commented 5 months ago

This PR has not had activity in 30 days. Closing due to staleness.

dependabot[bot] commented 5 months 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.

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