Skip to content

Commit

Permalink
Update beautifulsoup4 requirement from <=4.8.2 to <4.11.2 in /require…
Browse files Browse the repository at this point in the history
…ments (#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] <support@github.com>

* Apply suggestions from code review

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Borda committed Nov 21, 2022
1 parent 0b58b69 commit 1ffbe1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/app/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ croniter>=1.3.0, <1.4.0 # strict; TODO: for now until we find something more ro
traitlets>=5.3.0, <=5.4.0
arrow>=1.2.0, <1.2.4
lightning-utilities==0.3.*
beautifulsoup4<=4.8.2
beautifulsoup4>=4.8.0, <4.11.2
inquirer>=2.10.0
psutil<5.9.4
click<=8.1.3
Expand Down

0 comments on commit 1ffbe1b

Please sign in to comment.