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.47.4 to <4.50.7 #185

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.50.6 > This patch removes some old debugging helpers in our Numpy extra which > have not been needed since issue [#1963](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/1963) and issue [#2245](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2245). > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-50-6)*
Commits - [`8cfd0eb`](https://github.com/HypothesisWorks/hypothesis/commit/8cfd0eb88e773c410eb6c7bee2bfbe6c757a30d5) Bump hypothesis-python version to 4.50.6 and update changelog - [`f22df50`](https://github.com/HypothesisWorks/hypothesis/commit/f22df5053af599ba4ac97b339228ad68ad7d473d) Merge pull request [#2250](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2250) from Zac-HD/numpy-printless - [`fa682f3`](https://github.com/HypothesisWorks/hypothesis/commit/fa682f301b61210de2d57943ee0c4fc22639a67a) Remove old debug helpers - [`6f60d2e`](https://github.com/HypothesisWorks/hypothesis/commit/6f60d2e3b28e20b3ba84650eac5f45e33fb5cb61) Bump hypothesis-python version to 4.50.5 and update changelog - [`96289c7`](https://github.com/HypothesisWorks/hypothesis/commit/96289c7b0008e3c668b676f16ff6579bd428cc4b) Merge pull request [#2245](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2245) from Zac-HD/numpy-strings - [`22ef32e`](https://github.com/HypothesisWorks/hypothesis/commit/22ef32e96bee23f28ba99ed6d488d813b781be6e) Generate longer strings for unsized dtypes - [`30cc2ea`](https://github.com/HypothesisWorks/hypothesis/commit/30cc2ea8ea55bf6d2fa9c0c2ee820d2688c1514f) Bump hypothesis-python version to 4.50.4 and update changelog - [`8892559`](https://github.com/HypothesisWorks/hypothesis/commit/88925594de6b06884febf6b8425857679dd13a9b) Merge pull request [#2248](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2248) from Zac-HD/unique-sampled-bugfix - [`894c252`](https://github.com/HypothesisWorks/hypothesis/commit/894c2524f5edae6dca745185bcd97bd4e0283e4b) Bump hypothesis-python version to 4.50.3 and update changelog - [`8f8e559`](https://github.com/HypothesisWorks/hypothesis/commit/8f8e559e2428f71fb5fb92596722abb498b0e844) Merge pull request [#2249](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2249) from Zalathar/invalid-parent - Additional commits viewable in [compare view](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-4.50.6)


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 #186.