Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update check-jsonschema requirement from ==0.30.* to ==0.31.* in /requirements #352

Merged
merged 2 commits into from
Jan 21, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Updates the requirements on check-jsonschema to permit the latest version.

Release notes

Sourced from check-jsonschema's releases.

0.31.0

  • Update vendored schemas: azure-pipelines, bamboo-spec, buildkite, circle-ci, dependabot, gitlab-ci, mergify, readthedocs, renovate, taskfile (2025-01-07)

  • Drop support for Python 3.8

  • Rename --format-regex to --regex-variant and convert --format-regex to a deprecated alias. It will be removed in a future release.

  • Regular expression interpretation in "pattern", "patternProperties", and "format": "regex" usages now uses unicode-mode JS regular expressions by default. (#353)

    • Use --regex-variant nonunicode to get non-unicode JS regular expressions, the default behavior from previous versions.
    • Custom validators may be impacted by the new regular expression features. Validators are now always modified with the jsonschema library's extend() API to control the pattern and patternProperties keywords.
Changelog

Sourced from check-jsonschema's changelog.

0.31.0

  • Update vendored schemas: azure-pipelines, bamboo-spec, buildkite, circle-ci, dependabot, gitlab-ci, mergify, readthedocs, renovate, taskfile (2025-01-07)

  • Drop support for Python 3.8

  • Rename --format-regex to --regex-variant and convert --format-regex to a deprecated alias. It will be removed in a future release.

  • Regular expression interpretation in "pattern", "patternProperties", and "format": "regex" usages now uses unicode-mode JS regular expressions by default. (:issue:353)

    • Use --regex-variant nonunicode to get non-unicode JS regular expressions, the default behavior from previous versions.
    • Custom validators may be impacted by the new regular expression features. Validators are now always modified with the jsonschema library's extend() API to control the pattern and patternProperties keywords.

0.30.0

  • Update vendored schemas: azure-pipelines, bitbucket-pipelines, buildkite, circle-ci, cloudbuild, dependabot, github-workflows, gitlab-ci, mergify, readthedocs, renovate, taskfile, woodpecker-ci (2024-11-29)
  • Fix caching behavior to always use URL hashes as cache keys. This fixes a cache confusion bug in which the wrong schema could be retrieved from the cache. This resolves :cve:2024-53848. Thanks :user:sethmlarson for reporting!
  • Deprecate the --cache-filename flag. It no longer has any effect and will be removed in a future release.

0.29.4

  • Update vendored schemas: azure-pipelines, github-workflows, gitlab-ci, mergify, renovate (2024-10-06)
  • Fix the renovate hook to allow for .renovaterc.json5 as well. Thanks :user:tpansino! (:pr:491)
  • Add Mergify schema and pre-commit hook. Thanks :user:hofbi and :user:jd for the issue and feedback! (:issue:487)

0.29.3

  • Update vendored schemas: buildkite, circle-ci, dependabot, gitlab-ci, renovate, taskfile, woodpecker-ci (2024-09-29)

0.29.2

... (truncated)

Commits
  • 3126ec6 Bump version for release
  • e9b93e8 Update vendored schemas (#509)
  • 8da1fef Merge pull request #511 from python-jsonschema/use-regress-for-patterns
  • 4414601 Always enable metaschema format checking
  • cc12d98 Use regex variant when checking schema validity
  • e9aa64e Minor linting fix
  • 1435f8a Refine concrete regex implementations
  • a1c3eb9 Update changelog for new regex mode
  • 28714ff Bump ruamel-yaml from 0.18.6 to 0.18.7 (#510)
  • 6d99fd8 Support patternProperties in regex variants
  • Additional commits viewable in compare view

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)

📚 Documentation preview 📚: https://lit-utilities--352.org.readthedocs.build/en/352/

Updates the requirements on [check-jsonschema](https://github.com/python-jsonschema/check-jsonschema) to permit the latest version.
- [Release notes](https://github.com/python-jsonschema/check-jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/check-jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/check-jsonschema@0.30.0...0.31.0)

---
updated-dependencies:
- dependency-name: check-jsonschema
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from Borda as a code owner January 13, 2025 16:35
@dependabot dependabot bot added enhancement New feature or request requirements labels Jan 13, 2025
@github-actions github-actions bot added the ci/cd Continuous integration and delivery label Jan 21, 2025
@Borda Borda merged commit 04e5367 into main Jan 21, 2025
58 checks passed
@Borda Borda deleted the dependabot-pip-requirements-check-jsonschema-eq-0.31.star branch January 21, 2025 16:09
@t-vi
Copy link

t-vi commented Jan 21, 2025

Did this break the ci-checks in Thunder?

@Borda
Copy link
Member

Borda commented Jan 22, 2025

Seems so, let's revert it until we figure out the root of this issue

ref: pypa/setuptools#4759

Borda added a commit that referenced this pull request Jan 22, 2025
…* to ==0.31.* in /requirements (#352)"

This reverts commit 04e5367.
Borda added a commit that referenced this pull request Jan 22, 2025
… ==0.30.* to ==0.31.* in /requirements (#352)""

This reverts commit 8fa0728.
Borda added a commit that referenced this pull request Jan 28, 2025
* ci: update azure-pipelines schema

* Revert "Revert "build(deps): update check-jsonschema requirement from ==0.30.* to ==0.31.* in /requirements (#352)""

This reverts commit 8fa0728.

* Apply suggestions from code review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd Continuous integration and delivery dependencies enhancement New feature or request requirements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants