Skip to content

chore(deps): update pyyaml requirement from >=6.0 to >=6.0.3#18

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pyyaml-gte-6.0.3
Open

chore(deps): update pyyaml requirement from >=6.0 to >=6.0.3#18
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pyyaml-gte-6.0.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Updates the requirements on pyyaml to permit the latest version.

Release notes

Sourced from pyyaml's releases.

6.0.3

What's Changed

  • Support for Python 3.14 and free-threading (experimental).

Full Changelog: yaml/pyyaml@6.0.2...6.0.3

Changelog

Sourced from pyyaml's changelog.

6.0.3 (2025-09-25)

  • yaml/pyyaml#864 -- Support for Python 3.14 and free-threading (experimental)

6.0.2 (2024-08-06)

6.0.1 (2023-07-18)

6.0 (2021-10-13)

5.4.1 (2021-01-20)

  • yaml/pyyaml#480 -- Fix stub compat with older pyyaml versions that may unwittingly load it

5.4 (2021-01-19)

5.3.1 (2020-03-18)

  • yaml/pyyaml#386 -- Prevents arbitrary code execution during python/object/new constructor

5.3 (2020-01-06)

... (truncated)

Commits

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 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)

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>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 13, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Apr 13, 2026

Greptile Summary

This PR bumps the minimum PyYAML version constraint from >=6.0 to >=6.0.3 in pyproject.toml. The change is a routine Dependabot dependency update — PyYAML 6.0.3 adds Python 3.14 support and experimental free-threading, with no breaking changes relative to 6.0.

Confidence Score: 5/5

Safe 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

Filename Overview
pyproject.toml Bumps PyYAML minimum version requirement from >=6.0 to >=6.0.3; no functional changes or breaking concerns.

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]
Loading

Reviews (1): Last reviewed commit: "chore(deps): update pyyaml requirement f..." | Re-trigger Greptile

@vorflux
Copy link
Copy Markdown

vorflux bot commented Apr 13, 2026

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 requires-python >= 3.10 is fully compatible. Safe to merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants