build(deps): bump hypothesis from 6.17.4 to 6.18.0 (#3183)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.17.4 to 6.18.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.17.4...hypothesis-python-6.18.0)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-09-11 10:49:52 +02:00
committed by GitHub
parent 18e1361e8b
commit c256dccbb3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
ansi2html==1.6.0
flake8==3.9.2
flake8-quotes==3.3.0
hypothesis==6.17.4
hypothesis==6.18.0
markdown-include==0.6.0
mdx-truly-sane-lists==1.2
mkdocs==1.1.2
+1 -1
View File
@@ -1,7 +1,7 @@
black==21.8b0
flake8==3.9.2
flake8-quotes==3.3.0
hypothesis==6.17.4
hypothesis==6.18.0
isort==5.9.3
mypy==0.910
types-toml==0.1.5
+1 -1
View File
@@ -1,5 +1,5 @@
coverage==5.5
hypothesis==6.17.4
hypothesis==6.18.0
# pin importlib-metadata as upper versions need typing-extensions to work if on python < 3.8
importlib-metadata==3.1.0;python_version<"3.8"
mypy==0.910