Skip to content

build(deps): update pyyaml requirement from >=6.0.0 to >=6.0.3 - #17

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyyaml-gte-6.0.3
Closed

build(deps): update pyyaml requirement from >=6.0.0 to >=6.0.3#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyyaml-gte-6.0.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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)

Summary by CodeRabbit

  • Chores
    • Updated minimum version constraint for YAML library dependency to ensure compatibility with the latest stable release.

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

dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor Author

Labels

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

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

@coderabbitai

coderabbitai Bot commented Apr 13, 2026

Copy link
Copy Markdown

Walkthrough

Updated the minimum version constraint for the pyyaml dependency in pyproject.toml from >=6.0.0 to >=6.0.3. No other dependencies or configuration changes were made.

Changes

Cohort / File(s) Summary
Dependency Version Update
pyproject.toml
Bumped minimum pyyaml version constraint from >=6.0.0 to >=6.0.3.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: updating the pyyaml dependency constraint from >=6.0.0 to >=6.0.3 in the build configuration.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/pip/pyyaml-gte-6.0.3

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@pyproject.toml`:
- Line 17: Update the PyYAML dependency declaration in pyproject.toml from the
unbounded form `pyyaml = ">=6.0.3"` to a caret-bounded form to pin the major
version (for example `pyyaml = "^6.0.3"` or the equivalent explicit range
`pyyaml = ">=6.0.3,<7.0.0"`); modify the `pyyaml` dependency line so it follows
the project's caret-style constraints.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 2e60465f-8a8e-4089-b46a-5f58e30bd6f0

📥 Commits

Reviewing files that changed from the base of the PR and between f9c37b8 and 3e60cce.

📒 Files selected for processing (1)
  • pyproject.toml

Comment thread pyproject.toml
httpx = "^0.28.0"
structlog = "^25.0.0"
pyyaml = ">=6.0.0"
pyyaml = ">=6.0.3"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick | 🔵 Trivial

🧩 Analysis chain

🌐 Web query:

What is the latest PyYAML version, and are there any documented breaking changes between PyYAML 6.x and 7.x (or planned next major) that would affect using an unbounded constraint like ">=6.0.3" in Poetry?

💡 Result:

The latest PyYAML version is 6.0.3, released on 2025-09-25. There are no released versions of PyYAML 7.x as of 2026-04-13. The main branch CHANGES file mentions a placeholder "7.0.0.dev0 (TBD)" with no specific changes listed. All 6.x releases (6.0 through 6.0.3) consist of bug fixes, Python version support updates (e.g., Python 3.13, 3.14), and minor improvements, with no documented breaking changes relative to 6.0. The jump from 5.x to 6.0 included dropping Python 2.7 support and requiring a Loader argument for yaml.load, but within 6.x, changes are backwards-compatible. No evidence of planned breaking changes for a future 7.x that would affect an unbounded ">=6.0.3" constraint in Poetry; it would resolve to the latest 6.0.3 safely. A project exists for "PyYAML 6.1 release planning" updated May 2025, but no release yet and likely minor.

Citations:


Consider bounding PyYAML to major 6 for consistency with dependency policy.

At Line 17, pyyaml = ">=6.0.3" uses an unbounded constraint while most other dependencies use caret constraints (e.g., ^0.x, ^2.x). Although PyYAML 7.x does not currently exist and has no documented breaking changes planned, aligning with the caret pattern (^6.0.3) would be safer and more consistent with the project's dependency strategy.

Proposed change
-pyyaml = ">=6.0.3"
+pyyaml = "^6.0.3"

(Equivalent explicit form: >=6.0.3,<7.0.0)

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
pyyaml = ">=6.0.3"
pyyaml = "^6.0.3"
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@pyproject.toml` at line 17, Update the PyYAML dependency declaration in
pyproject.toml from the unbounded form `pyyaml = ">=6.0.3"` to a caret-bounded
form to pin the major version (for example `pyyaml = "^6.0.3"` or the equivalent
explicit range `pyyaml = ">=6.0.3,<7.0.0"`); modify the `pyyaml` dependency line
so it follows the project's caret-style constraints.

@cryptoxdog

Copy link
Copy Markdown
Collaborator

PR #17 Review: build(deps): update pyyaml requirement from >=6.0.0 to >=6.0.3

Author: app/dependabot
Branch: dependabot/pip/pyyaml-gte-6.0.3
HEAD: 3e60ccef
Created: 2026-04-13T06:21:15Z
Changes: +1 / -1
Reviewed: 2026-04-21T18:07:21+00:00

Description

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)

Summary by CodeRabbit

  • Chores
    • Updated minimum version constraint for YAML library dependency to ensure compatibility with the latest stable release.

Commits

3e60ccef build(deps): update pyyaml requirement from >=6.0.0 to >=6.0.3

Changed Files

📦 Config (1 files)

  • pyproject.toml

Automated Analysis

Diff Findings

✅ No issues found in diff analysis

Test Coverage

Test coverage looks adequate for changed files.

Local Lint

Skipped (repo not checked out locally or linters not found).

Summary

LOOKS GOOD — No automated issues found. Ready for human review.


Automated PR review • 2026-04-21 18:07

@dependabot @github

dependabot Bot commented on behalf of github May 7, 2026

Copy link
Copy Markdown
Contributor Author

Looks like pyyaml is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this May 7, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/pyyaml-gte-6.0.3 branch May 7, 2026 08:02
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.

1 participant