Update beautifulsoup4 requirement (#1703)

Updates the requirements on [beautifulsoup4](https://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/1717/head
dependabot[bot] 2022-04-08 15:51:04 -07:00 zatwierdzone przez GitHub
rodzic 90d1be9952
commit 247e460e08
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,<7.2.0",
"pytest-xdist>=2.2.1,<2.6",
"pytest-asyncio>=0.17,<0.19",
"beautifulsoup4>=4.8.1,<4.11.0",
"beautifulsoup4>=4.8.1,<4.12.0",
"black==22.1.0",
"pytest-timeout>=1.4.2,<2.2",
"trustme>=0.7,<0.10",