Update beautifulsoup4 requirement (#1463)

Updates the requirements on [beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/bs4/) to permit the latest version.

---
updated-dependencies:
- dependency-name: beautifulsoup4
  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-10-13 15:35:36 -07:00 committed by GitHub
commit 2a8c669039
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ setup(
"pytest>=5.2.2,<6.3.0",
"pytest-xdist>=2.2.1,<2.5",
"pytest-asyncio>=0.10,<0.16",
"beautifulsoup4>=4.8.1,<4.10.0",
"beautifulsoup4>=4.8.1,<4.11.0",
"black==21.9b0",
"pytest-timeout>=1.4.2,<2.1",
"trustme>=0.7,<0.10",