python-hyper / hpack

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

Update hypothesis requirement from <4.18.3 to <4.47.2 #179

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.1 > This release removes some unused code from the core engine. There is > no user-visible change. > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-47-1)*
Commits - [`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 - [`63e2e70`](https://github.com/HypothesisWorks/hypothesis/commit/63e2e709d200c8c29e6ee42976a284d5a42ccdd5) Bump hypothesis-python version to 4.46.1 and update changelog - [`cd7dac9`](https://github.com/HypothesisWorks/hypothesis/commit/cd7dac91ecb809af8aa8cbab18a4011b3c5a0635) Merge pull request [#2189](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2189) from aarchiba/goodybe-baseexception - [`36b2bcb`](https://github.com/HypothesisWorks/hypothesis/commit/36b2bcbfe2e3da9f69ec2afed1aa1b5049e74962) Fix flaky coverage - [`bae5c76`](https://github.com/HypothesisWorks/hypothesis/commit/bae5c760d1c5abe33da979cbcad5c0cbf859f302) Document behaviour of various exceptions - [`99c07f3`](https://github.com/HypothesisWorks/hypothesis/commit/99c07f377335023723276ab64586533607a202c4) Bump hypothesis-python version to 4.46.0 and update changelog - Additional commits viewable in [compare view](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-4.47.1)


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)
dependabot-preview[bot] commented 4 years ago

Superseded by #180.