Skip to content

Commit 77915d4

Browse files
Update beautifulsoup4 requirement from <4.13,>=4.8 to >=4.8,<4.14 (#1316)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Di Luigi <[email protected]>
1 parent 874fa89 commit 77915d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Only for testing
2-
beautifulsoup4>=4.8,<4.13
2+
beautifulsoup4>=4.8,<4.14
33
coverage>=4.5,<7.7
44
pytest
55
pytest-cov

0 commit comments

Comments
 (0)