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.31.1
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.31.2
Choose a head ref
  • 7 commits
  • 20 files changed
  • 5 contributors

Commits on Feb 1, 2025

  1. Bump click-type-test from 1.0.0 to 1.1.0 (#522)

    Bumps [click-type-test](https://github.com/sirosen/click-type-test) from 1.0.0 to 1.1.0.
    - [Release notes](https://github.com/sirosen/click-type-test/releases)
    - [Changelog](https://github.com/sirosen/click-type-test/blob/main/CHANGELOG.md)
    - [Commits](sirosen/click-type-test@1.0.0...1.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: click-type-test
      dependency-type: direct:production
      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 Feb 1, 2025
    Configuration menu
    Copy the full SHA
    e773e5c View commit details
    Browse the repository at this point in the history
  2. Bump responses from 0.25.3 to 0.25.6 (#523)

    Bumps [responses](https://github.com/getsentry/responses) from 0.25.3 to 0.25.6.
    - [Release notes](https://github.com/getsentry/responses/releases)
    - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
    - [Commits](getsentry/responses@0.25.3...0.25.6)
    
    ---
    updated-dependencies:
    - dependency-name: responses
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    e6f3ca4 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#525)

    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.1](0.31.0...0.31.1)
    - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0)
    - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    14150ec View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#527)

    updates:
    - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    f41a2c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. [vendor-schemas] automated update (#524)

    Co-authored-by: sirosen <1300022+sirosen@users.noreply.github.com>
    github-actions[bot] and sirosen authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    534c90d View commit details
    Browse the repository at this point in the history
  2. Update the vendor-schemas script to list names

    The changelog modification step now
    - pulls the names of updated schemas from the changelog
    - adds any new updated schemas
    - sorts
    - textwraps
    - replaces any existing changelog item for schema updates
    
    And run the script, getting the latest updates and updating wtih
    schema names since the last release.
    sirosen committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    9decd7f View commit details
    Browse the repository at this point in the history
  3. Bump version for release

    sirosen committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    6a01bef View commit details
    Browse the repository at this point in the history
Loading