We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b1f87 commit cf99555Copy full SHA for cf99555
pyproject.toml
@@ -45,7 +45,7 @@ testing = [
45
"ipykernel",
46
"coverage~=5.0",
47
"black==23.11.0",
48
- "beautifulsoup4==4.8.0",
+ "beautifulsoup4==4.12.2",
49
]
50
code_style = [
51
"pre-commit~=3.5.0",
tests/test_postprocessors/test_beautifulsoup/test_beautifulsoup.yml
@@ -6,7 +6,7 @@ cells:
6
- data:
7
text/html: "<div class=\"section\" id=\"submodules\">\n <h2>\n Submodules\n\
8
\ <a class=\"headerlink\" href=\"#submodules\" title=\"Permalink to this\
9
- \ headline\">\n ¶\n </a>\n </h2>\n</div>"
+ \ headline\">\n ¶\n </a>\n </h2>\n</div>\n"
10
text/plain: <IPython.core.display.HTML object>
11
execution_count: 1
12
metadata: {}
0 commit comments