Update trustme requirement from <0.9,>=0.7 to >=0.7,<0.10 (#1433)

Updates the requirements on [trustme](https://github.com/python-trio/trustme) to permit the latest version.
- [Release notes](https://github.com/python-trio/trustme/releases)
- [Commits](https://github.com/python-trio/trustme/compare/v0.7.0...v0.9.0)

---
updated-dependencies:
- dependency-name: trustme
  dependency-type: direct:development
...

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-08-24 18:29:26 -07:00 committed by GitHub
commit 5161422b7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ setup(
"beautifulsoup4>=4.8.1,<4.10.0",
"black==21.6b0",
"pytest-timeout>=1.4.2,<1.5",
"trustme>=0.7,<0.9",
"trustme>=0.7,<0.10",
],
"rich": ["rich"],
},