Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2023

Bumps schema from 0.7.1 to 0.7.5.

Release notes

Sourced from schema's releases.

v0.7.5

No release notes provided.

v0.7.3 (2020-07-31)

Fixes

  • JSON Schema: Support schemas where the root is not a dict. [Stavros Korokithakis]

  • Do not drop previous errors within an Or criterion. [Stavros Korokithakis]

Release v0.7.2

  • Set the contextlib dependency as a minimum, rather than fixed.
Changelog

Sourced from schema's changelog.

Changelog

v0.7.4 (2021-02-01)

Fixes

  • Don't double-format errors. fixes #240 (#247) [Leif Ryge]

  • Fix "Unknown format code" in Python 3.8 (#245) [Denis Blanchette]

  • JSON Schema: Allow using $ref when schema is not a dict (#244) [Denis Blanchette]

  • JSON Schema: Set additionalProperties true when dict contains str as key (#243) [Denis Blanchette]

v0.7.3 (2020-07-31)

Fixes

  • JSON Schema: Support schemas where the root is not a dict. [Stavros Korokithakis]

  • Do not drop previous errors within an Or criterion. [Stavros Korokithakis]

Commits
  • 09c00ed Release v0.7.5
  • 2612f88 Merge pull request #268 from toltec-astro/full_subclass_support
  • 19262ed update README describing the feature.
  • 958e1ad allow option default callable without argument to pass-through
  • e79bb9b add kwargs to josn_schema; add test cases
  • 3d78f9a Add support for subclassing Schema and Optional
  • 23081e7 Add python3.8/3.9 to the README as tested (#254)
  • 6483861 Add python3.8/3.9 to the README as tested
  • e63ee9e Travis CI: Add Python 3.9 to the testing (#251)
  • b57da2a Update changelog
  • 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.


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)

Bumps [schema](https://github.com/keleshev/schema) from 0.7.1 to 0.7.5.
- [Release notes](https://github.com/keleshev/schema/releases)
- [Changelog](https://github.com/keleshev/schema/blob/master/CHANGELOG.md)
- [Commits](keleshev/schema@v0.7.1...v0.7.5)

---
updated-dependencies:
- dependency-name: schema
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 24, 2023
@theCapypara theCapypara merged commit 500fde7 into master May 24, 2023
@dependabot dependabot bot deleted the dependabot/pip/schema-0.7.5 branch May 24, 2023 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants