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/referencing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.32.0
Choose a base ref
...
head repository: python-jsonschema/referencing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.32.1
Choose a head ref
  • 11 commits
  • 14 files changed
  • 3 contributors

Commits on Dec 7, 2023

  1. Update pre-commit hooks.

    Julian committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2510ebf View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Bump actions/setup-python from 4 to 5

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    dbd5752 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #107 from python-jsonschema/dependabot/github_acti…

    …ons/actions/setup-python-5
    
    Bump actions/setup-python from 4 to 5
    Julian authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0f69c0d View commit details
    Browse the repository at this point in the history
  3. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/PyCQA/isort: 5.12.0 → 5.13.0](PyCQA/isort@5.12.0...5.13.0)
    - [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.3-1 → v4.0.0-alpha.4](pre-commit/mirrors-prettier@v4.0.0-alpha.3-1...v4.0.0-alpha.4)
    pre-commit-ci[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    37eefbd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #108 from python-jsonschema/pre-commit-ci-update-c…

    …onfig
    
    [pre-commit.ci] pre-commit autoupdate
    Julian authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    783e4d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    3f2edbf View commit details
    Browse the repository at this point in the history
  2. Enable more ruff rulesets.

    Julian committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    db2edac View commit details
    Browse the repository at this point in the history
  3. Update requirements.

    Julian committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    f6d9451 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.7...v0.1.9)
    - [github.com/PyCQA/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2)
    - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1)
    - [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.4...v4.0.0-alpha.8)
    pre-commit-ci[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    06fdd60 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #110 from python-jsonschema/pre-commit-ci-update-c…

    …onfig
    
    [pre-commit.ci] pre-commit autoupdate
    Julian authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    80c9781 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. We CannotDetermineSpecification for $schema kyes that aren't strs

    (E.g. if something has such a key but isn't a JSON Schema).
    Julian committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    adb7c67 View commit details
    Browse the repository at this point in the history
Loading