Skip to content

Commit

Permalink
Update beautifulsoup4 requirement from ~=4.12.3 to ~=4.13.1 (#120)
Browse files Browse the repository at this point in the history
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent 531fa31 commit 4989a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "BC Ferries sailing planner website server"
readme = "readme.md"
requires-python = ">=3.11"
dependencies = [
"beautifulsoup4~=4.12.3",
"beautifulsoup4~=4.13.1",
"fastapi~=0.115.7",
"httpx~=0.28.1",
"jinja2~=3.1.5",
Expand Down

0 comments on commit 4989a9e

Please sign in to comment.