Skip to content

Update ruamel-yaml requirement from <0.19.0,>=0.18.10 to >=0.18.10,<0.20.0#635

Merged
sirosen merged 1 commit intomainfrom
dependabot/pip/ruamel-yaml-gte-0.18.10-and-lt-0.20.0
Jan 26, 2026
Merged

Update ruamel-yaml requirement from <0.19.0,>=0.18.10 to >=0.18.10,<0.20.0#635
sirosen merged 1 commit intomainfrom
dependabot/pip/ruamel-yaml-gte-0.18.10-and-lt-0.20.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Updates the requirements on ruamel-yaml to permit the latest version.

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 ruamel-yaml to permit the latest version.

---
updated-dependencies:
- dependency-name: ruamel-yaml
  dependency-version: 0.19.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 1, 2026
@sirosen sirosen merged commit 9fe3cdf into main Jan 26, 2026
52 checks passed
@sirosen sirosen deleted the dependabot/pip/ruamel-yaml-gte-0.18.10-and-lt-0.20.0 branch January 26, 2026 15:28
github-merge-queue bot pushed a commit to meltano/meltano that referenced this pull request Jan 28, 2026
…calls (#9726)

<!--

Please, go through these steps when you submit a PR.

1. Make sure your branch is not protected. In particular, avoid making
PRs from the `main` branch of your fork.

2. Give a descriptive title to your PR. We use semantic titles, and the
accepted types and scopes are listed in
https://github.com/meltano/meltano/blob/main/.github/semantic.yml.

   A good title should look like this:

   ```
feat(cli): The `meltano run` command now accepts a `--timeout` option to
limit the time it runs
   ```

3. Provide a description of your changes.

4. Put "Closes #XXXX" in your comment to auto-close the issue that your
PR fixes (if such).

-->

## Description

<!-- Describe the changes introduced by this PR -->

## Related Issues

* python-jsonschema/check-jsonschema#635

## Summary by Sourcery

Replace external check-jsonschema CLI usage with direct jsonschema-based
manifest validation and extend tests to cover schema validation behavior
and logging.

Bug Fixes:
- Ensure manifest schema validation logs include nested JSON path
information for deeply nested schema violations.

Enhancements:
- Refactor manifest schema validation to use jsonschema.Draft7Validator
directly instead of invoking the check-jsonschema subprocess.
- Remove the unused check-jsonschema dependency from the project
dependencies.

Build:
- Drop check-jsonschema from runtime dependencies in pyproject.toml.

Tests:
- Add tests verifying that valid manifests lint cleanly without schema
warnings and that nested schema violations produce appropriate warning
logs with nested paths.

## Summary by Sourcery

Replace external manifest schema validation via the check-jsonschema CLI
with direct jsonschema-based validation and improve how schema
validation results are logged and tested.

Bug Fixes:
- Ensure schema validation warnings include precise JSON paths for
root-level and nested manifest schema violations.

Enhancements:
- Introduce a cached jsonschema-based validator for the manifest schema
instead of invoking the check-jsonschema subprocess.
- Simplify manifest environment location discovery to use the loaded
manifest schema data.
- Improve schema validation warning formatting to aggregate and present
all errors in a structured, readable message.

Build:
- Remove the check-jsonschema dependency from the project runtime
dependencies.

Tests:
- Add tests to assert that valid manifests lint without schema warnings
and that invalid manifests, including nested violations, produce
appropriate warning logs with full JSON paths.

---------

Signed-off-by: Edgar Ramírez Mondragón <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant