Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps pexpect from 4.8.0 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.
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 <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 [pexpect](https://github.com/pexpect/pexpect) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/pexpect/pexpect/releases)
- [Changelog](https://github.com/pexpect/pexpect/blob/master/doc/history.rst)
- [Commits](pexpect/pexpect@4.8.0...4.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 11, 2025

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.

@dependabot dependabot bot deleted the dependabot/pip/pexpect-4.9.0 branch March 11, 2025 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant