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>
pull/1489/head
dependabot[bot] 2021-10-13 15:35:36 -07:00 zatwierdzone przez GitHub
rodzic e1012e7098
commit 2a8c669039
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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",