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.50.9 to <4.51.1 #187

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.51.0 > This release deprecates use of "[@​example](https://github.com/example)", "[@​seed](https://github.com/seed)", or > "[@​reproduce](https://github.com/reproduce)_failure" without "[@​given](https://github.com/given)". > > Thanks to Nick Anyos for the patch! > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-51-0)*
Commits - [`99ceb21`](https://github.com/HypothesisWorks/hypothesis/commit/99ceb21f2daae06ff070f57494df50af941e12a5) Bump hypothesis-python version to 4.51.0 and update changelog - [`fe07f78`](https://github.com/HypothesisWorks/hypothesis/commit/fe07f78f520efe7eba7c0a7f5cf19d662adfa6d7) Merge pull request [#2256](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2256) from Zac-HD/nick-master - [`d9c00dd`](https://github.com/HypothesisWorks/hypothesis/commit/d9c00dd2c1d5eae5d5f654e07b1f679853791217) Start testing in CI with Django 3.0; drop Django 2.0 testing ([#2253](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2253)) - [`61bfc55`](https://github.com/HypothesisWorks/hypothesis/commit/61bfc55e9155062d8ad7749cec29bf444eda3aa3) Start testing in CI with Django 3.0; drop Django 2.0 and 2.1 testing - [`d44dee2`](https://github.com/HypothesisWorks/hypothesis/commit/d44dee2635061e1181302356c31091daf35a0798) Bump hypothesis-python version to 4.50.8 and update changelog - [`14d18c5`](https://github.com/HypothesisWorks/hypothesis/commit/14d18c57e674785d4cbb3318d6328776e4bd2f41) Merge pull request [#2259](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2259) from touilleMan/improve_draw_with_one_of_and_empty_b... - [`4e7d455`](https://github.com/HypothesisWorks/hypothesis/commit/4e7d4555dd0cdcb4d312bf5595c4e2b428bff2e9) Bump hypothesis-python version to 4.50.7 and update changelog - [`614469f`](https://github.com/HypothesisWorks/hypothesis/commit/614469ff343af80cf5b10744e7314e1f1de8af14) Merge pull request [#2244](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2244) from HypothesisWorks/DRMacIver/parameters-in-data - [`689b8d7`](https://github.com/HypothesisWorks/hypothesis/commit/689b8d7877c6f1f02936df6999ba16a8e1be1d73) Remove useless `OneOfStrategy.branch_labels` property - [`bd8bc5c`](https://github.com/HypothesisWorks/hypothesis/commit/bd8bc5cb23425e6ba3dfd84a104937fd4372d202) Add test_stateful_with_one_of_bundles_states_are_deduped - Additional commits viewable in [compare view](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-4.51.0)


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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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 #188.