Skip to content

Bump hypothesis from 6.14.0 to 6.14.7 in /tools#24

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/tools/hypothesis-6.14.7
Closed

Bump hypothesis from 6.14.0 to 6.14.7 in /tools#24
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/tools/hypothesis-6.14.7

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 16, 2021

Bumps hypothesis from 6.14.0 to 6.14.7.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.14.7

This patch fixes issue #3050, where attrs classes could cause an internal error in the ghostwriter.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.14.6

This patch improves the error message for issue #3016, where PEP 585 builtin generics with self-referential forward-reference strings cannot be resolved to a strategy by "from_type()".

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.14.5

This patch fixes "hypothesis.strategies._internal.types.is_a_new_type". It was failing on Python "3.10.0b4", where "NewType" is a function.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.14.4

This patch fixes "from_type()" and "register_type_strategy()" for "typing.NewType" on Python 3.10, which changed the underlying implementation (see bpo-44353 for details).

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.14.3

This patch updates our autoformatting tools, improving our code style without any API changes.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.14.2

This patch ensures that we shorten tracebacks for tests which fail due to inconsistent data generation between runs (i.e. raise "Flaky").

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.14.1

This patch updates some internal type annotations. There is no user- visible change.

The canonical version of these notes (with links) is on readthedocs.

Commits
  • 75f483c Bump hypothesis-python version to 6.14.7 and update changelog
  • 86b4075 Merge pull request #3051 from Zac-HD/fix-attrs-ghost
  • 7cac74e Use GitHub's citation file
  • f8932c4 Merge pull request #3053 from HypothesisWorks/create-pull-request/patch
  • dc6926f Update pinned dependencies
  • 5f4015b Bump hypothesis-python version to 6.14.6 and update changelog
  • 7b92def Merge pull request #3052 from Zac-HD/recur-dataclass
  • 643b4fb Skip test on 3.10+
  • a65d407 Fix attrs+ghostwriter bug
  • f934f63 Improve error message
  • 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 [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.14.0 to 6.14.7.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.14.0...hypothesis-python-6.14.7)

---
updated-dependencies:
- dependency-name: hypothesis
  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 Aug 16, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 17, 2021

Superseded by #25.

@dependabot dependabot bot closed this Aug 17, 2021
@dependabot dependabot bot deleted the dependabot/pip/tools/hypothesis-6.14.7 branch August 17, 2021 11:24
AutomatedTester pushed a commit that referenced this pull request Sep 21, 2021
Currently, Blink does not implement complete spec rules for determining
the form of an <mo> element [1]. It just checks whether there are a
nodes before or after the <mo> to calculate whether the form is prefix,
infix or postfix. Once we support embellished operators [2], this will
require a bigger code refactoring.

Meanwhile, this CL fixes the common case where the <mo> has non-element
nodes before or after it that must be ignored for the calculation of the
form. This is visible on test #24 from Mozilla's MathML test [3] where
the prefix/postfix form of "|" are stretchy but the non-stretchy infix
form is used because of whitespace text nodes.

Bug: 6606, 1121113, 1124301

[1] https://bugs.chromium.org/p/chromium/issues/detail?id=1121113
[2] https://bugs.chromium.org/p/chromium/issues/detail?id=1124298
[3] https://fred-wang.github.io/MathFonts/mozilla_mathml_test/

Change-Id: I42ff3b821d2f2da201b1ff4a4612a8d5756486a8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3081881
Commit-Queue: Frédéric Wang <fwang@igalia.com>
Reviewed-by: Rob Buis <rbuis@igalia.com>
Cr-Commit-Position: refs/heads/master@{#910252}
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.

0 participants