From 62d93c43b90d02db13f7dc28fc4a06290943bc23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 22:41:02 +0100 Subject: [PATCH] Bump the python-deps group with 2 updates (#41) Bumps the python-deps group with 2 updates: [listparser](https://github.com/kurtmckee/listparser) and [lxml](https://github.com/lxml/lxml). Updates `listparser` from 0.19.0 to 0.20 - [Release notes](https://github.com/kurtmckee/listparser/releases) - [Changelog](https://github.com/kurtmckee/listparser/blob/main/CHANGELOG.rst) - [Commits](https://github.com/kurtmckee/listparser/compare/v0.19...v0.20) Updates `lxml` from 5.1.0 to 5.2.1 - [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-5.1.0...lxml-5.2.1) --- updated-dependencies: - dependency-name: listparser dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9d534fa..08c2041 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ feedgen==1.0.0 feedparser==6.0.11 -listparser==0.19.0 -lxml==5.1.0 +listparser==0.20 +lxml==5.2.1 python-dateutil==2.9.0.post0 pyyaml==6.0.1 pyinstaller==6.5.0 \ No newline at end of file