Skip to content

Commit 9eb022a

Browse files
authored
Merge pull request #692 from alephdata/dependabot/pip/dev-dependencies-87b268ae94
Bump the dev-dependencies group across 1 directory with 4 updates
2 parents 1faeb8d + 3a9b907 commit 9eb022a

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

ingestors/documents/html.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
class HTMLIngestor(Ingestor, EncodingSupport, HTMLSupport):
99
"HTML file ingestor class. Extracts the text from the web page."
10+
1011
MIME_TYPES = ["text/html"]
1112
EXTENSIONS = [
1213
"htm",

ingestors/exc.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
class ProcessingException(Exception):
55
"A data-related error occuring during file processing."
6+
67
pass
78

89

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
bump2version==1.0.1
2-
black==24.4.2
3-
ruff==0.4.2
2+
black==25.1.0
3+
ruff==0.9.10

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ fasttext==0.9.2
1616
pika==1.3.2
1717

1818
# Development
19-
pytest==8.2.0
20-
pytest-cov==5.0.0
19+
pytest==8.3.5
20+
pytest-cov==6.0.0
2121
click==8.1.7
2222

2323
# File format support

0 commit comments

Comments
 (0)