chore(deps): update pyyaml requirement from >=6.0 to >=6.0.3#18
chore(deps): update pyyaml requirement from >=6.0 to >=6.0.3#18dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Greptile SummaryThis PR bumps the minimum PyYAML version constraint from Confidence Score: 5/5Safe to merge — minimal-risk patch version bump with no breaking changes. Single-line change to a minimum version constraint for a patch release of PyYAML. No API changes, no logic changes, no new dependencies introduced. PyYAML 6.0.3 is a purely additive patch release (Python 3.14 + free-threading support). No P0/P1 findings. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[pyproject.toml] --> B[pyyaml dependency constraint]
B --> C{"Before: >=6.0"}
B --> D{"After: >=6.0.3"}
D --> E[Adds Python 3.14 support]
D --> F[Experimental free-threading support]
D --> G[Cython 3.x + Python 3.13 compatibility]
Reviews (1): Last reviewed commit: "chore(deps): update pyyaml requirement f..." | Re-trigger Greptile |
|
Reviewed — no issues found. This is a clean, low-risk Dependabot patch bump. PyYAML 6.0.1–6.0.3 contain only build/compatibility improvements (Cython 3.x, Python 3.13/3.14, free-threading support) with no API or behavioral changes. The project's |
Updates the requirements on pyyaml to permit the latest version.
Release notes
Sourced from pyyaml's releases.
Changelog
Sourced from pyyaml's changelog.
... (truncated)
Commits
49790e7Release 6.0.3 (#889)41309b0Release 6.0.2 (#819)dd9f0e16.0.2rc1 (#809)f5527a2disable CI trigger on PR editsb4d80a7Python 3.12 + musllinux_1_1_x86_64 wheel supportc42fa3b6.0.1 releaseae08bdcblock Cython 3.0+ as a build dep (#702)f873cfeAdd python 3.11 support (#663)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)