Skip to content

Commit cf99555

Browse files
⬆️ Bump beautifulsoup4 from 4.8.0 to 4.12.2 (#51)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
1 parent d7b1f87 commit cf99555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ testing = [
4545
"ipykernel",
4646
"coverage~=5.0",
4747
"black==23.11.0",
48-
"beautifulsoup4==4.8.0",
48+
"beautifulsoup4==4.12.2",
4949
]
5050
code_style = [
5151
"pre-commit~=3.5.0",

tests/test_postprocessors/test_beautifulsoup/test_beautifulsoup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cells:
66
- data:
77
text/html: "<div class=\"section\" id=\"submodules\">\n <h2>\n Submodules\n\
88
\ <a class=\"headerlink\" href=\"#submodules\" title=\"Permalink to this\
9-
\ headline\">\n\n </a>\n </h2>\n</div>"
9+
\ headline\">\n\n </a>\n </h2>\n</div>\n"
1010
text/plain: <IPython.core.display.HTML object>
1111
execution_count: 1
1212
metadata: {}

0 commit comments

Comments
 (0)