dnanexus / dx-toolkit

DNAnexus platform client libraries
http://autodoc.dnanexus.com/
Apache License 2.0
90 stars 85 forks source link

Bump pexpect from 4.6 to 4.9.0 in /src/python #1300

Open dependabot[bot] opened 9 months ago

dependabot[bot] commented 9 months ago

Bumps pexpect from 4.6 to 4.9.0.

Release notes

Sourced from pexpect's releases.

A long awaited release

  • Add support for Python 3.12 #769.
  • Clean up temporary files after UnicodeTests #753.
  • Add Python 3.5, 3.6 and 3.12.0-rc.1 to test matrix #763.
  • Set prompt correctly for zsh #712.
  • Add zsh convenience function to replwrap module #751.
  • Rework async unittests to rely on unittest.IsolatedAsyncioTestCase #764.
  • Make test_expect.py work on POSIX systems that are not Linux based #698.
  • Add support for socket, which allows sockets to be used crossplatform #745.
  • Update async to work on newer versions of python #732.
  • Remove deprecated RSAAuthentication option (SSHv1) #744.
  • Multiple CI fixes #743 #737 #742 #739 #722.
  • Use Github Actions for CI #734.
  • Remove pytest-capturelog from testing requirements #730.
  • Fix usage for Solaris #663 #604 #560.
  • Fix threading for new versions of python #684.
  • Fix documentation builds for use with Sphinx 3 #638.
  • Use sys.executable for tests and wrapper, allowing the calling python executable to be used instead #623.
  • Update documentation about Wexpect #623.
  • Added project urls to setup.py #620.
  • Provide examples for how to use Pexpect and Pyte #587.
  • Coerce compiled regex patterns type according to spawn encoding #560.
  • Several doc updates #626 #635 #643 #644 #728.

4.8.0: Fix 'before' truncation and searchwindowsize handling

  • Returned behavior of searchwindowsize to that in 4.3 and earlier (searches are only done within the search window) (#579).
  • Fixed a bug truncating before attribute after a timeout (#579).
  • Fixed a bug where a search could be less than searchwindowsize if it was increased between calls (#579).
  • Minor test cleanups to improve portability (#580) (#581) (#582) (#583) (#584) (#585).
  • Disable chaining of timeout and EOF exceptions (#606).
  • Allow traceback included snippet length to be configured via str_last_chars rather than always 100 (#598).
  • Python 3 warning added to interact.py (#537).
  • Several doc updates.

4.7.0

No release notes provided.

Commits
  • aa98959 Update changelog and release version 4.9
  • c534976 Merge pull request #769 from hugovk/master
  • 42cc1c1 Merge branch 'master' into master
  • 300668b Merge pull request #753 from scfc/clean-up-tempfiles-after-test-unicode
  • c0296ca Merge pull request #763 from fcollonval/test/async_handling
  • eb9c306 Merge pull request #712 from kbriggs/zsh-login-prompt
  • fd228f3 Merge pull request #751 from kislyuk/patch-1
  • ae982f6 Only try to upload coverage for upstream
  • 76d35fd pytest: drop the dot
  • 8acef7d Add support for Python 3.12
  • 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 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)