Skip to content

Commit 1ffbe1b

Browse files
Update beautifulsoup4 requirement from <=4.8.2 to <4.11.2 in /requirements (#15745)
* Update beautifulsoup4 requirement in /requirements 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:production ... Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestions from code review Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]>
1 parent 0b58b69 commit 1ffbe1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/app/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ croniter>=1.3.0, <1.4.0 # strict; TODO: for now until we find something more ro
99
traitlets>=5.3.0, <=5.4.0
1010
arrow>=1.2.0, <1.2.4
1111
lightning-utilities==0.3.*
12-
beautifulsoup4<=4.8.2
12+
beautifulsoup4>=4.8.0, <4.11.2
1313
inquirer>=2.10.0
1414
psutil<5.9.4
1515
click<=8.1.3

0 commit comments

Comments
 (0)