Skip to content

Commit b04c837

Browse files
committed
build: update dependency name from bs4 to beautifulsoup4
1 parent f9f23cc commit b04c837

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

poetry.lock

Lines changed: 1 addition & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python = "^3.10"
1313
websockets = "^13.1"
1414
aiohttp = "^3.9.5"
1515
aiofiles = "^23.2.1"
16-
bs4 = "^0.0.2"
16+
beautifulsoup4 = "^4.12.3"
1717
mkdocstrings = "^0.29.1"
1818

1919

@@ -64,4 +64,4 @@ post_test = 'coverage html'
6464
[tool.mypy]
6565
exclude = [
6666
"tests/",
67-
]
67+
]

0 commit comments

Comments
 (0)