From 2a45f8cbb0254f7f0a62e5aba0e6dd2349686559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 20:03:50 -0400 Subject: [PATCH] Bump lxml from 4.9.2 to 5.2.2 (#2450) Bumps [lxml](https://github.com/lxml/lxml) from 4.9.2 to 5.2.2. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.9.2...lxml-5.2.2) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- base-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-requirements.txt b/base-requirements.txt index 76b691978..07f0f5a3f 100644 --- a/base-requirements.txt +++ b/base-requirements.txt @@ -13,7 +13,7 @@ psycopg2-binary==2.8.6 python3-openid==3.2.0 python-decouple==3.4 # lxml used by BeautifulSoup. -lxml==4.9.2 +lxml==5.2.2 cssselect==1.1.0 feedparser==6.0.8 beautifulsoup4==4.11.2