Skip to content

Bump jsonschema from 4.21.1 to 4.22.0 in /requirements#2311

Merged
mlodic merged 1 commit intodevelopfrom
dependabot/pip/requirements/develop/jsonschema-4.22.0
May 15, 2024
Merged

Bump jsonschema from 4.21.1 to 4.22.0 in /requirements#2311
mlodic merged 1 commit intodevelopfrom
dependabot/pip/requirements/develop/jsonschema-4.22.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 14, 2024

Bumps jsonschema from 4.21.1 to 4.22.0.

Release notes

Sourced from jsonschema's releases.

v4.22.0

What's Changed

  • Improve best_match (and thereby error messages from jsonschema.validate) in cases where there are multiple sibling errors from applying anyOf / allOf -- i.e. when multiple elements of a JSON array have errors, we now do prefer showing errors from earlier elements rather than simply showing an error for the full array (#1250).
  • (Micro-)optimize equality checks when comparing for JSON Schema equality by first checking for object identity, as == would.

New Contributors

Full Changelog: python-jsonschema/jsonschema@v4.21.1...v4.22.0

Changelog

Sourced from jsonschema's changelog.

v4.22.0

  • Improve best_match (and thereby error messages from jsonschema.validate) in cases where there are multiple sibling errors from applying anyOf / allOf -- i.e. when multiple elements of a JSON array have errors, we now do prefer showing errors from earlier elements rather than simply showing an error for the full array (#1250).
  • (Micro-)optimize equality checks when comparing for JSON Schema equality by first checking for object identity, as == would.
Commits
  • 9882dbe Add / ignore the new specification test suite property.
  • ebc90bb Merge commit '8fcfc3a674a7188a4fcc822b7a91efb3e0422a20'
  • 8fcfc3a Squashed 'json/' changes from b41167c74..54f3784a8
  • 30b7537 Pin pyenchant to pre from below until pyenchant/pyenchant#302 is released.
  • c3729db Enable doctests for the rest of the referencing page.
  • 70a994c Remove a now-unneeded noqa since apparently this is fixed in new ruff.
  • e6d0ef1 Fix a minor typo in the referencing example docs.
  • bceaf41 Another placeholder benchmark for future optimization.
  • b20234e Consider errors from earlier indices (in instances) to be better matches
  • 41b49c6 Minor improvement to test failure message when a best match test fails.
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 14, 2024
@mlodic mlodic merged commit 2bae69f into develop May 15, 2024
@dependabot dependabot bot deleted the dependabot/pip/requirements/develop/jsonschema-4.22.0 branch May 15, 2024 14:21
mlodic added a commit that referenced this pull request May 21, 2024
* updated yeti analyzer and connector to support new major

* updated default pycti version

* fixed MaxMind data extraction for the country flag

* Fix pivot + file

Signed-off-by: 0ssigeno <[email protected]>

* healthcheck available for Plugins with `url` option by default (#2320)

* healthcheck available for Plugins with `url` option

* doc

* fix

* Bump quark-engine from 24.4.1 to 24.5.1 in /requirements (#2313)

Bumps [quark-engine](https://github.com/quark-engine/quark-engine) from 24.4.1 to 24.5.1.
- [Release notes](https://github.com/quark-engine/quark-engine/releases)
- [Commits](ev-flow/quark-engine@v24.4.1...v24.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jsonschema from 4.21.1 to 4.22.0 in /requirements (#2311)

Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.21.1 to 4.22.0.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.21.1...v4.22.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump docutils from 0.20.1 to 0.21.2 in /requirements (#2312)

Bumps [docutils](https://docutils.sourceforge.io) from 0.20.1 to 0.21.2.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump docutils from 0.20.1 to 0.21.2 in /requirements (#2312)"

This reverts commit 9e5106e.

* prettier

* changes (#2322)

* Phoneinfoga analyzer adjustment (#2324)

* Phoneinfoga

Signed-off-by: 0ssigeno <[email protected]>

* Linters

Signed-off-by: 0ssigeno <[email protected]>

* adjusted phoneinfoga

* Update api_app/analyzers_manager/migrations/0088_phoneinfoga_parameters.py

---------

Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: Matteo Lodi <[email protected]>

* Fix serializer

Signed-off-by: 0ssigeno <[email protected]>

* Fix sender

Signed-off-by: 0ssigeno <[email protected]>

* pcap_analyzers adjusts + new playbook for PCAP files + upgraded Suricata to v7 (#2325)

* pcap_analyzers adjusts + new playbook for PCAP files + upgraded Suricata to v7

* adjusted hfinger

* adjust test

* adjust test and upgraded  watchman

* tests

* fix custom analysis (#2323)

* hudsonrock (#2327)

* hudsonrock

* tests

* test

* add params

* migration

* tests

* migration

* i always overlook this lol

* tlp  to amber

---------

Co-authored-by: g4ze <[email protected]>

* Update api_app/analyzers_manager/observable_analyzers/hudsonrock.py

Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>

* black

* Fixes frontend regex (#2329)

* support phone numbers

* moved phone number validation to E.164 format

* removed dates from parsing as IP addresses

* prettier

* Cy cat#1479 (#2328)

* cycat

* cycat

* cycat wrapper done

* migration

* docs

* tests

* tests

---------

Co-authored-by: g4ze <[email protected]>

* updated changelog

* fix loading visualizer navbar (#2335)

* fix visualizer loading

* changes

* --- (#2332)

updated-dependencies:
- dependency-name: celery[redis,sqs]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* --- (#2334)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* --- (#2333)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Speed up (#2336)

Signed-off-by: 0ssigeno <[email protected]>

* Revert "--- (#2333)"

This reverts commit 12802eb.

---------

Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Daniele Rosetti <[email protected]>
Co-authored-by: 0ssigeno <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martina Carella <[email protected]>
Co-authored-by: Simone Berni <[email protected]>
Co-authored-by: Nilay Gupta <[email protected]>
Co-authored-by: g4ze <[email protected]>
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
Co-authored-by: Daniele Rosetti <[email protected]>
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.

1 participant