Ci: Bump pexpect from 4.8.0 to 4.9.0 in /tests#1499
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Ci: Bump pexpect from 4.8.0 to 4.9.0 in /tests#1499dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
awilczyns
added a commit
to awilczyns/Media-Transport-Library
that referenced
this pull request
Apr 17, 2026
Combined dependabot dependency updates into a single PR. GitHub Actions updates (17 workflow files): - step-security/harden-runner v2.13.0 -> v2.18.0 (OpenVisualCloud#1520) - dorny/paths-filter v3.0.2 -> v4.0.1 (OpenVisualCloud#1519) - docker/build-push-action v7.0.0 -> v7.1.0 (OpenVisualCloud#1522) - actions/cache v4.2.3 -> v5.0.5 (OpenVisualCloud#1521) - actions/checkout v4.2.2 -> v6.0.2 (from OpenVisualCloud#1509) - actions/upload-artifact v4 -> v7 (from OpenVisualCloud#1509) - docker/login-action v3.5.0 -> v4.1.0 (from OpenVisualCloud#1509) - actions/dependency-review-action v4.7.3 -> v4.9.0 (from OpenVisualCloud#1509) - actions/github-script v7 -> v9 (OpenVisualCloud#1518) - ossf/scorecard-action v2.4.2 -> v2.4.3 (from OpenVisualCloud#1509) Python requirements updates: - click 8.3.1 -> 8.3.2 (from OpenVisualCloud#1509) - idna 3.10 -> 3.11 (from OpenVisualCloud#1509) - iniconfig 2.1.0 -> 2.3.0 (OpenVisualCloud#1525) - plumbum 1.9.0 -> 1.10.0 (from OpenVisualCloud#1509) - pysnmp 7.1.21 -> 7.1.23 (OpenVisualCloud#1526) Other updates: - Ubuntu digest in manager/Dockerfile (OpenVisualCloud#1523) - sdl2 0.36.0 -> 0.38.0 in rust/Cargo.toml (from OpenVisualCloud#1509) Skipped due to dependency conflicts with mfd-connect/pytest-mfd-config: - paramiko 3.4.0 -> 4.0.0 (OpenVisualCloud#1527 - mfd-connect requires ==3.4.0) - pexpect 4.8.0 -> 4.9.0 (OpenVisualCloud#1499 - mfd-connect requires ~=4.8.0) - funcy 1.18 -> 2.0 (OpenVisualCloud#1524 - mfd-connect requires ~=1.14) - scp 0.13.6 -> 0.15.0 (OpenVisualCloud#1527 - mfd-connect requires ~=0.13.4) - pytest 8.4.1 -> 9.0.3 (OpenVisualCloud#1512 - pytest-mfd-config requires <9) Supersedes OpenVisualCloud#1509. Build tested: ./build.sh passed (24/24 steps). Requirements tested: pip install passed in clean venv.
This was referenced Apr 17, 2026
awilczyns
added a commit
that referenced
this pull request
Apr 17, 2026
Combined dependabot dependency updates into a single PR. GitHub Actions updates (17 workflow files): - step-security/harden-runner v2.13.0 -> v2.18.0 (#1520) - dorny/paths-filter v3.0.2 -> v4.0.1 (#1519) - docker/build-push-action v7.0.0 -> v7.1.0 (#1522) - actions/cache v4.2.3 -> v5.0.5 (#1521) - actions/checkout v4.2.2 -> v6.0.2 (from #1509) - actions/upload-artifact v4 -> v7 (from #1509) - docker/login-action v3.5.0 -> v4.1.0 (from #1509) - actions/dependency-review-action v4.7.3 -> v4.9.0 (from #1509) - actions/github-script v7 -> v9 (#1518) - ossf/scorecard-action v2.4.2 -> v2.4.3 (from #1509) Python requirements updates: - click 8.3.1 -> 8.3.2 (from #1509) - idna 3.10 -> 3.11 (from #1509) - iniconfig 2.1.0 -> 2.3.0 (#1525) - plumbum 1.9.0 -> 1.10.0 (from #1509) - pysnmp 7.1.21 -> 7.1.23 (#1526) Other updates: - Ubuntu digest in manager/Dockerfile (#1523) - sdl2 0.36.0 -> 0.38.0 in rust/Cargo.toml (from #1509) Skipped due to dependency conflicts with mfd-connect/pytest-mfd-config: - paramiko 3.4.0 -> 4.0.0 (#1527 - mfd-connect requires ==3.4.0) - pexpect 4.8.0 -> 4.9.0 (#1499 - mfd-connect requires ~=4.8.0) - funcy 1.18 -> 2.0 (#1524 - mfd-connect requires ~=1.14) - scp 0.13.6 -> 0.15.0 (#1527 - mfd-connect requires ~=0.13.4) - pytest 8.4.1 -> 9.0.3 (#1512 - pytest-mfd-config requires <9) Supersedes #1509. Build tested: ./build.sh passed (24/24 steps). Requirements tested: pip install passed in clean venv.
awilczyns
added a commit
that referenced
this pull request
Apr 17, 2026
## Combined Dependabot Dependency Updates v2 This PR combines all open Dependabot PRs into a single update. Supersedes #1509. ### GitHub Actions updates (17 workflow files) | Dependency | Old | New | PR | |---|---|---|---| | step-security/harden-runner | v2.13.0 | v2.18.0 | #1520 | | dorny/paths-filter | v3.0.2 | v4.0.1 | #1519 | | docker/build-push-action | v7.0.0 | v7.1.0 | #1522 | | actions/cache | v4.2.3 | v5.0.5 | #1521 | | actions/checkout | v4.2.2 | v6.0.2 | #1509 | | actions/upload-artifact | v4 | v7 | #1509 | | docker/login-action | v3.5.0 | v4.1.0 | #1509 | | actions/dependency-review-action | v4.7.3 | v4.9.0 | #1509 | | actions/github-script | v7 | v9 | #1518 | | ossf/scorecard-action | v2.4.2 | v2.4.3 | #1509 | ### Python requirements updates | Package | Old | New | PR | |---|---|---|---| | click | 8.3.1 | 8.3.2 | #1509 | | idna | 3.10 | 3.11 | #1509 | | iniconfig | 2.1.0 | 2.3.0 | #1525 | | plumbum | 1.9.0 | 1.10.0 | #1509 | | pysnmp | 7.1.21 | 7.1.23 | #1526 | ### Other updates | File | Change | PR | |---|---|---| | manager/Dockerfile | Ubuntu digest update | #1523 | | rust/Cargo.toml | sdl2 0.36.0 → 0.38.0 | #1509 | ### Skipped (dependency conflicts) These packages could not be updated due to version pinning by `mfd-connect 7.15.0` or `pytest-mfd-config 3.25.0`: | Package | Wanted | Blocker | PR | |---|---|---|---| | paramiko | 4.0.0 | mfd-connect requires ==3.4.0 | #1527 | | scp | 0.15.0 | mfd-connect requires ~=0.13.4 | #1527 | | pexpect | 4.9.0 | mfd-connect requires ~=4.8.0 | #1499 | | funcy | 2.0 | mfd-connect requires ~=1.14 | #1524 | | pytest | 9.0.3 | pytest-mfd-config requires <9 | #1512 | ### Testing - ✅ `./build.sh` passed (24/24 compilation steps) - ✅ `pip install -r requirements.txt` passed in a clean venv ### PRs included Covers: #1527, #1526, #1525, #1524, #1523, #1522, #1521, #1520, #1519, #1518, #1512, #1509, #1499
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-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
8b88a46 to
7516867
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps pexpect from 4.8.0 to 4.9.0.
Release notes
Sourced from pexpect's releases.
Commits
aa98959Update changelog and release version 4.9c534976Merge pull request #769 from hugovk/master42cc1c1Merge branch 'master' into master300668bMerge pull request #753 from scfc/clean-up-tempfiles-after-test-unicodec0296caMerge pull request #763 from fcollonval/test/async_handlingeb9c306Merge pull request #712 from kbriggs/zsh-login-promptfd228f3Merge pull request #751 from kislyuk/patch-1ae982f6Only try to upload coverage for upstream76d35fdpytest: drop the dot8acef7dAdd support for Python 3.12