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 fastjsonschema from 2.15.3 to 2.16.1 #1309

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

Bumps fastjsonschema from 2.15.3 to 2.16.1.

Changelog

Sourced from fastjsonschema's changelog.

=== 2.16.1 (2022-07-17)

  • Fix uniqueItems when explicitly set to False

=== 2.16.0 (2022-07-17)

  • Fix generating invalid code for some schemas using items
  • Preserving full path in combination with $ref
  • Improved error messages for oneOf and anyOf
Commits
  • 98399bb v2.16.1
  • 347588f Fix false unique items
  • 41ff732 v2.16.0
  • 8ccaff1 Merge pull request #145 from abravalheri/improve-errors-oneof-anyof
  • 1f1ac93 Merge pull request #144 from abravalheri/issue-114
  • 1444717 Improve error message for 'not'
  • 1cd455a Prevent items generator to create an empty for loop
  • 79f0e23 Improve error message for oneOf and anyOf
  • d63d682 Merge pull request #143 from abravalheri/add-tests-to-ci
  • 03d44db Ensure UTF-8 when reading/writing files in tests
  • 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 [fastjsonschema](https://github.com/horejsek/python-fastjsonschema) from 2.15.3 to 2.16.1.
- [Release notes](https://github.com/horejsek/python-fastjsonschema/releases)
- [Changelog](https://github.com/horejsek/python-fastjsonschema/blob/master/CHANGELOG.txt)
- [Commits](horejsek/python-fastjsonschema@v2.15.3...v2.16.1)

---
updated-dependencies:
- dependency-name: fastjsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 18, 2022
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 18, 2022
@github-actions github-actions bot added the internal Maintenance changes label Jul 18, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #1309 (c55a98a) into develop (b852946) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop    #1309   +/-   ##
========================================
  Coverage    99.88%   99.88%           
========================================
  Files          119      119           
  Lines         5427     5427           
  Branches       619      619           
========================================
  Hits          5421     5421           
  Misses           2        2           
  Partials         4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e2863d7...c55a98a. Read the comment docs.

@heitorlessa heitorlessa merged commit 5d964a0 into develop Jul 18, 2022
@heitorlessa heitorlessa deleted the dependabot/pip/develop/fastjsonschema-2.16.1 branch July 18, 2022 07:01
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 internal Maintenance changes python Pull requests that update Python code size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants