From 6749537a9e451ef50a7bf7950eec989008ddd000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:22:59 +0000 Subject: [PATCH] chore(deps): Bump trafilatura from 1.12.2 to 2.0.0 in /3rdparty/py Bumps [trafilatura](https://github.com/adbar/trafilatura) from 1.12.2 to 2.0.0. - [Release notes](https://github.com/adbar/trafilatura/releases) - [Changelog](https://github.com/adbar/trafilatura/blob/master/HISTORY.md) - [Commits](https://github.com/adbar/trafilatura/compare/v1.12.2...v2.0.0) --- updated-dependencies: - dependency-name: trafilatura dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 3rdparty/py/requirements-all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/py/requirements-all.txt b/3rdparty/py/requirements-all.txt index 31e90272..32fa10dd 100644 --- a/3rdparty/py/requirements-all.txt +++ b/3rdparty/py/requirements-all.txt @@ -21,5 +21,5 @@ redis==5.2.1 requests==2.32.3 sentry-sdk==2.19.2 tablib[xlsx]==3.7.0 -trafilatura==1.12.2 +trafilatura==2.0.0 tweepy==4.13.0 # NOTE(kilemensi) >=4.14.0 introduces breaking changes!