From e9980668c4f358368f07bc0e330d2b7ece3b9942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 19:08:10 +0000 Subject: [PATCH] Bump the python-deps group with 1 update (#33) Bumps the python-deps group with 1 update: [lxml](https://github.com/lxml/lxml). Updates `lxml` from 4.9.4 to 5.0.0 - [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.4...lxml-5.0.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7c56c98..0b3ca15 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ feedgen==1.0.0 feedparser==6.0.11 listparser==0.19.0 -lxml==4.9.4 +lxml==5.0.0 python-dateutil==2.8.2 pyyaml==6.0.1 pyinstaller==6.3.0 \ No newline at end of file