Skip to content

Commit

Permalink
update beautifulsoup4 to 4.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rsujeevan committed May 22, 2024
1 parent 9162b0c commit 314dcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformers/nlp/text_url_summary_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class TextURLSummaryTransformer(CustomTransformer):

_numeric_output = False
_testing_can_skip_failure = False # ensure tested as if shouldn't fail
_modules_needed_by_name = ["gensim==4.3.2", "beautifulsoup4==4.9.2"]
_modules_needed_by_name = ["gensim==4.3.2", "beautifulsoup4==4.12.3"]
_display_name = 'TextURLSummaryTransformer'

@staticmethod
Expand Down

0 comments on commit 314dcf5

Please sign in to comment.