Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-jsonschema/check-jsonschema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.37.0
Choose a base ref
...
head repository: python-jsonschema/check-jsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.37.1
Choose a head ref
  • 18 commits
  • 35 files changed
  • 5 contributors

Commits on Mar 1, 2026

  1. Bump responses from 0.25.8 to 0.26.0 (#657)

    Bumps [responses](https://github.com/getsentry/responses) from 0.25.8 to 0.26.0.
    - [Release notes](https://github.com/getsentry/responses/releases)
    - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
    - [Commits](getsentry/responses@0.25.8...0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: responses
      dependency-version: 0.26.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    d7d2707 View commit details
    Browse the repository at this point in the history
  2. Update pytest requirement from <9 to <10 (#656)

    Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@1.0.0b3...9.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-version: 9.0.2
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    6ea7bc9 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. Configuration menu
    Copy the full SHA
    06b20be View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-artifact from 6 to 7 (#659)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    2ec9a39 View commit details
    Browse the repository at this point in the history
  3. Bump actions/download-artifact from 7 to 8 (#658)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    f442079 View commit details
    Browse the repository at this point in the history
  4. [pre-commit.ci] pre-commit autoupdate (#661)

    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.36.2 → 0.37.0](0.36.2...0.37.0)
    - [github.com/PyCQA/isort: 8.0.0 → 8.0.1](PyCQA/isort@8.0.0...8.0.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    9e5cd69 View commit details
    Browse the repository at this point in the history
  5. feat: Add Changie schema

    Add Changie.dev schema from https://changie.dev/schema.json.
    
    Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
    edgarrmondragon committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    b51cfdd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    074f887 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. Merge pull request #662 from edgarrmondragon/changie

    feat: Add Changie schema and pre-commit hook
    sirosen authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    2a56caf View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.0](psf/black-pre-commit-mirror@26.1.0...26.3.0)
    pre-commit-ci[bot] authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    0bd4581 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #665 from python-jsonschema/pre-commit-ci-update-c…

    …onfig
    
    [pre-commit.ci] pre-commit autoupdate
    sirosen authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    3846f7f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Merge pull request #660 from sirosen/switch-to-grouped-monthly-depend…

    …abot-gha
    
    Switch to monthly grouped GHA dependabot updates
    sirosen authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    37118b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/psf/black-pre-commit-mirror: 26.3.0 → 26.3.1](psf/black-pre-commit-mirror@26.3.0...26.3.1)
    pre-commit-ci[bot] authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    6d10a75 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. Merge pull request #667 from python-jsonschema/pre-commit-ci-update-c…

    …onfig
    
    [pre-commit.ci] pre-commit autoupdate
    sirosen authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    4cec9ae View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

  1. Update vendored schemas

    sirosen committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    fe0873d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #669 from sirosen/update-schemas

    Update vendored schemas
    sirosen authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    06bf738 View commit details
    Browse the repository at this point in the history
  3. Bump version for release

    sirosen committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    6de8373 View commit details
    Browse the repository at this point in the history
  4. Fixup changelog

    sirosen committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    13614ab View commit details
    Browse the repository at this point in the history
Loading