Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Bump deepdiff from 5.8.0 to 5.8.1 in /api #737

Merged
merged 1 commit into from
Jun 3, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2022

Bumps deepdiff from 5.8.0 to 5.8.1.

Release notes

Sourced from deepdiff's releases.

5.8.1

New In DeepDiff 5-8-1

DeepDiff 5-8-1 includes bug fixes: - Fixed test suite for 32bit systems (seperman/deepdiff#302) by Louis-Philippe Véronneau_ - Fixed the issue when using ignore_order=True and group_by simultaneously - Added the support for diffing object properties (@property) (seperman/deepdiff#312) - Better support of diffing private variables

.. _Louis-Philippe Véronneau: https://github.com/baldurmen

New In DeepDiff 5-8-0

DeepDiff 5-8-0 includes bug fixes and improvements:

  • Fixed the bug with delta randomly not producing the same results when ignore_order=True
  • Display detailed pretty when verbose
  • Allow ordered-set version 4.1.x
  • Removing extra logging when key is not found in DeepHash
  • Fixed error when comparing non-utf8 byte strings with ignore_order=True
  • Fixed Tests fail after 2022-05-14
  • Fixed TypeError is thrown when comparing bool and str
Commits
  • 9b70b2b Merge pull request #314 from seperman/dev
  • e3c2ba1 updating docs
  • 4ab5fb5 Bump version: 5.8.0 → 5.8.1
  • 945a69d better support of private variables
  • de3f105 adding detailed__dict__ to address #312
  • 25546ce adding one more test
  • 1c643cb fixing the issue with Using ignore_order and group_by simultaneously
  • 16e0421 Merge pull request #303 from baldurmen/fix_32bits
  • aff4c40 Fix testsuite on 32-bits architectures.
  • 9486037 adding citing section
  • See full diff 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)

@dependabot dependabot bot requested a review from a team as a code owner June 1, 2022 02:17
@dependabot dependabot bot requested review from obulat and stacimc June 1, 2022 02:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file 🐍 tech: python Requires familiarity with Python 💻 aspect: code Concerns the software code in the repository 🟩 priority: low Low priority and doesn't need to be rushed 🧰 goal: internal improvement Improvement that benefits maintainers, not users labels Jun 1, 2022
Copy link
Contributor

@stacimc stacimc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good and I don't expect any issues here 👍

@stacimc
Copy link
Contributor

stacimc commented Jun 2, 2022

Actually I'm going to wait until #744 is in and then rerun the failed job. The developer docs preview step is failing and I did not initially notice because I thought it was just the expected test failure.

@AetherUnbound
Copy link
Contributor

@dependabot rebase

Bumps [deepdiff](https://github.com/seperman/deepdiff) from 5.8.0 to 5.8.1.
- [Release notes](https://github.com/seperman/deepdiff/releases)
- [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst)
- [Commits](seperman/deepdiff@5.8.0...v5.8.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/api/deepdiff-5.8.1 branch from b929385 to 75d1eea Compare June 2, 2022 23:12
@github-actions
Copy link

github-actions bot commented Jun 3, 2022

API Developer Docs Preview: Ready

https://wordpress.github.io/openverse-api/_preview/737

Please note that GitHub pages takes a little time to deploy newly pushed code, if the links above don't work or you see old versions, wait 5 minutes and try again.

You can check the GitHub pages deployment action list to see the current status of the deployments.

@obulat obulat merged commit 7e57598 into main Jun 3, 2022
@obulat obulat deleted the dependabot/pip/api/deepdiff-5.8.1 branch June 3, 2022 11:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
💻 aspect: code Concerns the software code in the repository dependencies Pull requests that update a dependency file 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🟩 priority: low Low priority and doesn't need to be rushed 🐍 tech: python Requires familiarity with Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants