python-hyper / hpack

HTTP/2 Header Encoding for Python
https://hpack.readthedocs.io/en/latest/
MIT License
72 stars 32 forks source link

Update hypothesis requirement from <4.18.3 to <4.47.3 #180

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on hypothesis to permit the latest version.

Release notes *Sourced from [hypothesis's releases](https://github.com/HypothesisWorks/hypothesis/releases).* > ## Hypothesis for Python - version 4.47.2 > This release fixes an internal issue where Hypothesis would sometimes > generate test cases that were above its intended maximum size. This > would only have happened rarely and probably would not have caused > major problems when it did. > > Users of the new targeted property-based testing might see minor > impact (possibly slightly faster tests and slightly worse target > scores), but only in the unlikely event that they were hitting this > problem. Other users should not see any effect at all. > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-47-2)*
Commits - [`498c7a1`](https://github.com/HypothesisWorks/hypothesis/commit/498c7a1477e58f00df18ff42a77a360734cc5d60) Bump hypothesis-python version to 4.47.2 and update changelog - [`4dc1d15`](https://github.com/HypothesisWorks/hypothesis/commit/4dc1d1567c053e835c0d1f19210d0ce4731eafb0) Merge pull request [#2227](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2227) from HypothesisWorks/DRMacIver/enforce-bound - [`acd6e16`](https://github.com/HypothesisWorks/hypothesis/commit/acd6e16fc25f3ccbc660f55bfa3b4ea6eae2babc) Enforce BUFFER_SIZE - [`27ef10c`](https://github.com/HypothesisWorks/hypothesis/commit/27ef10c90fb69e2302f4c0b42ac81a05a873a69d) Merge pull request [#2228](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2228) from Zalathar/readme-missing-word - [`8181077`](https://github.com/HypothesisWorks/hypothesis/commit/818107750848a6c81b421a2b4a141675a6c05131) Add missing word in README.rst - [`ecbf3ee`](https://github.com/HypothesisWorks/hypothesis/commit/ecbf3eecccd3b8aea0ed408eaf44576a63103695) Bump hypothesis-python version to 4.47.1 and update changelog - [`664a086`](https://github.com/HypothesisWorks/hypothesis/commit/664a0861e673ffc0467f25f22a9032aae51a578f) Merge pull request [#2224](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2224) from Zalathar/unused-data-classification - [`687d09c`](https://github.com/HypothesisWorks/hypothesis/commit/687d09cee3250af05a1e772fd24ff98a2811a138) Bump hypothesis-python version to 4.47.0 and update changelog - [`9a03235`](https://github.com/HypothesisWorks/hypothesis/commit/9a032352d4b10121c82e5ee08c0862d7c5af87ee) Merge pull request [#2216](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2216) from HypothesisWorks/DRMacIver/given-cleanups - [`1460e3b`](https://github.com/HypothesisWorks/hypothesis/commit/1460e3bfdb099929beb189073e7ef0a657da88e9) Remove unused enum DataClassification - Additional commits viewable in [compare view](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-4.47.2)


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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
sethmlarson commented 4 years ago

@dependabot merge

dependabot-preview[bot] commented 4 years ago

Dependabot tried to merge this PR, but received the following error from GitHub:

You're not authorized to push to this branch. Visit https://help.github.com/articles/about-protected-branches/ for more information.
dependabot-preview[bot] commented 4 years ago

Superseded by #181.