Bump pytest from 7.1.2 to 9.0.3 in /src/emr_cli/templates/pyspark - #48
Bump pytest from 7.1.2 to 9.0.3 in /src/emr_cli/templates/pyspark#48dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.1.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
Thanks Dependabot — but this one breaks the template's Python floor and can't be merged as-is. This file is the scaffolded pyspark template ( Verified: The CVE here (CVE-2025-71176, insecure temp directory) is also test-only and never reaches the EMR runtime, so it's low risk in this context. Recommended fix instead: pin @dependabot close |
|
Superseded by #50, which pins |
Dependabot PRs #48 and #49 bumped to versions that break this project's Python-version floors: - #49 (pyyaml -> 5.4) fails to build on Python 3.10 (no cp310 wheel, sdist Cython error) and only addressed CVE-2020-14343, which targets unsafe yaml.load(); this repo only uses yaml.safe_load. Bump to pyyaml ^6.0.1 instead (has cp310 wheels, fixes the CVE, supports the ^3.7 floor). - #48 (pytest -> 9.0.3) requires Python >=3.10, but the pyspark template targets Python 3.7 (EMR 6.x / amazonlinux:2). Pin pytest==7.4.4, the last line supporting 3.7. poetry.lock regenerated with Poetry 1.5.1 (lock-version 2.0 preserved). Verified: pytest --cov emr_cli tests/ passes on Python 3.9 and 3.10.
Dependabot PRs #48 and #49 bumped to versions that break this project's Python-version floors: - #49 (pyyaml -> 5.4) fails to build on Python 3.10 (no cp310 wheel, sdist Cython error) and only addressed CVE-2020-14343, which targets unsafe yaml.load(); this repo only uses yaml.safe_load. Bump to pyyaml ^6.0.1 instead (has cp310 wheels, fixes the CVE, supports the ^3.7 floor). - #48 (pytest -> 9.0.3) requires Python >=3.10, but the pyspark template targets Python 3.7 (EMR 6.x / amazonlinux:2). Pin pytest==7.4.4, the last line supporting 3.7. poetry.lock regenerated with Poetry 1.5.1 (lock-version 2.0 preserved). Verified: pytest --cov emr_cli tests/ passes on Python 3.9 and 3.10.
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps pytest from 7.1.2 to 9.0.3.
Release notes
Sourced from pytest's releases.
... (truncated)
Commits
a7d58d7Prepare release version 9.0.3089d981Merge pull request #14366 from bluetech/revert-14193-backport8127eafRevert "Fix: assertrepr_compare respects dict insertion order (#14050) (#14193)"99a7e60Merge pull request #14363 from pytest-dev/patchback/backports/9.0.x/95d8423bd...ddee02aMerge pull request #14343 from bluetech/cve-2025-71176-simple74eac69doc: Update training info (#14298) (#14301)f92dee7Merge pull request #14267 from pytest-dev/patchback/backports/9.0.x/d6fa26c62...7ee58acMerge pull request #12378 from Pierre-Sassoulas/fix-implicit-str-concat-and-d...37da870Merge pull request #14259 from mitre88/patch-4 (#14268)c34bfa3Add explanation for string context diffs (#14257) (#14266)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.