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.47.4 to <4.50.2 #184

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.1 > This patch adds flake8-comprehensions to our linter suite. There is > no user-visible change - expect perhaps via some strange > microbenchmarks - but certain parts of the code now have a clear and > more consistent style. > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-50-1)*
Commits - [`cb90785`](https://github.com/HypothesisWorks/hypothesis/commit/cb90785012a857919045efd98c9ac146e8721cb5) Bump hypothesis-python version to 4.50.1 and update changelog - [`771f2af`](https://github.com/HypothesisWorks/hypothesis/commit/771f2af2591a9e356600e7a697eefe04814d9c86) Merge pull request [#2237](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2237) from Zac-HD/flake8-plugins - [`2b229ba`](https://github.com/HypothesisWorks/hypothesis/commit/2b229badce96706a3d6b09ee4fa2e7fc0b5dd540) Update test_feature_flags.py - [`ab63ccc`](https://github.com/HypothesisWorks/hypothesis/commit/ab63ccc6ba47db13a2c79999ee31fe81d33f81c8) Add flake8-comprehensions - [`3df9798`](https://github.com/HypothesisWorks/hypothesis/commit/3df9798e5da80750b386388d31875e918b97740f) Use bandit via flake8 - [`627e4ce`](https://github.com/HypothesisWorks/hypothesis/commit/627e4ce2c15b5860fa174bcc1aea23d36baa71d2) Bump hypothesis-python version to 4.50.0 and update changelog - [`a914f2b`](https://github.com/HypothesisWorks/hypothesis/commit/a914f2be3bbec6494c62ae4c11e891bdcf4fcf68) Merge pull request [#2242](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2242) from HypothesisWorks/DRMacIver/validate-all - [`df7697b`](https://github.com/HypothesisWorks/hypothesis/commit/df7697b21a9b4775f5ff0e09c5c166fafd5c65c5) Validate strategies before drawing from them - [`12bb6e4`](https://github.com/HypothesisWorks/hypothesis/commit/12bb6e44698c8ff2eab824ac32f2ca59c3c0d16f) Bump hypothesis-python version to 4.49.0 and update changelog - [`eaac6c3`](https://github.com/HypothesisWorks/hypothesis/commit/eaac6c364811634063a7a80392aacae2988a1c46) Merge pull request [#2238](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2238) from HypothesisWorks/DRMacIver/stateful-swarms - Additional commits viewable in [compare view](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-4.50.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 #185.