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

chore(deps): bump jsonschema from 2.5.1 to 3.0.2 #243

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Bumps jsonschema from 2.5.1 to 3.0.2.

Changelog

Sourced from jsonschema's changelog.

v3.0.2

  • Fixed a bug where 0 and False were considered equal by const and enum (#575).

v3.0.1

  • Fixed a bug where extending validators did not preserve their notion of which validator property contains $id information.

v3.0.0

  • Support for Draft 6 and Draft 7
  • Draft 7 is now the default
  • New TypeChecker object for more complex type definitions (and overrides)
  • Falling back to isodate for the date-time format checker is no longer attempted, in accordance with the specification

v2.6.0

  • Support for Python 2.6 has been dropped.
  • Improve a few error messages for uniqueItems (#224) and additionalProperties (#317)
  • Fixed an issue with ErrorTree's handling of multiple errors (#288)

v2.5.0

  • Improved performance on CPython by adding caching around ref resolution (#203)

v2.4.0

  • Added a CLI (#134)
  • Added absolute path and absolute schema path to errors (#120)
  • Added relevance
  • Meta-schemas are now loaded via pkgutil

v2.3.0

  • Added by_relevance and best_match (#91)
  • Fixed format to allow adding formats for non-strings (#125)
  • Fixed the uri format to reject URI references (#131)

v2.2.0

  • Compile the host name regex (#127)
  • Allow arbitrary objects to be types (#129)
... (truncated)
Commits
  • d594635 Tense and issue link.
  • af42f33 Changelog.
  • 27eb5d2 And now fix enum.
  • 1598940 Unskip and fix the const-related compare bug.
  • 584c72a Use the awpa 3.7 branch until we merge it.
  • 76a6c52 Skip the failing #575 tests until it's fixed.
  • a39ed5a Merge commit '2024cbfe74024a1ded9daa679b218fe3255b6635'
  • 2024cbf Squashed 'json/' changes from 812ba486..c09f995c
  • e4fa34f Py2 argparse sends version to stderr.
  • 47fcb39 Remove CPython2 from AppVeyor.
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [jsonschema](https://github.com/Julian/jsonschema) from 2.5.1 to 3.0.2.
- [Release notes](https://github.com/Julian/jsonschema/releases)
- [Changelog](https://github.com/Julian/jsonschema/blob/master/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v2.5.1...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Author

The following labels could not be found: dependencies.

@m0nhawk m0nhawk closed this Jan 3, 2020
@dependabot-preview
Copy link
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@m0nhawk m0nhawk deleted the dependabot/pip/jsonschema-3.0.2 branch January 3, 2020 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant